JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-06-14T05:31:04.324Z||main|||||INFO|500||The following profiles are active: basic 2022-06-14T05:31:26.197Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-14T05:31:26.199Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-14T05:31:26.477Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-14T05:31:34.923Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-14T05:31:35.721Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-14T05:31:36.869Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-14T05:31:36.881Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-14T05:31:37.055Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-14T05:31:37.485Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-14T05:31:38.611Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-14T05:31:42.555Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-14T05:31:46.985Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-14T05:31:47.076Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-14T05:31:48.006Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-14T05:31:48.532Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-06-14T05:31:51.208Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-14T05:31:53.302Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-14T05:31:53.333Z||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$$2538ded1.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-06-14T05:31:53.335Z||main|||||WARN|500||The sdc end point is not alive 2022-06-14T05:31:59.420Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-06-14T05:32:05.217Z||main|||||WARN|500||--- 2022-06-14T05:32:05.359Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-14T05:32:05.360Z||main|||||WARN|500||--- 2022-06-14T05:32:06.329Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-14T05:32:15.053Z||main|||||INFO|500||Started Application in 76.496 seconds (JVM running for 81.024) 2022-06-14T05:32:15.098Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-14T05:32:15.100Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-14T05:32:15.140Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-14T05:32:15.188Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-14T05:32:15.276Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c0c5656-0f6e-445f-bf36-4f2888d568d8 url= /sdc/v1/artifactTypes 2022-06-14T05:32:15.277Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-14T05:32:16.442Z||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.13.153] 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$$a8d64e2c.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-06-14T05:32:16.449Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@143bf8e7 2022-06-14T05:32:16.450Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-14T05:32:16.492Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-14T05:32:16.496Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-14T05:32:16.501Z||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$$a8d64e2c.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-06-14T05:33:05.042Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-14T05:33:05.043Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-14T05:33:05.043Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-14T05:33:05.047Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-14T05:33:05.062Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9f8c34b2-51ff-4763-a0ed-a42e6a968267 url= /sdc/v1/artifactTypes 2022-06-14T05:33:05.062Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-14T05:33:06.107Z||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.13.153] 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$$a8d64e2c.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-06-14T05:33:06.108Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44606896 2022-06-14T05:33:06.109Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-14T05:33:06.109Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-14T05:33:06.110Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-14T05:33:06.112Z||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$$a8d64e2c.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-06-14T05:33:55.042Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-14T05:33:55.043Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-14T05:33:55.047Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-14T05:33:55.053Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-14T05:33:55.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 132666c4-5aa3-4faa-8664-5254b7063fa3 url= /sdc/v1/artifactTypes 2022-06-14T05:33:55.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-14T05:33:56.126Z||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.13.153] 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$$a8d64e2c.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-06-14T05:33:56.128Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35bd1a6a 2022-06-14T05:33:56.128Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-14T05:33:56.130Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-14T05:33:56.131Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-14T05:33:56.132Z||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$$a8d64e2c.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-06-14T05:34:45.042Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-14T05:34:45.045Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-14T05:34:45.048Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-14T05:34:45.051Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-14T05:34:45.061Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 09452ac6-2c60-49db-96bf-7e8af37793dc url= /sdc/v1/artifactTypes 2022-06-14T05:34:45.062Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-14T05:34:45.548Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-14T05:34:45.569Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-06-14T05:34:45.622Z||scheduling-1|||||DEBUG|500||create keys 2022-06-14T05:34:45.633Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-14T05:34:45.737Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:34:45.769Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ac3035b2-b9a8-4be4-b74b-8e6549ad4836 url= /sdc/v1/registerForDistribution 2022-06-14T05:34:46.232Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ac3035b2-b9a8-4be4-b74b-8e6549ad4836 url= /sdc/v1/registerForDistribution 2022-06-14T05:34:46.233Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-14T05:34:46.338Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-14T05:34:46.341Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:34:46.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:34:46.367Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:34:46.368Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:34:46.367Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:34:46.370Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:34:56.821Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:34:56.831Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:35:46.253Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:35:46.255Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:35:46.255Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:35:46.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:35:46.326Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:35:46.335Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:35:55.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:35:55.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:36:46.253Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:36:46.258Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:36:46.260Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:36:46.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:36:46.321Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:36:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:36:55.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:36:55.892Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:37:46.253Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:37:46.255Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:37:46.255Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ... 2022-06-14T05:37:46.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:37:46.324Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:37:46.325Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:37:55.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:37:55.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:38:46.255Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:38:46.256Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:38:46.256Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:38:46.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:38:46.345Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:38:46.346Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:38:55.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:38:55.916Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:39:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:39:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:39:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:39:46.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:39:46.324Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:39:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:39:55.909Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:39:55.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:40:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:40:46.257Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:40:46.258Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:40:46.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:40:46.322Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:40:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:40:55.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:40:55.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:41:30.947Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-14T05:41:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:41:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:41:46.256Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:41:46.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:41:46.324Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:41:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:41:55.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:41:55.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:42:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:42:46.255Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:42:46.256Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:42:46.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:42:46.322Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:42:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:42:55.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:42:55.919Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:43:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:43:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:43:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:43:46.325Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:43:46.328Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:43:46.328Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:43:55.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:43:55.903Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:44:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:44:46.255Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:44:46.255Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:44:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:44:46.321Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:44:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:44:55.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:44:55.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:45:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:45:46.257Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:45:46.258Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:45:46.321Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:45:46.322Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:45:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:45:55.859Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:45:55.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:46:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:46:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:46:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:46:46.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:46:46.323Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:46:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:46:55.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:46:55.886Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:47:46.255Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:47:46.257Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:47:46.257Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:47:46.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:47:46.322Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:47:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:47:55.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:47:55.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:48:46.259Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:48:46.261Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:48:46.261Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:48:46.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:48:46.322Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:48:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:48:55.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:48:55.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:49:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:49:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:49:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:49:46.333Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:49:46.336Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:49:46.337Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:49:55.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:49:55.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:50:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:50:46.256Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:50:46.256Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:50:46.320Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:50:46.322Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:50:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:50:55.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:50:55.933Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:51:46.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:51:46.256Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:51:46.256Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:51:46.321Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:51:46.323Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:51:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:51:55.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:51:55.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:52:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:52:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:52:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:52:46.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:52:46.323Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:52:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:52:55.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:52:55.916Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:53:46.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:53:46.257Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:53:46.258Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:53:46.321Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:53:46.323Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:53:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:53:55.868Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:53:55.936Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:54:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:54:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:54:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:54:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:54:46.323Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:54:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:54:55.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:54:55.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:55:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:55:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:55:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:55:46.320Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:55:46.322Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:55:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:55:55.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:55:55.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:56:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:56:46.259Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:56:46.262Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:56:46.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:56:46.322Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:56:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:56:55.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:56:55.915Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:57:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:57:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:57:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:57:46.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:57:46.322Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:57:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:57:55.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:57:55.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:58:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:58:46.255Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:58:46.255Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:58:46.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:58:46.322Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:58:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:58:55.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:58:55.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:59:46.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:59:46.254Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:59:46.255Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:59:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T05:59:46.322Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T05:59:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T05:59:55.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T05:59:55.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:00:46.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:00:46.254Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:00:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:00:46.320Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:00:46.322Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:00:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:00:55.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:00:55.888Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:01:46.253Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:01:46.256Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:01:46.256Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:01:46.321Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:01:46.322Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:01:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:01:55.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:01:55.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:02:46.253Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:02:46.254Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:02:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:02:46.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:02:46.322Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:02:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:02:55.811Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:02:55.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:03:46.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:03:46.256Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:03:46.256Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:03:46.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:03:46.321Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:03:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:03:55.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:03:55.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:04:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:04:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:04:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:04:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:04:46.321Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:04:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:04:55.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:04:55.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:05:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:05:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:05:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:05:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:05:46.322Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:05:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:05:55.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:05:55.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:06:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:06:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:06:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:06:46.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:06:46.321Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:06:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:06:55.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:06:55.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:07:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:07:46.257Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:07:46.257Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:07:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:07:46.322Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:07:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:07:55.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:07:55.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:08:46.252Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:08:46.253Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:08:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:08:46.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:08:46.322Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:08:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:08:55.829Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:08:55.897Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:09:46.252Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:09:46.254Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:09:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:09:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:09:46.322Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:09:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:09:55.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:09:55.920Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:10:46.253Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:10:46.255Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:10:46.255Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:10:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:10:46.321Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:10:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:10:55.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:10:55.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:11:46.252Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:11:46.254Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:11:46.255Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:11:46.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:11:46.322Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:11:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:11:55.827Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:11:55.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:12:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:12:46.256Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:12:46.257Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:12:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:12:46.321Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:12:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:12:55.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:12:55.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:13:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:13:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:13:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:13:46.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:13:46.322Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:13:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:13:55.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:13:55.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:14:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:14:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:14:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:14:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:14:46.322Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:14:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:14:55.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:14:55.886Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:15:46.255Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:15:46.256Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:15:46.256Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:15:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:15:46.321Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:15:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:15:55.920Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:15:55.921Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:16:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:16:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:16:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:16:46.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:16:46.324Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:16:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:16:55.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:16:55.919Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:17:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:17:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:17:46.255Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:17:46.321Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:17:46.323Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:17:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:17:55.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:17:55.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:18:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:18:46.256Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:18:46.256Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:18:46.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:18:46.324Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:18:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:18:55.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:18:55.915Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:19:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:19:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:19:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:19:46.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:19:46.326Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:19:46.327Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:19:55.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:19:55.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:20:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:20:46.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:20:46.253Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:20:46.321Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:20:46.322Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:20:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:20:55.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:20:55.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:21:46.255Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:21:46.257Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:21:46.257Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:21:46.321Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:21:46.324Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:21:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:21:55.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:21:55.911Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:22:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:22:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:22:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:22:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:22:46.321Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:22:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:22:55.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:22:55.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:23:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:23:46.258Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:23:46.258Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:23:46.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:23:46.327Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:23:46.327Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:23:55.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:23:55.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:24:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:24:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:24:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:24:46.321Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:24:46.323Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:24:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:24:55.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:24:55.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:25:46.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:25:46.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:25:46.254Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:25:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:25:46.322Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:25:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:25:55.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:25:55.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:26:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:26:46.255Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:26:46.255Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:26:46.326Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:26:46.331Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:26:46.331Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:26:55.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:26:55.913Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:27:46.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:27:46.255Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:27:46.255Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:27:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:27:46.321Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:27:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:27:48.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:27:48.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-14T06:27:48.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61","serviceName":"basic_onboard_ABDgEX","serviceVersion":"1.0","serviceUUID":"44420d5d-f451-45e8-934f-de7157408c8a","serviceDescription":"service","serviceInvariantUUID":"d1d3eac8-df36-4f69-85ef-84a433f6420f","resources":[{"resourceInstanceName":"basic_onboard_ABDgEX 0","resourceName":"basic_onboard_ABDgEX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad72bc29-0831-42de-b5f0-ac79e952c78f","resourceInvariantUUID":"94d37081-994e-4728-87f6-2dd947f883f3","resourceCustomizationUUID":"11ff6010-7376-4c43-9f36-e7aa4754ed7a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml","artifactChecksum":"MjJmZjI4ZjMyNmJiY2FhMWYzYzkxYzA3OGYwNWUyZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6481834a-4a66-41bb-99b3-188ca182b8bd","artifactVersion":"1"},{"artifactName":"basic_onboard_abdgex0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json","artifactChecksum":"ZDU4ZDc5ODExODc0NTM2MmQxODdkNzMzMjQ3OTY2MmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"beea7e05-ac39-497c-a55d-3553e6119a2c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7e7acc64-4cf5-480b-aad8-51a4564d0c75","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0665ff7f-9b83-4bd3-bb92-9b163036945f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"99697a4a-dfa6-437c-b067-ade929cf7761","artifactVersion":"2","generatedFromUUID":"7e7acc64-4cf5-480b-aad8-51a4564d0c75"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAbdgex-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml","artifactChecksum":"NWIzOTgwOThjMWIyZDVhNzk5MDE0NjlmNzc0OTUwZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0135b829-a0c6-4a84-95f1-48b30cb5f55f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAbdgex-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar","artifactChecksum":"N2IyYmExOGZmM2VlNWU1NDA5YWZjM2UwNmYxYWE0YTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55b224f3-e78b-4f54-b021-05460a0a50da","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T06:27:48.595Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:27:48.612Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:27:48.637Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:27:48.638Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188066252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:27:48.737Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-06-14T06:27:48.743Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:27:48.744Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:27:48.765Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:27:48.768Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:27:48.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:27:48.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:27:48.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "cds", "timestamp": 1655188058980, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:27:48.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:27:48.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:27:48.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "clamp", "timestamp": 1655188063607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:27:48.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:27:49.655Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:27:49.657Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:27:49.662Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:27:49.662Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188066252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json", "status": "NOTIFIED" } 2022-06-14T06:27:49.762Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:27:49.763Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:27:49.764Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:27:49.837Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:27:49.838Z||pool-4-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:27:50.670Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:27:50.671Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:27:50.681Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:27:50.682Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188066252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-14T06:27:50.781Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:27:50.783Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:27:50.783Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:27:50.821Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:27:50.832Z||pool-5-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:27:51.682Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:27:51.685Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:27:51.688Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:27:51.689Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188066252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:27:51.789Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:27:51.791Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:27:51.792Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:27:51.810Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:27:51.811Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:27:52.690Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:27:52.691Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:27:52.696Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:27:52.696Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188066252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-14T06:27:52.796Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:27:52.798Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:27:52.799Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:27:52.822Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:27:52.823Z||pool-7-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:27:53.697Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:27:53.698Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:27:53.701Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:27:53.702Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188066252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:27:53.805Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-14T06:27:53.806Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:27:53.807Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:27:53.835Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:27:53.836Z||pool-8-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:27:54.703Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:27:54.704Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:27:54.707Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:27:54.708Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188066252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:27:54.808Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:27:54.810Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:27:54.810Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:27:54.836Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:27:54.837Z||pool-9-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:27:55.717Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "serviceName": "basic_onboard_ABDgEX", "serviceVersion": "1.0", "serviceUUID": "44420d5d-f451-45e8-934f-de7157408c8a", "serviceDescription": "service", "serviceInvariantUUID": "d1d3eac8-df36-4f69-85ef-84a433f6420f", "resources": [ { "resourceInstanceName": "basic_onboard_ABDgEX 0", "resourceCustomizationUUID": "11ff6010-7376-4c43-9f36-e7aa4754ed7a", "resourceName": "basic_onboard_ABDgEX", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ad72bc29-0831-42de-b5f0-ac79e952c78f", "resourceInvariantUUID": "94d37081-994e-4728-87f6-2dd947f883f3", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_abdgex0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json", "artifactChecksum": "ZDU4ZDc5ODExODc0NTM2MmQxODdkNzMzMjQ3OTY2MmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "beea7e05-ac39-497c-a55d-3553e6119a2c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7e7acc64-4cf5-480b-aad8-51a4564d0c75", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "99697a4a-dfa6-437c-b067-ade929cf7761", "generatedFromUUID": "7e7acc64-4cf5-480b-aad8-51a4564d0c75" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "99697a4a-dfa6-437c-b067-ade929cf7761", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardAbdgex-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "artifactChecksum": "N2IyYmExOGZmM2VlNWU1NDA5YWZjM2UwNmYxYWE0YTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55b224f3-e78b-4f54-b021-05460a0a50da" } ], "workloadContext": "Production" } 2022-06-14T06:27:55.719Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T06:27:55.720Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 44420d5d-f451-45e8-934f-de7157408c8a ASDC 2022-06-14T06:27:55.964Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 ServiceName:basic_onboard_ABDgEX ServiceVersion:1.0 ServiceUUID:44420d5d-f451-45e8-934f-de7157408c8a ServiceInvariantUUID:d1d3eac8-df36-4f69-85ef-84a433f6420f ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardAbdgex-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar ArtifactUUID:55b224f3-e78b-4f54-b021-05460a0a50da ArtifactChecksum:N2IyYmExOGZmM2VlNWU1NDA5YWZjM2UwNmYxYWE0YTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ABDgEX 0 ResourceCustomizationUUID:11ff6010-7376-4c43-9f36-e7aa4754ed7a ResourceInvariantUUID:94d37081-994e-4728-87f6-2dd947f883f3 ResourceName:basic_onboard_ABDgEX ResourceType:VF ResourceUUID:ad72bc29-0831-42de-b5f0-ac79e952c78f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_abdgex0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json ArtifactUUID:beea7e05-ac39-497c-a55d-3553e6119a2c ArtifactChecksum:ZDU4ZDc5ODExODc0NTM2MmQxODdkNzMzMjQ3OTY2MmE= 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/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml ArtifactUUID:7e7acc64-4cf5-480b-aad8-51a4564d0c75 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/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env ArtifactUUID:99697a4a-dfa6-437c-b067-ade929cf7761 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/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env ArtifactUUID:99697a4a-dfa6-437c-b067-ade929cf7761 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-14T06:27:55.964Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44420d5d-f451-45e8-934f-de7157408c8a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:27:56.520Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T06:27:56.522Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-14T06:27:56.524Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-14T06:27:56.524Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 55b224f3-e78b-4f54-b021-05460a0a50da from URL: /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar 2022-06-14T06:27:56.524Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-14T06:27:56.526Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar 2022-06-14T06:27:56.698Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-14T06:27:56.719Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar 55b224f3-e78b-4f54-b021-05460a0a50da 71588 2022-06-14T06:27:56.721Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar ASDC sendASDCNotification 2022-06-14T06:27:56.721Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar 2022-06-14T06:27:56.723Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:27:56.724Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:27:56.728Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:27:56.728Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188076720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:27:56.828Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:27:56.829Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:27:56.830Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:27:56.846Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:27:56.847Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:27:57.729Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T06:27:57.731Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-14T06:27:57.732Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 55b224f3-e78b-4f54-b021-05460a0a50da, URL: /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar to file: /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar 2022-06-14T06:27:57.733Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAbdgex-csar.csar 2022-06-14T06:27:57.840Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar 2022-06-14T06:27:57.841Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar 2022-06-14T06:27:58.854Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11735602104998044358/Definitions/service-BasicOnboardAbdgex-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-06-14T06:28:02.444Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T06:28:02.454Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-14T06:28:02.455Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar 2022-06-14T06:28:02.455Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-14T06:28:02.456Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||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-BasicOnboardAbdgex-csar.csar 2022-06-14T06:28:02.456Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ABDgEX 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-BasicOnboardAbdgex-csar.csar 2022-06-14T06:28:02.456Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||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-BasicOnboardAbdgex-csar.csar 2022-06-14T06:28:02.456Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||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-BasicOnboardAbdgex-csar.csar 2022-06-14T06:28:02.456Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||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-BasicOnboardAbdgex-csar.csar 2022-06-14T06:28:02.456Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar 2022-06-14T06:28:02.457Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAbdgex-csar.csar 2022-06-14T06:28:02.457Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||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-BasicOnboardAbdgex-csar.csar 2022-06-14T06:28:02.457Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||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-BasicOnboardAbdgex-csar.csar 2022-06-14T06:28:02.457Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-14T06:28:02.472Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:02.475Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:02.483Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria 2022-06-14T06:28:02.483Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-14T06:28:02.486Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T06:28:02.489Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:02.490Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:02.490Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria 2022-06-14T06:28:02.491Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-14T06:28:02.491Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T06:28:02.491Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:02.491Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:02.504Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:02.505Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is not matching search criteria 2022-06-14T06:28:02.505Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-14T06:28:02.506Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-14T06:28:02.506Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-14T06:28:02.506Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-14T06:28:02.506Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-14T06:28:02.507Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:02.507Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T06:28:02.509Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:02.510Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria 2022-06-14T06:28:02.510Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:28:02.511Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:02.511Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria 2022-06-14T06:28:02.511Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:28:02.511Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:02.512Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria 2022-06-14T06:28:02.512Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:28:02.512Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:02.513Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is not matching search criteria 2022-06-14T06:28:02.513Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-14T06:28:02.513Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-14T06:28:02.519Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eb688273-5a1f-4357-b411-498551ef6b96 2022-06-14T06:28:02.520Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:02.521Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:02.521Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:02.522Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:02.522Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:02.522Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:02.522Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:02.523Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:02.523Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ABDgEX Description:service Model UUID:44420d5d-f451-45e8-934f-de7157408c8a Model Version:NULL Model InvariantUuid:d1d3eac8-df36-4f69-85ef-84a433f6420f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ABDgEX Model UUID:f48e0e49-597f-4577-8f6f-eb26b48fc488 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:94d37081-994e-4728-87f6-2dd947f883f3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:11ff6010-7376-4c43-9f36-e7aa4754ed7a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fcc6d85d-179e-4380-bfc2-af0606285f75 ModelName:BasicOnboardAbdgex..base_ubuntu18..module-0 ModelUuid:31720d5e-9a72-45ee-86f4-83ab3caaf149 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:eb688273-5a1f-4357-b411-498551ef6b96 ModelInvariantUuid:e4bc6c81-4f63-498e-9a0e-1e6b9f50686b ModelName:basic_onboard_ABDgEX-nodes.ubuntu18Cvfc ModelUuid:9c0da87b-ba65-41e9-a6da-9eee8b67845e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:27faeefb-c540-4933-9cab-1876991f0654 ModelInvariantUuid:bf3bc00e-14f2-483e-975d-5e08ebff06a1 ModelName:BasicOnboardAbdgex.compute.nodes.heat.ubuntu18 ModelUuid:a5da8b27-74eb-4815-a091-967a89bf04e0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T06:28:02.606Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ad72bc29-0831-42de-b5f0-ac79e952c78f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:28:02.818Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||basic_onboard_ABDgEX 0 2022-06-14T06:28:02.844Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad72bc29-0831-42de-b5f0-ac79e952c78f 2022-06-14T06:28:02.844Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: beea7e05-ac39-497c-a55d-3553e6119a2c from URL: /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json 2022-06-14T06:28:02.845Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-14T06:28:02.846Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json 2022-06-14T06:28:02.916Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-14T06:28:02.922Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json beea7e05-ac39-497c-a55d-3553e6119a2c 798 2022-06-14T06:28:02.923Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json ASDC sendASDCNotification 2022-06-14T06:28:02.923Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json 2022-06-14T06:28:02.923Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:28:02.924Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:28:02.928Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:28:02.928Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188082923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:28:03.028Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:28:03.030Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:28:03.030Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:28:03.061Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:28:03.062Z||pool-11-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:28:03.930Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAbdgex..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fcc6d85d-179e-4380-bfc2-af0606285f75", "vfModuleModelVersion": "1", "vfModuleModelUUID": "31720d5e-9a72-45ee-86f4-83ab3caaf149", "vfModuleModelCustomizationUUID": "5c6f54ab-70b1-4b78-8dd8-92f902245491", "isBase": true, "artifacts": [ "7e7acc64-4cf5-480b-aad8-51a4564d0c75", "99697a4a-dfa6-437c-b067-ade929cf7761" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T06:28:03.960Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAbdgex..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:31720d5e-9a72-45ee-86f4-83ab3caaf149 VfModuleModelInvariantUUID:fcc6d85d-179e-4380-bfc2-af0606285f75 VfModuleModelDescription:NULL Artifacts UUID List:{ 7e7acc64-4cf5-480b-aad8-51a4564d0c75 , 99697a4a-dfa6-437c-b067-ade929cf7761 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T06:28:03.967Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAbdgex..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fcc6d85d-179e-4380-bfc2-af0606285f75", "vfModuleModelVersion": "1", "vfModuleModelUUID": "31720d5e-9a72-45ee-86f4-83ab3caaf149", "vfModuleModelCustomizationUUID": "5c6f54ab-70b1-4b78-8dd8-92f902245491", "isBase": true, "artifacts": [ "7e7acc64-4cf5-480b-aad8-51a4564d0c75", "99697a4a-dfa6-437c-b067-ade929cf7761" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T06:28:03.967Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAbdgex..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:31720d5e-9a72-45ee-86f4-83ab3caaf149 VfModuleModelInvariantUUID:fcc6d85d-179e-4380-bfc2-af0606285f75 VfModuleModelDescription:NULL Artifacts UUID List:{ 7e7acc64-4cf5-480b-aad8-51a4564d0c75 , 99697a4a-dfa6-437c-b067-ade929cf7761 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T06:28:03.968Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7e7acc64-4cf5-480b-aad8-51a4564d0c75 from URL: /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml 2022-06-14T06:28:03.969Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-14T06:28:03.969Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml 2022-06-14T06:28:04.202Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-14T06:28:04.205Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml 7e7acc64-4cf5-480b-aad8-51a4564d0c75 5033 2022-06-14T06:28:04.207Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-14T06:28:04.207Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml 2022-06-14T06:28:04.208Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:28:04.208Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:28:04.211Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:28:04.212Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188084207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:28:04.312Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:28:04.315Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:28:04.318Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:28:04.344Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:28:04.345Z||pool-12-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:28:05.213Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 99697a4a-dfa6-437c-b067-ade929cf7761 from URL: /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env 2022-06-14T06:28:05.214Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-14T06:28:05.239Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env 2022-06-14T06:28:05.446Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-14T06:28:05.448Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env 99697a4a-dfa6-437c-b067-ade929cf7761 909 2022-06-14T06:28:05.449Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-14T06:28:05.450Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env 2022-06-14T06:28:05.450Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:28:05.451Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:28:05.455Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:28:05.455Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188085449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:28:05.556Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T06:28:05.559Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:28:05.559Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:28:05.594Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:28:05.597Z||pool-13-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:28:06.456Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 44420d5d-f451-45e8-934f-de7157408c8a 2022-06-14T06:28:06.457Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ABDgEX 0 ad72bc29-0831-42de-b5f0-ac79e952c78f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:28:06.528Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f46473e, org.onap.sdc.toscaparser.api.parameters.Input@3ae9f390, org.onap.sdc.toscaparser.api.parameters.Input@41d05b46, org.onap.sdc.toscaparser.api.parameters.Input@7831557a, org.onap.sdc.toscaparser.api.parameters.Input@53392f5] 2022-06-14T06:28:06.534Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:06.535Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:06.535Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-14T06:28:06.536Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 11ff6010-7376-4c43-9f36-e7aa4754ed7a 2022-06-14T06:28:06.536Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 11ff6010-7376-4c43-9f36-e7aa4754ed7a matches Tosca VF Customization UUID: 11ff6010-7376-4c43-9f36-e7aa4754ed7a 2022-06-14T06:28:06.536Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 11ff6010-7376-4c43-9f36-e7aa4754ed7a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-14T06:28:06.548Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:06.549Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:06.551Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 11ff6010-7376-4c43-9f36-e7aa4754ed7a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-06-14T06:28:06.552Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@740d06a5 2022-06-14T06:28:06.552Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:06.553Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T06:28:06.553Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5c6f54ab-70b1-4b78-8dd8-92f902245491 2022-06-14T06:28:06.556Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5c6f54ab-70b1-4b78-8dd8-92f902245491 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-14T06:28:06.571Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:06.572Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria 2022-06-14T06:28:06.572Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:28:06.576Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:06.577Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria 2022-06-14T06:28:06.577Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:28:06.578Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:06.578Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is not matching search criteria 2022-06-14T06:28:06.578Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-14T06:28:06.579Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-14T06:28:06.579Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eb688273-5a1f-4357-b411-498551ef6b96 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T06:28:06.600Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:06.600Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria 2022-06-14T06:28:06.601Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:28:06.602Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:06.602Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_ABDgEX 0 is matching search criteria 2022-06-14T06:28:06.602Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_ABDgEX 0] matching following query criteria: sdcType=VF, customizationUUID=11ff6010-7376-4c43-9f36-e7aa4754ed7a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:28:06.607Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:06.607Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:06.608Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 44420d5d-f451-45e8-934f-de7157408c8a: basic_onboard_ABDgEX 2022-06-14T06:28:06.608Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:06.609Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:06.609Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:06.610Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:06.610Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:06.611Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:06.611Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:06.611Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:06.612Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:28:06.612Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_ABDgEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:28:06.613Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_ABDgEX Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:28:07.016Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ABDgEX ad72bc29-0831-42de-b5f0-ac79e952c78f 1 ASDC deployResourceStructure 2022-06-14T06:28:07.018Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json ASDC sendASDCNotification 2022-06-14T06:28:07.018Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json 2022-06-14T06:28:07.018Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:28:07.019Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:28:07.022Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:28:07.022Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188087017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:28:07.122Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:28:07.123Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:28:07.124Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:28:07.143Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:28:07.144Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:28:08.024Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-14T06:28:08.024Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml 2022-06-14T06:28:08.024Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:28:08.026Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:28:08.030Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:28:08.031Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188088023, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-14T06:28:08.130Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T06:28:08.132Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:28:08.132Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:28:08.156Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:28:08.157Z||pool-15-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:28:09.032Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-14T06:28:09.033Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env 2022-06-14T06:28:09.033Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:28:09.033Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:28:09.035Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:28:09.036Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188089032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-14T06:28:09.136Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:28:09.137Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:28:09.137Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:28:09.201Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:28:09.202Z||pool-16-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:28:10.038Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar ASDC sendASDCNotification 2022-06-14T06:28:10.038Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar 2022-06-14T06:28:10.039Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:28:10.039Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:28:10.053Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:28:10.053Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188090038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:28:10.142Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-06-14T06:28:10.143Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:28:10.144Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:28:10.173Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:28:10.174Z||pool-17-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:28:11.055Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:28:11.125Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:28:11.131Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:28:11.131Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:28:11.132Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:28:41.135Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:28:41.173Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:28:41.180Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:28:41.180Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:28:41.180Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:28:46.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:28:46.327Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:28:46.327Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:28:46.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:28:46.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:28:46.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188066252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:28:46.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:29:11.181Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:29:11.194Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:29:11.198Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:29:11.198Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:29:11.198Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:29:41.199Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:29:41.217Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:29:41.221Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:29:41.221Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:29:41.221Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:29:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:29:46.321Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:29:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:29:46.379Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:29:46.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:29:46.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "policy-id", "timestamp": 1655188058754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:29:46.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:11.222Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:30:11.237Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:30:11.243Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:30:11.244Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:30:11.244Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:30:41.245Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:30:41.284Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:30:41.304Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:30:41.305Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:30:41.306Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:30:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:30:46.323Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:30:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:30:46.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:30:46.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "cds", "timestamp": 1655188058980, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "clamp", "timestamp": 1655188063607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json", "status": "NOTIFIED" } 2022-06-14T06:30:46.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "policy-id", "timestamp": 1655188058754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188066252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json", "status": "NOTIFIED" } 2022-06-14T06:30:46.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "cds", "timestamp": 1655188058980, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "clamp", "timestamp": 1655188063607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "policy-id", "timestamp": 1655188058754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-14T06:30:46.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188066252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-14T06:30:46.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "multicloud-k8s-id", "timestamp": 1655188069824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "cds", "timestamp": 1655188058980, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "clamp", "timestamp": 1655188063607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "policy-id", "timestamp": 1655188058754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188066252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "multicloud-k8s-id", "timestamp": 1655188069824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json", "status": "NOTIFIED" } 2022-06-14T06:30:46.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "cds", "timestamp": 1655188058980, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "clamp", "timestamp": 1655188063607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "policy-id", "timestamp": 1655188058754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188066252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-14T06:30:46.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "multicloud-k8s-id", "timestamp": 1655188069824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-14T06:30:46.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "cds", "timestamp": 1655188058980, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "policy-id", "timestamp": 1655188058754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "clamp", "timestamp": 1655188063607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188066252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "multicloud-k8s-id", "timestamp": 1655188069824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "cds", "timestamp": 1655188058980, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:30:46.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "policy-id", "timestamp": 1655188058754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:30:46.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "clamp", "timestamp": 1655188063607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:30:46.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188066252, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:30:46.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "aai-ml", "timestamp": 1655188073828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "multicloud-k8s-id", "timestamp": 1655188069824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-14T06:30:46.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "aai-ml", "timestamp": 1655188073828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "cds", "timestamp": 1655188075399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:30:46.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "policy-id", "timestamp": 1655188075889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:30:46.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "multicloud-k8s-id", "timestamp": 1655188069824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188076720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:30:46.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "aai-ml", "timestamp": 1655188073828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "policy-id", "timestamp": 1655188076909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:30:46.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "cds", "timestamp": 1655188076424, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:30:46.455Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 2022-06-14T06:30:46.456Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:30:46.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "multicloud-k8s-id", "timestamp": 1655188069824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:30:46.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "aai-ml", "timestamp": 1655188073828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "policy-id", "timestamp": 1655188077918, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:30:46.503Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 2022-06-14T06:30:46.504Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:30:46.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "multicloud-k8s-id", "timestamp": 1655188077637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:30:46.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "aai-ml", "timestamp": 1655188073828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "multicloud-k8s-id", "timestamp": 1655188078705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:30:46.530Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "aai-ml", "timestamp": 1655188073828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:30:46.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "multicloud-k8s-id", "timestamp": 1655188079775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:30:46.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "aai-ml", "timestamp": 1655188073828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:30:46.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:30:46.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "clamp", "timestamp": 1655188081029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:30:46.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "multicloud-k8s-id", "timestamp": 1655188080843, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:30:46.552Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 2022-06-14T06:30:46.552Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-14T06:30:46.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "aai-ml", "timestamp": 1655188081710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:30:46.590Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "clamp", "timestamp": 1655188082162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:30:46.590Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "multicloud-k8s-id", "timestamp": 1655188081847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:30:46.591Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188082923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:30:46.591Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "clamp", "timestamp": 1655188083167, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:30:46.627Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 2022-06-14T06:30:46.627Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:30:46.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188084207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:30:46.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188085449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:30:46.660Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188087017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/basic_onboard_abdgex0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:30:46.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188088023, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-14T06:30:46.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188089032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/resourceInstances/basic_onboard_abdgex0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-14T06:30:46.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188090038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:30:46.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "aai-ml", "timestamp": 1655188099870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbdgex/1.0/artifacts/service-BasicOnboardAbdgex-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:30:46.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:30:46.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:30:46.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "aai-ml", "timestamp": 1655188100877, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:30:46.682Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 2022-06-14T06:30:46.683Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:31:11.306Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:31:11.319Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:31:11.322Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:31:11.322Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:31:11.322Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:31:11.322Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:31:41.324Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:31:41.346Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:31:41.351Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:31:41.351Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:31:41.352Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:31:41.352Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:31:46.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:31:46.327Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:31:46.327Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:31:46.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:31:46.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "cds", "timestamp": 1655188163980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "aai-ml", "timestamp": 1655188163828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "multicloud-k8s-id", "timestamp": 1655188169823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "cds", "timestamp": 1655188163980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "aai-ml", "timestamp": 1655188163828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "multicloud-k8s-id", "timestamp": 1655188169823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json", "status": "NOTIFIED" } 2022-06-14T06:31:46.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "cds", "timestamp": 1655188163980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "aai-ml", "timestamp": 1655188163828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "multicloud-k8s-id", "timestamp": 1655188169823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:31:46.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "aai-ml", "timestamp": 1655188163828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "cds", "timestamp": 1655188163980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "multicloud-k8s-id", "timestamp": 1655188169823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "cds", "timestamp": 1655188163980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "aai-ml", "timestamp": 1655188163828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "multicloud-k8s-id", "timestamp": 1655188169823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T06:31:46.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "cds", "timestamp": 1655188163980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "aai-ml", "timestamp": 1655188163828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "multicloud-k8s-id", "timestamp": 1655188169823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "cds", "timestamp": 1655188163980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:31:46.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "aai-ml", "timestamp": 1655188163828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:31:46.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "multicloud-k8s-id", "timestamp": 1655188169823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:31:46.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "cds", "timestamp": 1655188176986, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:31:46.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:31:46.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "aai-ml", "timestamp": 1655188177354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:31:46.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:31:46.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "multicloud-k8s-id", "timestamp": 1655188177572, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:31:46.526Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:31:46.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "cds", "timestamp": 1655188177993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:31:46.560Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e6564d5-8cc4-443d-b7db-5229256ec514 2022-06-14T06:31:46.561Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6564d5-8cc4-443d-b7db-5229256ec514 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:31:46.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "multicloud-k8s-id", "timestamp": 1655188178663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:31:46.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:31:46.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "policy-id", "timestamp": 1655188178754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "multicloud-k8s-id", "timestamp": 1655188179776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:31:46.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:31:46.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "policy-id", "timestamp": 1655188178754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "multicloud-k8s-id", "timestamp": 1655188180799, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:31:46.601Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e6564d5-8cc4-443d-b7db-5229256ec514 2022-06-14T06:31:46.601Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6564d5-8cc4-443d-b7db-5229256ec514 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:31:46.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "policy-id", "timestamp": 1655188178754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:31:46.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "multicloud-k8s-id", "timestamp": 1655188181803, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:31:46.619Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:31:46.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "policy-id", "timestamp": 1655188178754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "policy-id", "timestamp": 1655188178754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "clamp", "timestamp": 1655188183607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "policy-id", "timestamp": 1655188178754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:31:46.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "clamp", "timestamp": 1655188183607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json", "status": "NOTIFIED" } 2022-06-14T06:31:46.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:31:46.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:31:46.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "policy-id", "timestamp": 1655188178754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:31:46.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:32:11.352Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:32:11.369Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:32:11.374Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:32:11.374Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:32:11.375Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:32:11.375Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:32:41.376Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:32:41.392Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:32:41.401Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:32:41.402Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:32:41.402Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:32:41.402Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:32:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:32:46.321Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:32:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:32:46.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:32:46.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:32:46.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "clamp", "timestamp": 1655188183607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:32:46.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:32:46.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:32:46.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "policy-id", "timestamp": 1655188186533, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:32:46.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:32:46.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:32:46.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "clamp", "timestamp": 1655188183607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:32:46.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:32:46.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:32:46.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "policy-id", "timestamp": 1655188187538, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:32:46.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:32:46.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:32:46.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "clamp", "timestamp": 1655188183607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:32:46.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:32:46.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:32:46.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "policy-id", "timestamp": 1655188188542, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:32:46.442Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e6564d5-8cc4-443d-b7db-5229256ec514 2022-06-14T06:32:46.442Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6564d5-8cc4-443d-b7db-5229256ec514 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-14T06:32:46.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:32:46.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "clamp", "timestamp": 1655188183607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:32:46.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:32:46.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:32:46.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "clamp", "timestamp": 1655188183607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:32:46.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:32:46.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:32:46.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "aai-ml", "timestamp": 1655188195013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:32:46.479Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:32:46.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:32:46.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "aai-ml", "timestamp": 1655188196018, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:32:46.488Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e6564d5-8cc4-443d-b7db-5229256ec514 2022-06-14T06:32:46.488Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6564d5-8cc4-443d-b7db-5229256ec514 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:32:46.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:32:46.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "clamp", "timestamp": 1655188199325, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:32:46.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:32:46.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:32:46.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "clamp", "timestamp": 1655188201077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:32:46.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:32:46.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:32:46.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "clamp", "timestamp": 1655188202082, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:32:46.511Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e6564d5-8cc4-443d-b7db-5229256ec514 2022-06-14T06:32:46.512Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6564d5-8cc4-443d-b7db-5229256ec514 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:33:11.402Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T06:33:11.403Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T06:33:11.421Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 and serviceModelVersionId: 44420d5d-f451-45e8-934f-de7157408c8a 2022-06-14T06:33:11.421Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1d3eac8-df36-4f69-85ef-84a433f6420f 2022-06-14T06:33:36.237Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0 2022-06-14T06:33:36.449Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T06:33:37.274Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0|INFO|500||Invoke 2022-06-14T06:33:37.284Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[58dac45d-03ec-494b-a699-fea6752aa69a], X-ECOMP-RequestID=[c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61], X-TransactionId=[], X-ONAP-RequestID=[c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61], Content-Type=[application/merge-patch+json]} 2022-06-14T06:33:37.482Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T06:33:37.730Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?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/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220614-06:33:37:647-4867], vertex-id=[188424], Content-Length=[0], Date=[Tue, 14 Jun 2022 06:33:37 GMT], Content-Type=[application/json]} 2022-06-14T06:33:37.733Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-14T06:33:37.735Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1d3eac8-df36-4f69-85ef-84a433f6420f/model-vers/model-ver/44420d5d-f451-45e8-934f-de7157408c8a?depth=0|INFO|500||InvokeReturn 2022-06-14T06:33:37.742Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T06:33:37.743Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:33:37.760Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T06:33:37.761Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T06:33:37.763Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T06:33:37.764Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:33:37.766Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:33:37.766Z|c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188417762, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T06:33:37.867Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:33:37.869Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:33:37.869Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:33:37.896Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:33:37.897Z||pool-18-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T06:33:38.780Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:33:38.781Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:33:38.781Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:33:43.347Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:33:43.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T06:33:43.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e6564d5-8cc4-443d-b7db-5229256ec514","serviceName":"vFW 2022-06-14 06-28-05","serviceVersion":"1.0","serviceUUID":"b99c6dc7-112c-475d-a1b5-8082a6263cb5","serviceDescription":"catalog service description","serviceInvariantUUID":"460fbbcd-3afa-401f-8e5f-a8c625d439f7","resources":[{"resourceInstanceName":"vFW 7249fc92-3ea4 0","resourceName":"vFW 7249fc92-3ea4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a943eb6e-9343-42d9-bab6-4e0caa406277","resourceInvariantUUID":"8d286ab1-ad8c-4268-b812-8ae38b0f40a6","resourceCustomizationUUID":"3ab2eb60-df93-4e0f-a706-34a7e0b82c7f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml","artifactChecksum":"ZTg0MTY5N2NlYzhmZDZkZWMxNWMwZWM3MDExMzk0YTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5407a7c3-6bd8-4c89-95dc-a3a5bdb8d63c","artifactVersion":"1"},{"artifactName":"vfw7249fc923ea40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json","artifactChecksum":"NzhlMzMwZjBmMzRiYzk0M2IxMWEwYmZlZDg4MmZiYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be5b51c3-3bf3-43e7-8347-76fe5cef88bb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c22f38ff-cf42-4be1-a7c2-df069a64ffeb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml","artifactChecksum":"NmQ3OTBjYjJmMDdiY2JiODVjYTE4ODE1NzllNDA2MGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9637f979-acc5-4b75-bd6a-576adcb3ee8d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"49bc3651-f8da-4c32-862a-44572a4ac090","artifactVersion":"2","generatedFromUUID":"c22f38ff-cf42-4be1-a7c2-df069a64ffeb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220614062805-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml","artifactChecksum":"NzBkNTgxN2JmYjc5YmNhMjg2MjE3MWJmNDQ0NGIzMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cac8e3f1-1314-498c-8ea0-ede6ba26b11d","artifactVersion":"1"},{"artifactName":"service-Vfw20220614062805-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar","artifactChecksum":"ZmJlZjA5Yzc3NzI5N2UyYzdlOTkwODBlMTJjMzViN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99460de2-67d9-447f-82bf-3d20449ce7da","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T06:33:43.355Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:33:43.356Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:33:43.360Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:33:43.360Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:43.460Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:33:43.461Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:33:43.462Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:33:43.480Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:33:43.481Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:33:44.361Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:33:44.362Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:33:44.364Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:33:44.364Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json", "status": "NOTIFIED" } 2022-06-14T06:33:44.466Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T06:33:44.468Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:33:44.468Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:33:44.558Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:33:44.559Z||pool-20-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:33:45.365Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:33:45.367Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:33:45.374Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:33:45.375Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:33:45.472Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-14T06:33:45.475Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:33:45.475Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:33:45.555Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:33:45.556Z||pool-21-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":1,"count":1} 2022-06-14T06:33:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:33:46.322Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:33:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:33:46.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:33:46.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "aai-ml", "timestamp": 1655188343828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "cds", "timestamp": 1655188343980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "multicloud-k8s-id", "timestamp": 1655188349823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "aai-ml", "timestamp": 1655188343828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "cds", "timestamp": 1655188343980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.376Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:33:46.377Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:33:46.382Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:33:46.382Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "multicloud-k8s-id", "timestamp": 1655188349823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json", "status": "NOTIFIED" } 2022-06-14T06:33:46.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "cds", "timestamp": 1655188343980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "aai-ml", "timestamp": 1655188343828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "multicloud-k8s-id", "timestamp": 1655188349823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:33:46.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "cds", "timestamp": 1655188343980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "aai-ml", "timestamp": 1655188343828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "multicloud-k8s-id", "timestamp": 1655188349823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "cds", "timestamp": 1655188343980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "aai-ml", "timestamp": 1655188343828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "multicloud-k8s-id", "timestamp": 1655188349823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T06:33:46.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "cds", "timestamp": 1655188343980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "aai-ml", "timestamp": 1655188343828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "multicloud-k8s-id", "timestamp": 1655188349823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "cds", "timestamp": 1655188343980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:33:46.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "aai-ml", "timestamp": 1655188343828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:33:46.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "multicloud-k8s-id", "timestamp": 1655188349823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:33:46.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "aai-ml", "timestamp": 1655188357346, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:33:46.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:33:46.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "cds", "timestamp": 1655188356998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:33:46.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:33:46.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "multicloud-k8s-id", "timestamp": 1655188357574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:33:46.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:33:46.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "cds", "timestamp": 1655188358004, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:33:46.458Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2667a551-cdd9-41f8-97ac-8ef3b47d0942 2022-06-14T06:33:46.459Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2667a551-cdd9-41f8-97ac-8ef3b47d0942 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:33:46.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "multicloud-k8s-id", "timestamp": 1655188358664, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:33:46.478Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:33:46.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "policy-id", "timestamp": 1655188358754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "multicloud-k8s-id", "timestamp": 1655188359761, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:33:46.480Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:33:46.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "policy-id", "timestamp": 1655188358754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "multicloud-k8s-id", "timestamp": 1655188360787, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-06-14T06:33:46.484Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:33:46.485Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:33:46.488Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:33:46.506Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2667a551-cdd9-41f8-97ac-8ef3b47d0942 2022-06-14T06:33:46.506Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2667a551-cdd9-41f8-97ac-8ef3b47d0942 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:33:46.511Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:33:46.512Z||pool-22-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:33:46.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "policy-id", "timestamp": 1655188358754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:33:46.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "multicloud-k8s-id", "timestamp": 1655188361792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:33:46.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:33:46.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "policy-id", "timestamp": 1655188358754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "policy-id", "timestamp": 1655188358754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "clamp", "timestamp": 1655188363607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "policy-id", "timestamp": 1655188358754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:46.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "clamp", "timestamp": 1655188363607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json", "status": "NOTIFIED" } 2022-06-14T06:33:46.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:46.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:33:46.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "policy-id", "timestamp": 1655188358754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:33:46.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:33:47.383Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:33:47.384Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:33:47.387Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:33:47.387Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T06:33:47.488Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:33:47.489Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:33:47.489Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:33:47.508Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:33:47.513Z||pool-23-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:33:48.389Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:33:48.391Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:33:48.395Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:33:48.396Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:33:48.495Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:33:48.497Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:33:48.497Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:33:48.519Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:33:48.520Z||pool-24-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:33:49.396Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:33:49.398Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:33:49.400Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:33:49.401Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:33:49.501Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:33:49.502Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:33:49.502Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:33:49.528Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:33:49.529Z||pool-25-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:33:50.404Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "serviceName": "vFW 2022-06-14 06-28-05", "serviceVersion": "1.0", "serviceUUID": "b99c6dc7-112c-475d-a1b5-8082a6263cb5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "460fbbcd-3afa-401f-8e5f-a8c625d439f7", "resources": [ { "resourceInstanceName": "vFW 7249fc92-3ea4 0", "resourceCustomizationUUID": "3ab2eb60-df93-4e0f-a706-34a7e0b82c7f", "resourceName": "vFW 7249fc92-3ea4", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a943eb6e-9343-42d9-bab6-4e0caa406277", "resourceInvariantUUID": "8d286ab1-ad8c-4268-b812-8ae38b0f40a6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7249fc923ea40_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json", "artifactChecksum": "NzhlMzMwZjBmMzRiYzk0M2IxMWEwYmZlZDg4MmZiYjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be5b51c3-3bf3-43e7-8347-76fe5cef88bb", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c22f38ff-cf42-4be1-a7c2-df069a64ffeb", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "49bc3651-f8da-4c32-862a-44572a4ac090", "generatedFromUUID": "c22f38ff-cf42-4be1-a7c2-df069a64ffeb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "49bc3651-f8da-4c32-862a-44572a4ac090", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220614062805-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "artifactChecksum": "ZmJlZjA5Yzc3NzI5N2UyYzdlOTkwODBlMTJjMzViN2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "99460de2-67d9-447f-82bf-3d20449ce7da" } ], "workloadContext": "Production" } 2022-06-14T06:33:50.404Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T06:33:50.405Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b99c6dc7-112c-475d-a1b5-8082a6263cb5 ASDC 2022-06-14T06:33:50.406Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:6e6564d5-8cc4-443d-b7db-5229256ec514 ServiceName:vFW 2022-06-14 06-28-05 ServiceVersion:1.0 ServiceUUID:b99c6dc7-112c-475d-a1b5-8082a6263cb5 ServiceInvariantUUID:460fbbcd-3afa-401f-8e5f-a8c625d439f7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220614062805-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar ArtifactUUID:99460de2-67d9-447f-82bf-3d20449ce7da ArtifactChecksum:ZmJlZjA5Yzc3NzI5N2UyYzdlOTkwODBlMTJjMzViN2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7249fc92-3ea4 0 ResourceCustomizationUUID:3ab2eb60-df93-4e0f-a706-34a7e0b82c7f ResourceInvariantUUID:8d286ab1-ad8c-4268-b812-8ae38b0f40a6 ResourceName:vFW 7249fc92-3ea4 ResourceType:VF ResourceUUID:a943eb6e-9343-42d9-bab6-4e0caa406277 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7249fc923ea40_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json ArtifactUUID:be5b51c3-3bf3-43e7-8347-76fe5cef88bb ArtifactChecksum:NzhlMzMwZjBmMzRiYzk0M2IxMWEwYmZlZDg4MmZiYjg= 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/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml ArtifactUUID:c22f38ff-cf42-4be1-a7c2-df069a64ffeb 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/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env ArtifactUUID:49bc3651-f8da-4c32-862a-44572a4ac090 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/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env ArtifactUUID:49bc3651-f8da-4c32-862a-44572a4ac090 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-14T06:33:50.406Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b99c6dc7-112c-475d-a1b5-8082a6263cb5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T06:33:50.452Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T06:33:50.454Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:33:50.454Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:33:50.455Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 99460de2-67d9-447f-82bf-3d20449ce7da from URL: /sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar 2022-06-14T06:33:50.455Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T06:33:50.455Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar 2022-06-14T06:33:50.898Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T06:33:50.907Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar 99460de2-67d9-447f-82bf-3d20449ce7da 98969 2022-06-14T06:33:50.908Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar ASDC sendASDCNotification 2022-06-14T06:33:50.908Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar 2022-06-14T06:33:50.908Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:33:50.908Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:33:50.914Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:33:50.915Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188430908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:33:51.012Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-14T06:33:51.013Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:33:51.013Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:33:51.046Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:33:51.047Z||pool-26-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:33:51.921Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T06:33:51.923Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:33:51.924Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 99460de2-67d9-447f-82bf-3d20449ce7da, URL: /sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar to file: /app/ASDC/1/service-Vfw20220614062805-csar.csar 2022-06-14T06:33:51.924Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220614062805-csar.csar 2022-06-14T06:33:51.925Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220614062805-csar.csar 2022-06-14T06:33:51.925Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220614062805-csar.csar 2022-06-14T06:33:52.280Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5462076038071868402/Definitions/service-Vfw20220614062805-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-06-14T06:33:56.741Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T06:33:56.742Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T06:33:56.742Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar 2022-06-14T06:33:56.743Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-14T06:33:56.743Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||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-Vfw20220614062805-csar.csar 2022-06-14T06:33:56.743Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7249fc92-3ea4 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-Vfw20220614062805-csar.csar 2022-06-14T06:33:56.743Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||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-Vfw20220614062805-csar.csar 2022-06-14T06:33:56.744Z|6e6564d5-8cc4-443d-b7db-5229256ec514|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-Vfw20220614062805-csar.csar 2022-06-14T06:33:56.744Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar 2022-06-14T06:33:56.744Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar 2022-06-14T06:33:56.744Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||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-Vfw20220614062805-csar.csar 2022-06-14T06:33:56.744Z|6e6564d5-8cc4-443d-b7db-5229256ec514|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-Vfw20220614062805-csar.csar 2022-06-14T06:33:56.744Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar 2022-06-14T06:33:56.745Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar 2022-06-14T06:33:56.745Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar 2022-06-14T06:33:56.745Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614062805-csar.csar 2022-06-14T06:33:56.745Z|6e6564d5-8cc4-443d-b7db-5229256ec514|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-Vfw20220614062805-csar.csar 2022-06-14T06:33:56.745Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T06:33:56.746Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.746Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:33:56.746Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria 2022-06-14T06:33:56.747Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T06:33:56.747Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T06:33:56.748Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.748Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:33:56.748Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria 2022-06-14T06:33:56.748Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T06:33:56.749Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T06:33:56.749Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.749Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:33:56.750Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.750Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is not matching search criteria 2022-06-14T06:33:56.751Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:33:56.751Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:33:56.751Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:33:56.751Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:33:56.751Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:33:56.752Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:33:56.752Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:33:56.752Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:33:56.752Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:33:56.752Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:33:56.752Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:33:56.753Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:33:56.753Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:33:56.753Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:33:56.753Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:33:56.753Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-14T06:33:56.753Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.754Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T06:33:56.754Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.754Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria 2022-06-14T06:33:56.754Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:33:56.755Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.756Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria 2022-06-14T06:33:56.756Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:33:56.756Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.756Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria 2022-06-14T06:33:56.757Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:33:56.757Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.757Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is not matching search criteria 2022-06-14T06:33:56.757Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:33:56.758Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:33:56.758Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-14T06:33:56.758Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:33:56.760Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:33:56.761Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:33:56.761Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:33:56.761Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:33:56.761Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:33:56.762Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:33:56.762Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:33:56.762Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=35284b6b-67d6-4428-beb1-893e07f2fc93 2022-06-14T06:33:56.763Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.763Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is not matching search criteria 2022-06-14T06:33:56.763Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:33:56.763Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:33:56.764Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:33:56.764Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:33:56.764Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:33:56.764Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:33:56.764Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:33:56.765Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-14T06:33:56.765Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:33:56.765Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:33:56.765Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:33:56.766Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:33:56.766Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb4c6817-7709-440c-b8c3-2ee7d12046c7 2022-06-14T06:33:56.767Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.768Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is not matching search criteria 2022-06-14T06:33:56.768Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:33:56.768Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:33:56.768Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:33:56.769Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:33:56.769Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:33:56.769Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:33:56.769Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:33:56.769Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:33:56.770Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:33:56.770Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:33:56.770Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:33:56.770Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-14T06:33:56.771Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4dcb2a3b-f35d-4384-a306-e778e3fbf015 2022-06-14T06:33:56.771Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.771Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:33:56.771Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.772Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:33:56.772Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.772Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:33:56.773Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:33:56.773Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:33:56.773Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-14 06-28-05 Description:catalog service description Model UUID:b99c6dc7-112c-475d-a1b5-8082a6263cb5 Model Version:NULL Model InvariantUuid:460fbbcd-3afa-401f-8e5f-a8c625d439f7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7249fc92-3ea4 Model UUID:f2734ef4-c9bd-4211-a2cf-e2b890e3a145 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8d286ab1-ad8c-4268-b812-8ae38b0f40a6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3ab2eb60-df93-4e0f-a706-34a7e0b82c7f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:45d3095e-e7a7-46e4-ba0f-a8921a0511fc ModelName:Vfw7249fc923ea4..base_vfw..module-0 ModelUuid:2de7658e-5979-4f71-ab38-8e83c36e44ee ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:35284b6b-67d6-4428-beb1-893e07f2fc93 ModelInvariantUuid:bde5bd87-52dc-4fff-9607-7397aceca0a8 ModelName:vFW 7249fc92-3ea4-nodes.vfwCvfc ModelUuid:d0378ad2-1dad-49ad-ac83-9e53fa1acdfc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:039b6bc8-c82a-429b-9d40-675e087db0f0 ModelInvariantUuid:39e3abea-8b11-406d-9a6f-0da1b69dafea ModelName:Vfw7249fc923ea4.compute.nodes.heat.vfw ModelUuid:edb1785f-c725-4b3e-b448-8f2c3a67cfeb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:fb4c6817-7709-440c-b8c3-2ee7d12046c7 ModelInvariantUuid:0f954eb5-2460-4048-b7b6-281fe2d9a0b5 ModelName:vFW 7249fc92-3ea4-nodes.vsnCvfc ModelUuid:6f6c255d-8af4-48ec-b33d-3d1594734161 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7edc4591-812e-4a20-b14d-0a8fbbc74181 ModelInvariantUuid:bf19da8d-287c-445c-b8c6-e36efbc840b8 ModelName:Vfw7249fc923ea4.compute.nodes.heat.vsn ModelUuid:97c1a263-5620-42df-a834-9013a7808fbf ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4dcb2a3b-f35d-4384-a306-e778e3fbf015 ModelInvariantUuid:b0894183-d98f-4d28-b73b-c28b9e3fe84d ModelName:vFW 7249fc92-3ea4-nodes.vpgCvfc ModelUuid:a4e1d46a-9fc8-4c11-ba5c-8a9a6cb96f1a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e98226b2-d01f-4afe-ab34-1a8df59a1b67 ModelInvariantUuid:ec1b05b9-4a76-4f41-a1e0-72ba83085867 ModelName:Vfw7249fc923ea4.compute.nodes.heat.vpg ModelUuid:be31b0c9-dcce-410e-acc5-95871bedbc9d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T06:33:56.794Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a943eb6e-9343-42d9-bab6-4e0caa406277 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:33:56.807Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||vFW 7249fc92-3ea4 0 2022-06-14T06:33:56.808Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a943eb6e-9343-42d9-bab6-4e0caa406277 2022-06-14T06:33:56.808Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: be5b51c3-3bf3-43e7-8347-76fe5cef88bb from URL: /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json 2022-06-14T06:33:56.808Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T06:33:56.809Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json 2022-06-14T06:33:56.943Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T06:33:56.943Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json be5b51c3-3bf3-43e7-8347-76fe5cef88bb 785 2022-06-14T06:33:56.944Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json ASDC sendASDCNotification 2022-06-14T06:33:56.944Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json 2022-06-14T06:33:56.944Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:33:56.945Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:33:56.952Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:33:56.953Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188436944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:33:57.051Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-14T06:33:57.052Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:33:57.053Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:33:57.085Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:33:57.086Z||pool-27-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:33:57.971Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7249fc923ea4..base_vfw..module-0", "vfModuleModelInvariantUUID": "45d3095e-e7a7-46e4-ba0f-a8921a0511fc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2de7658e-5979-4f71-ab38-8e83c36e44ee", "vfModuleModelCustomizationUUID": "7dc0c7de-e2c2-434e-8f81-1833eb67fc68", "isBase": true, "artifacts": [ "c22f38ff-cf42-4be1-a7c2-df069a64ffeb", "49bc3651-f8da-4c32-862a-44572a4ac090" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T06:33:58.009Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7249fc923ea4..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2de7658e-5979-4f71-ab38-8e83c36e44ee VfModuleModelInvariantUUID:45d3095e-e7a7-46e4-ba0f-a8921a0511fc VfModuleModelDescription:NULL Artifacts UUID List:{ c22f38ff-cf42-4be1-a7c2-df069a64ffeb , 49bc3651-f8da-4c32-862a-44572a4ac090 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T06:33:58.013Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7249fc923ea4..base_vfw..module-0", "vfModuleModelInvariantUUID": "45d3095e-e7a7-46e4-ba0f-a8921a0511fc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2de7658e-5979-4f71-ab38-8e83c36e44ee", "vfModuleModelCustomizationUUID": "7dc0c7de-e2c2-434e-8f81-1833eb67fc68", "isBase": true, "artifacts": [ "c22f38ff-cf42-4be1-a7c2-df069a64ffeb", "49bc3651-f8da-4c32-862a-44572a4ac090" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T06:33:58.014Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7249fc923ea4..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2de7658e-5979-4f71-ab38-8e83c36e44ee VfModuleModelInvariantUUID:45d3095e-e7a7-46e4-ba0f-a8921a0511fc VfModuleModelDescription:NULL Artifacts UUID List:{ c22f38ff-cf42-4be1-a7c2-df069a64ffeb , 49bc3651-f8da-4c32-862a-44572a4ac090 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T06:33:58.014Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c22f38ff-cf42-4be1-a7c2-df069a64ffeb from URL: /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml 2022-06-14T06:33:58.014Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T06:33:58.015Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml 2022-06-14T06:33:58.080Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T06:33:58.081Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml c22f38ff-cf42-4be1-a7c2-df069a64ffeb 20368 2022-06-14T06:33:58.090Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-14T06:33:58.091Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml 2022-06-14T06:33:58.091Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:33:58.092Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:33:58.098Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:33:58.099Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188438090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:33:58.199Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:33:58.201Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:33:58.202Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:33:58.222Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:33:58.223Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:33:59.102Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 49bc3651-f8da-4c32-862a-44572a4ac090 from URL: /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env 2022-06-14T06:33:59.103Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T06:33:59.103Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env 2022-06-14T06:33:59.173Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T06:33:59.174Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env 49bc3651-f8da-4c32-862a-44572a4ac090 2098 2022-06-14T06:33:59.175Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-14T06:33:59.175Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env 2022-06-14T06:33:59.175Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:33:59.175Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:33:59.186Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:33:59.187Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188439175, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:33:59.287Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:33:59.289Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:33:59.289Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:33:59.308Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:33:59.311Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:34:00.189Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b99c6dc7-112c-475d-a1b5-8082a6263cb5 2022-06-14T06:34:00.189Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7249fc92-3ea4 0 a943eb6e-9343-42d9-bab6-4e0caa406277 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:34:00.284Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b06f261, org.onap.sdc.toscaparser.api.parameters.Input@2adb3185, org.onap.sdc.toscaparser.api.parameters.Input@398c94d6, org.onap.sdc.toscaparser.api.parameters.Input@3d2e6b9e, org.onap.sdc.toscaparser.api.parameters.Input@71f713a0] 2022-06-14T06:34:00.288Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.288Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:34:00.288Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-14T06:34:00.289Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3ab2eb60-df93-4e0f-a706-34a7e0b82c7f 2022-06-14T06:34:00.289Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3ab2eb60-df93-4e0f-a706-34a7e0b82c7f matches Tosca VF Customization UUID: 3ab2eb60-df93-4e0f-a706-34a7e0b82c7f 2022-06-14T06:34:00.289Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3ab2eb60-df93-4e0f-a706-34a7e0b82c7f matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-14T06:34:00.298Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.298Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:34:00.300Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3ab2eb60-df93-4e0f-a706-34a7e0b82c7f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-14T06:34:00.300Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1118af5b 2022-06-14T06:34:00.301Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.302Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T06:34:00.303Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7dc0c7de-e2c2-434e-8f81-1833eb67fc68 2022-06-14T06:34:00.303Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7dc0c7de-e2c2-434e-8f81-1833eb67fc68 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-14T06:34:00.312Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.313Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria 2022-06-14T06:34:00.313Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:34:00.314Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.315Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria 2022-06-14T06:34:00.315Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:34:00.316Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.316Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is not matching search criteria 2022-06-14T06:34:00.317Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:34:00.317Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:34:00.317Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-14T06:34:00.318Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:34:00.318Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:34:00.318Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:34:00.319Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:34:00.319Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:34:00.320Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:34:00.320Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:34:00.321Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:34:00.322Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=35284b6b-67d6-4428-beb1-893e07f2fc93 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T06:34:00.333Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.334Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria 2022-06-14T06:34:00.335Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:34:00.336Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.336Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is not matching search criteria 2022-06-14T06:34:00.337Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:34:00.337Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:34:00.338Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:34:00.338Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:34:00.338Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:34:00.339Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:34:00.339Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:34:00.340Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-14T06:34:00.341Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:34:00.341Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:34:00.341Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:34:00.342Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:34:00.342Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb4c6817-7709-440c-b8c3-2ee7d12046c7 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T06:34:00.348Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.349Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria 2022-06-14T06:34:00.351Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:34:00.360Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.360Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is not matching search criteria 2022-06-14T06:34:00.361Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:34:00.363Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:34:00.364Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:34:00.365Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:34:00.365Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:34:00.365Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:34:00.365Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:34:00.366Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:34:00.366Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:34:00.366Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:34:00.367Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:34:00.367Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-14T06:34:00.367Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4dcb2a3b-f35d-4384-a306-e778e3fbf015 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T06:34:00.374Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.376Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria 2022-06-14T06:34:00.376Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:34:00.376Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.377Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Node template vFW 7249fc92-3ea4 0 is matching search criteria 2022-06-14T06:34:00.378Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 7249fc92-3ea4 0] matching following query criteria: sdcType=VF, customizationUUID=3ab2eb60-df93-4e0f-a706-34a7e0b82c7f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:34:00.383Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.384Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:34:00.386Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b99c6dc7-112c-475d-a1b5-8082a6263cb5: vFW 7249fc92-3ea4 2022-06-14T06:34:00.387Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.387Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:34:00.387Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.388Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:34:00.388Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.389Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:34:00.389Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.390Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:34:00.390Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:34:00.391Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:34:00.394Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-14 06-28-05 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:34:00.937Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7249fc92-3ea4 a943eb6e-9343-42d9-bab6-4e0caa406277 1 ASDC deployResourceStructure 2022-06-14T06:34:00.938Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json ASDC sendASDCNotification 2022-06-14T06:34:00.938Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json 2022-06-14T06:34:00.938Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:34:00.939Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:34:00.942Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:34:00.943Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188440938, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:34:01.043Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:34:01.045Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:34:01.045Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:34:01.069Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:34:01.070Z||pool-30-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:34:01.944Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-14T06:34:01.944Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml 2022-06-14T06:34:01.944Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:34:01.945Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:34:01.949Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:34:01.950Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188441944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-14T06:34:02.048Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T06:34:02.049Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:34:02.049Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:34:02.078Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:34:02.084Z||pool-31-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-06-14T06:34:02.956Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-14T06:34:02.957Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env 2022-06-14T06:34:02.957Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:34:02.974Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:34:02.978Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:34:02.978Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188442956, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-14T06:34:03.079Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:34:03.080Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:34:03.080Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:34:03.103Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:34:03.105Z||pool-32-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:34:03.980Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar ASDC sendASDCNotification 2022-06-14T06:34:03.981Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar 2022-06-14T06:34:03.981Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:34:03.982Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:34:03.986Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:34:03.987Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188443980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:34:04.086Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:34:04.088Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:34:04.088Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:34:04.129Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:34:04.131Z||pool-33-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-06-14T06:34:04.988Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:34:05.005Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:34:05.027Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:34:05.028Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:34:05.028Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:34:05.028Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:34:35.028Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:34:35.039Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:34:35.048Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:34:35.048Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:34:35.048Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:34:35.049Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:34:46.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:34:46.326Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:34:46.326Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:34:46.431Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:34:46.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:34:46.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "clamp", "timestamp": 1655188363607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:34:46.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:35:05.050Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:35:05.063Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:35:05.073Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:35:05.074Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:35:05.074Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:35:05.075Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:35:35.075Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:35:35.092Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:35:35.097Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:35:35.097Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:35:35.098Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:35:35.099Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:35:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:35:46.322Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:35:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:35:46.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:35:46.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "policy-id", "timestamp": 1655188366525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:35:46.371Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:35:46.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "clamp", "timestamp": 1655188363607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:35:46.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:35:46.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "policy-id", "timestamp": 1655188367530, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:35:46.374Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:35:46.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "clamp", "timestamp": 1655188363607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:35:46.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:35:46.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "policy-id", "timestamp": 1655188368535, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:35:46.395Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2667a551-cdd9-41f8-97ac-8ef3b47d0942 2022-06-14T06:35:46.398Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2667a551-cdd9-41f8-97ac-8ef3b47d0942 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-14T06:35:46.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "clamp", "timestamp": 1655188363607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:35:46.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:35:46.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "clamp", "timestamp": 1655188363607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:35:46.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:35:46.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "aai-ml", "timestamp": 1655188373942, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:35:46.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:35:46.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "aai-ml", "timestamp": 1655188374949, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:35:46.437Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2667a551-cdd9-41f8-97ac-8ef3b47d0942 2022-06-14T06:35:46.437Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2667a551-cdd9-41f8-97ac-8ef3b47d0942 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:35:46.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "clamp", "timestamp": 1655188377151, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:35:46.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:35:46.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "clamp", "timestamp": 1655188380162, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:35:46.454Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:35:46.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "clamp", "timestamp": 1655188381168, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:35:46.474Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2667a551-cdd9-41f8-97ac-8ef3b47d0942 2022-06-14T06:35:46.474Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2667a551-cdd9-41f8-97ac-8ef3b47d0942 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:35:46.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c201cf-e6fa-4f03-aa7e-b0f1b75cfe61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188417762, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T06:35:46.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:35:46.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:35:46.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:35:46.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json", "status": "NOTIFIED" } 2022-06-14T06:35:46.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:35:46.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:35:46.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:35:46.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:36:05.100Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:36:05.114Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:36:05.128Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:36:05.128Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:36:05.128Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:36:05.129Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:36:35.134Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:36:35.155Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:36:35.182Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:36:35.182Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:36:35.182Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:36:35.182Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:36:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:36:46.321Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:36:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:36:46.932Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:36:46.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:36:46.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:36:46.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:36:46.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:36:46.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T06:36:46.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:36:46.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:36:46.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:36:46.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:36:46.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:36:46.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:36:46.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:36:46.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:36:46.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188430908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:36:46.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:36:46.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:36:46.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188436944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:36:46.944Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:36:46.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:36:46.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188438090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:36:46.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:36:46.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:36:46.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188439175, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:36:46.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:36:46.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:36:46.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188440938, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/vfw7249fc923ea40_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:36:46.946Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:36:46.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:36:46.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188441944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-14T06:36:46.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:36:46.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:36:46.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188442956, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/resourceInstances/vfw7249fc923ea40/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-14T06:36:46.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:36:46.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:36:46.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188443980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614062805/1.0/artifacts/service-Vfw20220614062805-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:36:46.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:37:05.184Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:37:05.202Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:37:05.210Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:37:05.211Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:37:05.211Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:37:05.211Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:37:35.211Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:37:35.227Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:37:35.231Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:37:35.231Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:37:35.231Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:37:35.231Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:37:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:37:46.323Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:37:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:37:55.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:38:05.232Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:38:05.259Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:38:05.265Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:38:05.266Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:38:05.266Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:38:05.266Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:38:35.267Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:38:35.278Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:38:35.282Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:38:35.282Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:38:35.282Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:38:35.283Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:38:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:38:46.321Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:38:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:38:55.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:05.283Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T06:39:05.284Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T06:39:05.332Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e6564d5-8cc4-443d-b7db-5229256ec514 and serviceModelVersionId: b99c6dc7-112c-475d-a1b5-8082a6263cb5 2022-06-14T06:39:05.339Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 460fbbcd-3afa-401f-8e5f-a8c625d439f7 2022-06-14T06:39:05.342Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/460fbbcd-3afa-401f-8e5f-a8c625d439f7/model-vers/model-ver/b99c6dc7-112c-475d-a1b5-8082a6263cb5?depth=0 2022-06-14T06:39:05.361Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T06:39:05.528Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460fbbcd-3afa-401f-8e5f-a8c625d439f7/model-vers/model-ver/b99c6dc7-112c-475d-a1b5-8082a6263cb5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-14T06:39:05.530Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460fbbcd-3afa-401f-8e5f-a8c625d439f7/model-vers/model-ver/b99c6dc7-112c-475d-a1b5-8082a6263cb5?depth=0|INFO|500||Invoke 2022-06-14T06:39:05.608Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460fbbcd-3afa-401f-8e5f-a8c625d439f7/model-vers/model-ver/b99c6dc7-112c-475d-a1b5-8082a6263cb5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T06:39:05.783Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460fbbcd-3afa-401f-8e5f-a8c625d439f7/model-vers/model-ver/b99c6dc7-112c-475d-a1b5-8082a6263cb5?depth=0|INFO|500||InvokeReturn 2022-06-14T06:39:05.783Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/460fbbcd-3afa-401f-8e5f-a8c625d439f7/model-vers/model-ver/b99c6dc7-112c-475d-a1b5-8082a6263cb5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220614-06:39:05:761-22860], vertex-id=[348264], Content-Length=[0], Date=[Tue, 14 Jun 2022 06:39:05 GMT], Content-Type=[application/json]} 2022-06-14T06:39:05.784Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-14T06:39:05.798Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T06:39:05.799Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:39:05.826Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T06:39:05.827Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e6564d5-8cc4-443d-b7db-5229256ec514 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T06:39:05.827Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T06:39:05.828Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:05.830Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:05.831Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188745827, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T06:39:05.932Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T06:39:05.934Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:05.934Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:05.967Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:05.968Z||pool-34-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T06:39:06.858Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T06:39:06.858Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2667a551-cdd9-41f8-97ac-8ef3b47d0942","serviceName":"vFW 2022-06-14 06-31-16","serviceVersion":"1.0","serviceUUID":"eeafa4cd-5dca-423d-b640-6e5c3b4764b4","serviceDescription":"catalog service description","serviceInvariantUUID":"dd1eb1ea-a1ef-4f39-91a9-7220413398bf","resources":[{"resourceInstanceName":"vFW 9c663026-0238 0","resourceName":"vFW 9c663026-0238","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e22d3652-a75c-4763-9a1d-4a84d0ec9856","resourceInvariantUUID":"5bfdec17-d106-45f9-91ef-2e02606653d1","resourceCustomizationUUID":"04a08fd8-34fd-4d49-b332-b98b240c16ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml","artifactChecksum":"NTc0NjcwYTRmOGIwMjJjOGY0NWVhMzBjN2FmMmUxYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c130587f-a6c7-4969-acbe-adf8026ec6cb","artifactVersion":"1"},{"artifactName":"vfw9c66302602380_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json","artifactChecksum":"N2Y2ZjJiNzUzODc2MTYyOTI4NGU1ZjE3NGFlMDA5Y2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"673a6f4b-41ce-4512-b318-c1e27b712d94","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"25951bbd-b532-4ee1-9f01-3029e2bf1033","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml","artifactChecksum":"YTlkMzdlMGNlNTBlNDk1YTg4OGMyNGUxMDI0YThjOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"462a4847-3354-4fcd-841b-573025f88e29","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38bd6519-eddf-4e07-baef-0a1bfe1a5978","artifactVersion":"2","generatedFromUUID":"25951bbd-b532-4ee1-9f01-3029e2bf1033"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220614063116-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml","artifactChecksum":"Mzg1Nzc0NmM5NWNhNTQ2Y2Y2ZmEwODU2OTAyMmQzOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8662ed2b-88b5-46ab-8515-159f73eb0a5b","artifactVersion":"1"},{"artifactName":"service-Vfw20220614063116-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar","artifactChecksum":"N2Y5YjVmYjkzYTdiMjU4YWYzYTI1ZTQ3Y2IwYTk2MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b187a10-8fe1-4c2d-a9f7-9bdf62aff547","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T06:39:06.860Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:39:06.860Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:06.863Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:06.863Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:39:06.963Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:39:06.964Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:06.965Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:06.997Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:06.998Z||pool-35-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:39:07.863Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:39:07.864Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:07.874Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:07.875Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json", "status": "NOTIFIED" } 2022-06-14T06:39:07.970Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-14T06:39:07.970Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:07.971Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:07.989Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:07.989Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:39:08.878Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:39:08.879Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:08.882Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:08.882Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:39:08.983Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:39:08.985Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:08.986Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:09.002Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:09.004Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:39:09.884Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:39:09.885Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:09.902Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:09.903Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:39:09.993Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-06-14T06:39:09.998Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:09.998Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:10.053Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:10.054Z||pool-38-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:39:10.904Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:39:10.905Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:10.907Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:10.908Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T06:39:11.008Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:39:11.010Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:11.011Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:11.040Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:11.041Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:39:11.916Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:39:11.921Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:11.925Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:11.925Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:39:12.025Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:39:12.026Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:12.026Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:12.048Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:12.049Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:39:12.926Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:39:12.926Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:12.930Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:12.931Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:39:13.031Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:39:13.032Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:13.033Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:13.053Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:13.053Z||pool-41-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:39:13.933Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "serviceName": "vFW 2022-06-14 06-31-16", "serviceVersion": "1.0", "serviceUUID": "eeafa4cd-5dca-423d-b640-6e5c3b4764b4", "serviceDescription": "catalog service description", "serviceInvariantUUID": "dd1eb1ea-a1ef-4f39-91a9-7220413398bf", "resources": [ { "resourceInstanceName": "vFW 9c663026-0238 0", "resourceCustomizationUUID": "04a08fd8-34fd-4d49-b332-b98b240c16ac", "resourceName": "vFW 9c663026-0238", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e22d3652-a75c-4763-9a1d-4a84d0ec9856", "resourceInvariantUUID": "5bfdec17-d106-45f9-91ef-2e02606653d1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9c66302602380_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json", "artifactChecksum": "N2Y2ZjJiNzUzODc2MTYyOTI4NGU1ZjE3NGFlMDA5Y2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "673a6f4b-41ce-4512-b318-c1e27b712d94", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "25951bbd-b532-4ee1-9f01-3029e2bf1033", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "38bd6519-eddf-4e07-baef-0a1bfe1a5978", "generatedFromUUID": "25951bbd-b532-4ee1-9f01-3029e2bf1033" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "38bd6519-eddf-4e07-baef-0a1bfe1a5978", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220614063116-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "artifactChecksum": "N2Y5YjVmYjkzYTdiMjU4YWYzYTI1ZTQ3Y2IwYTk2MzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6b187a10-8fe1-4c2d-a9f7-9bdf62aff547" } ], "workloadContext": "Production" } 2022-06-14T06:39:13.933Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T06:39:13.934Z|6e6564d5-8cc4-443d-b7db-5229256ec514|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eeafa4cd-5dca-423d-b640-6e5c3b4764b4 ASDC 2022-06-14T06:39:13.935Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:2667a551-cdd9-41f8-97ac-8ef3b47d0942 ServiceName:vFW 2022-06-14 06-31-16 ServiceVersion:1.0 ServiceUUID:eeafa4cd-5dca-423d-b640-6e5c3b4764b4 ServiceInvariantUUID:dd1eb1ea-a1ef-4f39-91a9-7220413398bf ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220614063116-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar ArtifactUUID:6b187a10-8fe1-4c2d-a9f7-9bdf62aff547 ArtifactChecksum:N2Y5YjVmYjkzYTdiMjU4YWYzYTI1ZTQ3Y2IwYTk2MzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9c663026-0238 0 ResourceCustomizationUUID:04a08fd8-34fd-4d49-b332-b98b240c16ac ResourceInvariantUUID:5bfdec17-d106-45f9-91ef-2e02606653d1 ResourceName:vFW 9c663026-0238 ResourceType:VF ResourceUUID:e22d3652-a75c-4763-9a1d-4a84d0ec9856 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9c66302602380_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json ArtifactUUID:673a6f4b-41ce-4512-b318-c1e27b712d94 ArtifactChecksum:N2Y2ZjJiNzUzODc2MTYyOTI4NGU1ZjE3NGFlMDA5Y2U= 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/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml ArtifactUUID:25951bbd-b532-4ee1-9f01-3029e2bf1033 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/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env ArtifactUUID:38bd6519-eddf-4e07-baef-0a1bfe1a5978 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/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env ArtifactUUID:38bd6519-eddf-4e07-baef-0a1bfe1a5978 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-14T06:39:13.935Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eeafa4cd-5dca-423d-b640-6e5c3b4764b4 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T06:39:14.056Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T06:39:14.057Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:39:14.058Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:39:14.058Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6b187a10-8fe1-4c2d-a9f7-9bdf62aff547 from URL: /sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar 2022-06-14T06:39:14.058Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T06:39:14.058Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar 2022-06-14T06:39:14.410Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T06:39:14.418Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar 6b187a10-8fe1-4c2d-a9f7-9bdf62aff547 99038 2022-06-14T06:39:14.419Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar ASDC sendASDCNotification 2022-06-14T06:39:14.419Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar 2022-06-14T06:39:14.419Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:39:14.421Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:14.424Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:14.425Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188754419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:39:14.527Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T06:39:14.528Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:14.528Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:14.575Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:14.575Z||pool-42-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:39:15.426Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T06:39:15.426Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:39:15.427Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6b187a10-8fe1-4c2d-a9f7-9bdf62aff547, URL: /sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar to file: /app/ASDC/1/service-Vfw20220614063116-csar.csar 2022-06-14T06:39:15.427Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220614063116-csar.csar 2022-06-14T06:39:15.430Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220614063116-csar.csar 2022-06-14T06:39:15.430Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220614063116-csar.csar 2022-06-14T06:39:15.857Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14411652442606129786/Definitions/service-Vfw20220614063116-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_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 Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-06-14T06:39:19.577Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T06:39:19.578Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T06:39:19.578Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar 2022-06-14T06:39:19.579Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-14T06:39:19.579Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||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-Vfw20220614063116-csar.csar 2022-06-14T06:39:19.579Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||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-Vfw20220614063116-csar.csar 2022-06-14T06:39:19.579Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|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-Vfw20220614063116-csar.csar 2022-06-14T06:39:19.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar 2022-06-14T06:39:19.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar 2022-06-14T06:39:19.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||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-Vfw20220614063116-csar.csar 2022-06-14T06:39:19.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|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-Vfw20220614063116-csar.csar 2022-06-14T06:39:19.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar 2022-06-14T06:39:19.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar 2022-06-14T06:39:19.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9c663026-0238 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-Vfw20220614063116-csar.csar 2022-06-14T06:39:19.581Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar 2022-06-14T06:39:19.581Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614063116-csar.csar 2022-06-14T06:39:19.581Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|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-Vfw20220614063116-csar.csar 2022-06-14T06:39:19.581Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T06:39:19.581Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.582Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:19.582Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria 2022-06-14T06:39:19.582Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T06:39:19.585Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T06:39:19.585Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.586Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:19.586Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria 2022-06-14T06:39:19.586Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T06:39:19.586Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T06:39:19.586Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.586Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:19.587Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.587Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is not matching search criteria 2022-06-14T06:39:19.587Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:39:19.587Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:39:19.587Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:39:19.587Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:19.587Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:39:19.588Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:39:19.588Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:39:19.588Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:39:19.588Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:39:19.588Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:39:19.588Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:19.589Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:39:19.589Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:19.589Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:39:19.589Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:39:19.589Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-14T06:39:19.590Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.590Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T06:39:19.590Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.590Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria 2022-06-14T06:39:19.591Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:39:19.591Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.591Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria 2022-06-14T06:39:19.591Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:39:19.592Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.592Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria 2022-06-14T06:39:19.592Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:39:19.592Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.592Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is not matching search criteria 2022-06-14T06:39:19.592Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:39:19.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:39:19.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-14T06:39:19.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:39:19.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:39:19.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:39:19.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:19.594Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:39:19.594Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:19.594Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:39:19.594Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:39:19.594Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bb4cd192-86e5-4a3a-a51a-b9fbfb758ca2 2022-06-14T06:39:19.595Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.596Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is not matching search criteria 2022-06-14T06:39:19.596Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:39:19.596Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:39:19.596Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:39:19.596Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:19.596Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:39:19.597Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:39:19.597Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:39:19.597Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-14T06:39:19.597Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:39:19.597Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:19.597Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:39:19.598Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:39:19.598Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a71b3e94-f1c6-4424-94b3-6c48f62e74e0 2022-06-14T06:39:19.598Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.598Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is not matching search criteria 2022-06-14T06:39:19.598Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:39:19.598Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:39:19.599Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:39:19.599Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:19.599Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:39:19.599Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:39:19.599Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:39:19.600Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:39:19.600Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:39:19.600Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:39:19.600Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:19.600Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-14T06:39:19.600Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d1f81672-c67b-4d96-b6ad-1c3bc8754164 2022-06-14T06:39:19.601Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.601Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:19.601Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.601Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:19.601Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.602Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:19.602Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:19.602Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:19.602Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-14 06-31-16 Description:catalog service description Model UUID:eeafa4cd-5dca-423d-b640-6e5c3b4764b4 Model Version:NULL Model InvariantUuid:dd1eb1ea-a1ef-4f39-91a9-7220413398bf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9c663026-0238 Model UUID:3caaef1c-321a-4612-905e-9ff020a4253a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:5bfdec17-d106-45f9-91ef-2e02606653d1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:04a08fd8-34fd-4d49-b332-b98b240c16ac NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:62a7518f-75d1-49c1-be4e-729c420ce34e ModelName:Vfw9c6630260238..base_vfw..module-0 ModelUuid:716a0975-7bfc-4816-8b81-f2c546b69f0c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bb4cd192-86e5-4a3a-a51a-b9fbfb758ca2 ModelInvariantUuid:695c4b9e-94ff-4032-98bb-5901418a16ea ModelName:vFW 9c663026-0238-nodes.vfwCvfc ModelUuid:97010035-54f2-4a1c-82f9-66982cce7073 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:956f7c70-8977-4797-a3f9-9c24ac3af045 ModelInvariantUuid:cdca2bf3-6cc9-44ec-b862-0251cc663046 ModelName:Vfw9c6630260238.compute.nodes.heat.vfw ModelUuid:b1faebe8-7d6f-4899-b319-bc37e6be0e2d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a71b3e94-f1c6-4424-94b3-6c48f62e74e0 ModelInvariantUuid:6df06408-ba31-46bc-b9fe-91e7ea258294 ModelName:vFW 9c663026-0238-nodes.vsnCvfc ModelUuid:b35a4c7b-359f-4ec6-a3bb-e95bd490d366 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c5e261d3-3936-49a5-a551-c6b7969eb107 ModelInvariantUuid:85e4a22b-30bf-4c04-82c5-3c0f7ac051ae ModelName:Vfw9c6630260238.compute.nodes.heat.vsn ModelUuid:72363f1c-c2c2-4fdd-8812-5166edc757f9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d1f81672-c67b-4d96-b6ad-1c3bc8754164 ModelInvariantUuid:5dd47c81-2826-4bf2-8c95-5641f3eef1a3 ModelName:vFW 9c663026-0238-nodes.vpgCvfc ModelUuid:9de2b91a-a82b-4175-bb7f-d95ca4d44144 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:6e709944-6ecd-41aa-9d67-8186cf9b0674 ModelInvariantUuid:5491594e-2cea-4fd0-9190-d426593b7964 ModelName:Vfw9c6630260238.compute.nodes.heat.vpg ModelUuid:594e0759-1dcd-4a3b-82dd-7d543013b51f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T06:39:19.624Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e22d3652-a75c-4763-9a1d-4a84d0ec9856 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:39:19.637Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||vFW 9c663026-0238 0 2022-06-14T06:39:19.638Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e22d3652-a75c-4763-9a1d-4a84d0ec9856 2022-06-14T06:39:19.638Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 673a6f4b-41ce-4512-b318-c1e27b712d94 from URL: /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json 2022-06-14T06:39:19.638Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T06:39:19.638Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json 2022-06-14T06:39:19.710Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T06:39:19.710Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json 673a6f4b-41ce-4512-b318-c1e27b712d94 785 2022-06-14T06:39:19.711Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json ASDC sendASDCNotification 2022-06-14T06:39:19.711Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json 2022-06-14T06:39:19.711Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:39:19.712Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:19.714Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:19.714Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188759711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:39:19.815Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:39:19.816Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:19.816Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:19.841Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:19.842Z||pool-43-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:39:20.715Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9c6630260238..base_vfw..module-0", "vfModuleModelInvariantUUID": "62a7518f-75d1-49c1-be4e-729c420ce34e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "716a0975-7bfc-4816-8b81-f2c546b69f0c", "vfModuleModelCustomizationUUID": "e6da9bac-36b3-4ad3-843d-81c7a09d769c", "isBase": true, "artifacts": [ "25951bbd-b532-4ee1-9f01-3029e2bf1033", "38bd6519-eddf-4e07-baef-0a1bfe1a5978" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T06:39:20.721Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9c6630260238..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:716a0975-7bfc-4816-8b81-f2c546b69f0c VfModuleModelInvariantUUID:62a7518f-75d1-49c1-be4e-729c420ce34e VfModuleModelDescription:NULL Artifacts UUID List:{ 25951bbd-b532-4ee1-9f01-3029e2bf1033 , 38bd6519-eddf-4e07-baef-0a1bfe1a5978 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T06:39:20.725Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9c6630260238..base_vfw..module-0", "vfModuleModelInvariantUUID": "62a7518f-75d1-49c1-be4e-729c420ce34e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "716a0975-7bfc-4816-8b81-f2c546b69f0c", "vfModuleModelCustomizationUUID": "e6da9bac-36b3-4ad3-843d-81c7a09d769c", "isBase": true, "artifacts": [ "25951bbd-b532-4ee1-9f01-3029e2bf1033", "38bd6519-eddf-4e07-baef-0a1bfe1a5978" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T06:39:20.725Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9c6630260238..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:716a0975-7bfc-4816-8b81-f2c546b69f0c VfModuleModelInvariantUUID:62a7518f-75d1-49c1-be4e-729c420ce34e VfModuleModelDescription:NULL Artifacts UUID List:{ 25951bbd-b532-4ee1-9f01-3029e2bf1033 , 38bd6519-eddf-4e07-baef-0a1bfe1a5978 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T06:39:20.726Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 25951bbd-b532-4ee1-9f01-3029e2bf1033 from URL: /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml 2022-06-14T06:39:20.726Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T06:39:20.726Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml 2022-06-14T06:39:20.900Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T06:39:20.901Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml 25951bbd-b532-4ee1-9f01-3029e2bf1033 20368 2022-06-14T06:39:20.902Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-14T06:39:20.902Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml 2022-06-14T06:39:20.902Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:39:20.902Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:20.905Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:20.905Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188760901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:39:21.005Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:39:21.006Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:21.006Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:21.030Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:21.031Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:39:21.906Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 38bd6519-eddf-4e07-baef-0a1bfe1a5978 from URL: /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env 2022-06-14T06:39:21.907Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T06:39:21.908Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env 2022-06-14T06:39:22.044Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T06:39:22.044Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env 38bd6519-eddf-4e07-baef-0a1bfe1a5978 2098 2022-06-14T06:39:22.045Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-14T06:39:22.045Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env 2022-06-14T06:39:22.045Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:39:22.045Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:22.047Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:22.047Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188762045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:39:22.148Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T06:39:22.149Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:22.149Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:22.168Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:22.169Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:39:23.048Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: eeafa4cd-5dca-423d-b640-6e5c3b4764b4 2022-06-14T06:39:23.048Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9c663026-0238 0 e22d3652-a75c-4763-9a1d-4a84d0ec9856 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:39:23.085Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d6036dc, org.onap.sdc.toscaparser.api.parameters.Input@6d531b35, org.onap.sdc.toscaparser.api.parameters.Input@6b71404f, org.onap.sdc.toscaparser.api.parameters.Input@13877aff, org.onap.sdc.toscaparser.api.parameters.Input@4f8d6885] 2022-06-14T06:39:23.088Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.089Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:23.090Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-14T06:39:23.091Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 04a08fd8-34fd-4d49-b332-b98b240c16ac 2022-06-14T06:39:23.092Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 04a08fd8-34fd-4d49-b332-b98b240c16ac matches Tosca VF Customization UUID: 04a08fd8-34fd-4d49-b332-b98b240c16ac 2022-06-14T06:39:23.093Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 04a08fd8-34fd-4d49-b332-b98b240c16ac matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-14T06:39:23.101Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.102Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:23.104Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 04a08fd8-34fd-4d49-b332-b98b240c16ac: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-14T06:39:23.105Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7318cdda 2022-06-14T06:39:23.106Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.106Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T06:39:23.107Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6da9bac-36b3-4ad3-843d-81c7a09d769c 2022-06-14T06:39:23.108Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6da9bac-36b3-4ad3-843d-81c7a09d769c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-14T06:39:23.114Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.115Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria 2022-06-14T06:39:23.116Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:39:23.117Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.117Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria 2022-06-14T06:39:23.118Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:39:23.119Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.122Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is not matching search criteria 2022-06-14T06:39:23.123Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:39:23.123Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:39:23.124Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-14T06:39:23.125Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:39:23.125Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:39:23.125Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:39:23.126Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:23.126Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:39:23.127Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:23.127Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:39:23.127Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:39:23.128Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bb4cd192-86e5-4a3a-a51a-b9fbfb758ca2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T06:39:23.133Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.134Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria 2022-06-14T06:39:23.135Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:39:23.135Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.136Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is not matching search criteria 2022-06-14T06:39:23.136Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:39:23.137Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:39:23.137Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:39:23.137Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:23.138Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:39:23.138Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:39:23.138Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:39:23.139Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-14T06:39:23.139Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:39:23.139Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:23.140Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:39:23.140Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:39:23.141Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a71b3e94-f1c6-4424-94b3-6c48f62e74e0 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T06:39:23.147Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.148Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria 2022-06-14T06:39:23.148Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:39:23.149Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.149Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is not matching search criteria 2022-06-14T06:39:23.149Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:39:23.150Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:39:23.150Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:39:23.151Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:23.152Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:39:23.152Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:39:23.152Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:39:23.153Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:39:23.153Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:39:23.153Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:39:23.154Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:39:23.154Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-14T06:39:23.155Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d1f81672-c67b-4d96-b6ad-1c3bc8754164 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T06:39:23.159Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.160Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria 2022-06-14T06:39:23.161Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:39:23.162Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.163Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Node template vFW 9c663026-0238 0 is matching search criteria 2022-06-14T06:39:23.163Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9c663026-0238 0] matching following query criteria: sdcType=VF, customizationUUID=04a08fd8-34fd-4d49-b332-b98b240c16ac Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:39:23.167Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.168Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:23.169Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid eeafa4cd-5dca-423d-b640-6e5c3b4764b4: vFW 9c663026-0238 2022-06-14T06:39:23.169Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.170Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:23.170Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.171Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:23.171Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.171Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:23.172Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.173Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:23.173Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:39:23.173Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-31-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:39:23.174Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-14 06-31-16 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:39:23.434Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9c663026-0238 e22d3652-a75c-4763-9a1d-4a84d0ec9856 1 ASDC deployResourceStructure 2022-06-14T06:39:23.435Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json ASDC sendASDCNotification 2022-06-14T06:39:23.435Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json 2022-06-14T06:39:23.435Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:39:23.435Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:23.438Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:23.438Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188763435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:39:23.539Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:39:23.540Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:23.541Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:23.626Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:23.642Z||pool-46-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":1,"count":1} 2022-06-14T06:39:24.441Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-14T06:39:24.441Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml 2022-06-14T06:39:24.441Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:39:24.441Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:24.444Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:24.445Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188764441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-14T06:39:24.544Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:39:24.545Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:24.545Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:24.578Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:24.579Z||pool-47-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:39:25.447Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-14T06:39:25.447Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env 2022-06-14T06:39:25.447Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:39:25.448Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:25.457Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:25.471Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188765447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-14T06:39:25.555Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms 2022-06-14T06:39:25.556Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:25.558Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:25.597Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:25.599Z||pool-48-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:39:26.474Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar ASDC sendASDCNotification 2022-06-14T06:39:26.474Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar 2022-06-14T06:39:26.475Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:39:26.475Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:39:26.480Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:39:26.480Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188766473, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:39:26.580Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:39:26.581Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:39:26.581Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:39:26.628Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:26.629Z||pool-49-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1} 2022-06-14T06:39:27.481Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:39:27.492Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:39:27.496Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:39:27.497Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:39:27.505Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:39:27.505Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:39:46.321Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:39:46.323Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:39:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:39:46.960Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:39:46.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e6564d5-8cc4-443d-b7db-5229256ec514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188745827, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T06:39:46.964Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:39:46.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:39:46.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:39:46.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json", "status": "NOTIFIED" } 2022-06-14T06:39:46.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:39:46.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:39:46.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:39:46.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:39:46.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:39:46.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T06:39:46.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:39:46.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:39:46.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:39:46.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188418780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:39:46.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:39:46.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188754419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:39:46.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:39:46.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188759711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:39:46.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:39:46.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188760901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:39:46.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:39:46.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188762045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:39:46.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:39:46.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188763435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/vfw9c66302602380_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:39:46.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:39:46.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188764441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-14T06:39:46.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:39:46.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188765447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/resourceInstances/vfw9c66302602380/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-14T06:39:46.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:39:46.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:39:46.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655188766473, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063116/1.0/artifacts/service-Vfw20220614063116-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:39:46.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:39:57.506Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:39:57.531Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:39:57.544Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:39:57.545Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:39:57.545Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:39:57.545Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:40:27.546Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:40:27.557Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:40:27.559Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:40:27.559Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:40:27.560Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:40:27.560Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:40:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:40:46.323Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:40:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:40:55.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:40:57.560Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:40:57.568Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:40:57.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:40:57.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:40:57.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:40:57.580Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:41:27.581Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:41:27.591Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:41:27.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:41:27.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:41:27.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:41:27.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:41:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:41:46.321Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:41:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:41:46.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:41:46.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "aai-ml", "timestamp": 1655188853828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "cds", "timestamp": 1655188853980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "policy-id", "timestamp": 1655188858754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "cds", "timestamp": 1655188853980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "aai-ml", "timestamp": 1655188853828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "policy-id", "timestamp": 1655188858754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "cds", "timestamp": 1655188853980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "aai-ml", "timestamp": 1655188853828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "policy-id", "timestamp": 1655188858754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:41:46.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "cds", "timestamp": 1655188853980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "aai-ml", "timestamp": 1655188853828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "policy-id", "timestamp": 1655188858754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "aai-ml", "timestamp": 1655188853828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "cds", "timestamp": 1655188853980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "policy-id", "timestamp": 1655188858754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "aai-ml", "timestamp": 1655188853828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "cds", "timestamp": 1655188853980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "policy-id", "timestamp": 1655188858754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:46.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "cds", "timestamp": 1655188853980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:41:46.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "aai-ml", "timestamp": 1655188853828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:41:46.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "policy-id", "timestamp": 1655188858754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:41:46.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:46.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "aai-ml", "timestamp": 1655188867735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:41:46.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:41:46.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "cds", "timestamp": 1655188867361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:41:46.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:41:46.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "policy-id", "timestamp": 1655188867908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:41:46.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:41:46.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "policy-id", "timestamp": 1655188868913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:41:46.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:41:46.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:46.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "cds", "timestamp": 1655188868392, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:41:47.003Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eec1cd70-ef71-4fca-89e1-d584e87dd176 2022-06-14T06:41:47.005Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId eec1cd70-ef71-4fca-89e1-d584e87dd176 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:41:47.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "policy-id", "timestamp": 1655188869916, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:41:47.025Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eec1cd70-ef71-4fca-89e1-d584e87dd176 2022-06-14T06:41:47.026Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId eec1cd70-ef71-4fca-89e1-d584e87dd176 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:41:47.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "multicloud-k8s-id", "timestamp": 1655188869827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:47.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:47.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "multicloud-k8s-id", "timestamp": 1655188869827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json", "status": "NOTIFIED" } 2022-06-14T06:41:47.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:47.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "multicloud-k8s-id", "timestamp": 1655188869827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:41:47.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:47.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "multicloud-k8s-id", "timestamp": 1655188869827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:47.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:47.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "clamp", "timestamp": 1655188873607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:47.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:47.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "multicloud-k8s-id", "timestamp": 1655188869827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T06:41:47.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:47.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "clamp", "timestamp": 1655188873607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json", "status": "NOTIFIED" } 2022-06-14T06:41:47.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:47.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "multicloud-k8s-id", "timestamp": 1655188869827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:47.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:47.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "clamp", "timestamp": 1655188873607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:47.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:47.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "multicloud-k8s-id", "timestamp": 1655188869827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:41:47.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:47.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "clamp", "timestamp": 1655188873607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:47.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:47.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "multicloud-k8s-id", "timestamp": 1655188877600, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:41:47.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:41:47.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "clamp", "timestamp": 1655188873607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:47.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:47.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "multicloud-k8s-id", "timestamp": 1655188878670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:41:47.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:41:47.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "clamp", "timestamp": 1655188873607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:41:47.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:47.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "clamp", "timestamp": 1655188873607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:41:47.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:41:47.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "multicloud-k8s-id", "timestamp": 1655188879766, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:41:47.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:41:47.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "multicloud-k8s-id", "timestamp": 1655188880789, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:41:47.065Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eec1cd70-ef71-4fca-89e1-d584e87dd176 2022-06-14T06:41:47.065Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId eec1cd70-ef71-4fca-89e1-d584e87dd176 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-14T06:41:47.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "multicloud-k8s-id", "timestamp": 1655188881793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:41:47.073Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:41:47.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "aai-ml", "timestamp": 1655188886583, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:41:47.075Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:41:47.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "aai-ml", "timestamp": 1655188887588, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:41:47.084Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eec1cd70-ef71-4fca-89e1-d584e87dd176 2022-06-14T06:41:47.084Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId eec1cd70-ef71-4fca-89e1-d584e87dd176 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:41:47.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "clamp", "timestamp": 1655188890316, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:41:47.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:41:47.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "clamp", "timestamp": 1655188891354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:41:47.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:41:47.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:41:47.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "clamp", "timestamp": 1655188892358, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:41:47.115Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eec1cd70-ef71-4fca-89e1-d584e87dd176 2022-06-14T06:41:47.116Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId eec1cd70-ef71-4fca-89e1-d584e87dd176 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:41:57.593Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:41:57.606Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:41:57.609Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:41:57.609Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:41:57.610Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:41:57.610Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:42:27.610Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:42:27.636Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:42:27.645Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:42:27.645Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:42:27.645Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:42:27.645Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:42:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:42:46.321Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:42:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:42:55.910Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:42:57.646Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:42:57.667Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:42:57.672Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:42:57.672Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:42:57.673Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:42:57.673Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:43:27.673Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:43:27.702Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:43:27.709Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:43:27.709Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:43:27.710Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:43:27.710Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:43:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:43:46.322Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:43:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:43:47.007Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:43:47.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "policy-id", "timestamp": 1655188998754, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:43:47.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:43:47.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "aai-ml", "timestamp": 1655189003828, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:43:47.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:43:47.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "cds", "timestamp": 1655189003980, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:43:47.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:43:47.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "policy-id", "timestamp": 1655188998754, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:43:47.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:43:47.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "aai-ml", "timestamp": 1655189003828, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:43:47.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:43:47.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "cds", "timestamp": 1655189003980, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:43:47.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:43:47.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "policy-id", "timestamp": 1655189006828, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:43:47.031Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:43:47.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "aai-ml", "timestamp": 1655189006745, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:43:47.032Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:43:47.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "cds", "timestamp": 1655189006800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:43:47.033Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:43:47.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "policy-id", "timestamp": 1655189007833, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:43:47.033Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:43:47.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "cds", "timestamp": 1655189007810, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:43:47.058Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d874bd0-0ba6-4e73-97eb-cde370803f47 2022-06-14T06:43:47.059Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d874bd0-0ba6-4e73-97eb-cde370803f47 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:43:47.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "policy-id", "timestamp": 1655189008836, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:43:47.083Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d874bd0-0ba6-4e73-97eb-cde370803f47 2022-06-14T06:43:47.084Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d874bd0-0ba6-4e73-97eb-cde370803f47 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:43:47.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "multicloud-k8s-id", "timestamp": 1655189009825, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:43:47.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:43:47.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "multicloud-k8s-id", "timestamp": 1655189009825, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:43:47.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:43:47.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "aai-ml", "timestamp": 1655189012693, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:43:47.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:43:47.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "aai-ml", "timestamp": 1655189013697, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:43:47.117Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2d874bd0-0ba6-4e73-97eb-cde370803f47 2022-06-14T06:43:47.117Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d874bd0-0ba6-4e73-97eb-cde370803f47 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:43:47.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "clamp", "timestamp": 1655189023607, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:43:47.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:43:47.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:43:47.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "clamp", "timestamp": 1655189023607, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:43:47.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:43:57.733Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:43:57.757Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:43:57.761Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:43:57.761Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:43:57.761Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:43:57.761Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:44:27.761Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T06:44:27.762Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T06:44:27.776Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2667a551-cdd9-41f8-97ac-8ef3b47d0942 and serviceModelVersionId: eeafa4cd-5dca-423d-b640-6e5c3b4764b4 2022-06-14T06:44:27.776Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd1eb1ea-a1ef-4f39-91a9-7220413398bf 2022-06-14T06:44:27.778Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd1eb1ea-a1ef-4f39-91a9-7220413398bf/model-vers/model-ver/eeafa4cd-5dca-423d-b640-6e5c3b4764b4?depth=0 2022-06-14T06:44:27.788Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T06:44:27.895Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1eb1ea-a1ef-4f39-91a9-7220413398bf/model-vers/model-ver/eeafa4cd-5dca-423d-b640-6e5c3b4764b4?depth=0|INFO|500||Invoke 2022-06-14T06:44:27.896Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1eb1ea-a1ef-4f39-91a9-7220413398bf/model-vers/model-ver/eeafa4cd-5dca-423d-b640-6e5c3b4764b4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1eb1ea-a1ef-4f39-91a9-7220413398bf/model-vers/model-ver/eeafa4cd-5dca-423d-b640-6e5c3b4764b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2667a551-cdd9-41f8-97ac-8ef3b47d0942], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2c7e3dd6-ce61-46e3-b31f-549ce060fbfa], X-ECOMP-RequestID=[2667a551-cdd9-41f8-97ac-8ef3b47d0942], X-TransactionId=[], X-ONAP-RequestID=[2667a551-cdd9-41f8-97ac-8ef3b47d0942], Content-Type=[application/merge-patch+json]} 2022-06-14T06:44:27.958Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1eb1ea-a1ef-4f39-91a9-7220413398bf/model-vers/model-ver/eeafa4cd-5dca-423d-b640-6e5c3b4764b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T06:44:28.099Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1eb1ea-a1ef-4f39-91a9-7220413398bf/model-vers/model-ver/eeafa4cd-5dca-423d-b640-6e5c3b4764b4?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/dd1eb1ea-a1ef-4f39-91a9-7220413398bf/model-vers/model-ver/eeafa4cd-5dca-423d-b640-6e5c3b4764b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220614-06:44:28:096-88984], vertex-id=[188656], Content-Length=[0], Date=[Tue, 14 Jun 2022 06:44:28 GMT], Content-Type=[application/json]} 2022-06-14T06:44:28.100Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1eb1ea-a1ef-4f39-91a9-7220413398bf/model-vers/model-ver/eeafa4cd-5dca-423d-b640-6e5c3b4764b4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-14T06:44:28.101Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1eb1ea-a1ef-4f39-91a9-7220413398bf/model-vers/model-ver/eeafa4cd-5dca-423d-b640-6e5c3b4764b4?depth=0|INFO|500||InvokeReturn 2022-06-14T06:44:28.101Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T06:44:28.101Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:44:28.156Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T06:44:28.156Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2667a551-cdd9-41f8-97ac-8ef3b47d0942 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T06:44:28.157Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T06:44:28.157Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:28.161Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:28.161Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189068156, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T06:44:28.266Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-14T06:44:28.269Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:28.269Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:28.317Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:28.318Z||pool-50-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T06:44:29.193Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:44:29.194Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:44:29.194Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|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 ZQwS26COZsTTp54c) ... 2022-06-14T06:44:33.739Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:33.775Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T06:44:33.776Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"eec1cd70-ef71-4fca-89e1-d584e87dd176","serviceName":"vFW 2022-06-14 06-39-48","serviceVersion":"1.0","serviceUUID":"86c4c04a-3c88-4ec2-afe0-53f59c07f121","serviceDescription":"catalog service description","serviceInvariantUUID":"02c3c785-21b7-4800-b966-539330805409","resources":[{"resourceInstanceName":"vFW ca77d6f3-9d75 0","resourceName":"vFW ca77d6f3-9d75","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"99732c14-c873-4de2-ab75-05305b9c7e23","resourceInvariantUUID":"f26ca744-dce6-4423-8827-cc62eff9a551","resourceCustomizationUUID":"651684ab-79a7-467b-92ca-9aac68ab5e1c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vf-license-model.xml","artifactChecksum":"OTMzOWJhYjY1MTViNTM2ODRiN2UzYTdjYjE3MmUxNjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee037306-1bd6-40a0-92c3-b814e8fab024","artifactVersion":"1"},{"artifactName":"vfwca77d6f39d750_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json","artifactChecksum":"N2MwMmU5Njc4NGY5MjEwMTg5NjIxYmM1Yzk4OGUwNGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eca0dfc6-911a-4590-a8d9-cfaacad0db63","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2116ac8a-30b8-4a63-ae87-8eed25e851d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vendor-license-model.xml","artifactChecksum":"ZWNkZGQ2NDJlMTUwYWU2NTQ0N2RiMzE1NzFhZDgzNTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5f847a19-4565-4300-bcfb-275b0a72992e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"840775a7-8dd4-411d-abc8-7a3fe9a0178a","artifactVersion":"2","generatedFromUUID":"2116ac8a-30b8-4a63-ae87-8eed25e851d0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220614063948-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-template.yml","artifactChecksum":"MGJlNjczYmEzZmRiNGEyMjYxNjJiYmQyYTI1YmQyYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c90ebc41-e26e-4e35-8015-950089cfcbc4","artifactVersion":"1"},{"artifactName":"service-Vfw20220614063948-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar","artifactChecksum":"MmNmZjkwMmY3OTk5MmU0ZjcxNzBlYTA5YzY2M2Y5MTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5af0edbb-8c61-4230-9e45-ff1d3a3c8c2f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T06:44:33.784Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:44:33.785Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:33.792Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:33.793Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:33.890Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-14T06:44:33.893Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:33.894Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:33.938Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:33.939Z||pool-51-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} 2022-06-14T06:44:34.794Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:44:34.794Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:34.801Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:34.801Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json", "status": "NOTIFIED" } 2022-06-14T06:44:34.899Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T06:44:34.901Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:34.901Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:34.939Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:34.940Z||pool-52-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:44:35.802Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:44:35.803Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:35.807Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:35.808Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:44:35.910Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T06:44:35.913Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:35.913Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:36.002Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:36.002Z||pool-53-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:44:36.808Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:44:36.809Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:36.811Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:36.812Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:36.913Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T06:44:36.915Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:36.915Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:36.983Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:36.985Z||pool-54-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:44:37.812Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:44:37.814Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:37.818Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:37.818Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T06:44:37.918Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:44:37.919Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:37.919Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:37.935Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:37.935Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:44:38.825Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:44:38.830Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:38.835Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:38.835Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:38.935Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:44:38.937Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:38.938Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:38.962Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:38.963Z||pool-56-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:44:39.836Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:44:39.837Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:39.846Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:39.846Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:44:39.950Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-14T06:44:39.953Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:39.953Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:40.027Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:40.028Z||pool-57-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:44:40.848Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "serviceName": "vFW 2022-06-14 06-39-48", "serviceVersion": "1.0", "serviceUUID": "86c4c04a-3c88-4ec2-afe0-53f59c07f121", "serviceDescription": "catalog service description", "serviceInvariantUUID": "02c3c785-21b7-4800-b966-539330805409", "resources": [ { "resourceInstanceName": "vFW ca77d6f3-9d75 0", "resourceCustomizationUUID": "651684ab-79a7-467b-92ca-9aac68ab5e1c", "resourceName": "vFW ca77d6f3-9d75", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "99732c14-c873-4de2-ab75-05305b9c7e23", "resourceInvariantUUID": "f26ca744-dce6-4423-8827-cc62eff9a551", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwca77d6f39d750_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json", "artifactChecksum": "N2MwMmU5Njc4NGY5MjEwMTg5NjIxYmM1Yzk4OGUwNGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eca0dfc6-911a-4590-a8d9-cfaacad0db63", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2116ac8a-30b8-4a63-ae87-8eed25e851d0", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "840775a7-8dd4-411d-abc8-7a3fe9a0178a", "generatedFromUUID": "2116ac8a-30b8-4a63-ae87-8eed25e851d0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "840775a7-8dd4-411d-abc8-7a3fe9a0178a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220614063948-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "artifactChecksum": "MmNmZjkwMmY3OTk5MmU0ZjcxNzBlYTA5YzY2M2Y5MTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5af0edbb-8c61-4230-9e45-ff1d3a3c8c2f" } ], "workloadContext": "Production" } 2022-06-14T06:44:40.848Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T06:44:40.849Z|2667a551-cdd9-41f8-97ac-8ef3b47d0942|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 86c4c04a-3c88-4ec2-afe0-53f59c07f121 ASDC 2022-06-14T06:44:40.850Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:eec1cd70-ef71-4fca-89e1-d584e87dd176 ServiceName:vFW 2022-06-14 06-39-48 ServiceVersion:1.0 ServiceUUID:86c4c04a-3c88-4ec2-afe0-53f59c07f121 ServiceInvariantUUID:02c3c785-21b7-4800-b966-539330805409 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220614063948-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar ArtifactUUID:5af0edbb-8c61-4230-9e45-ff1d3a3c8c2f ArtifactChecksum:MmNmZjkwMmY3OTk5MmU0ZjcxNzBlYTA5YzY2M2Y5MTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ca77d6f3-9d75 0 ResourceCustomizationUUID:651684ab-79a7-467b-92ca-9aac68ab5e1c ResourceInvariantUUID:f26ca744-dce6-4423-8827-cc62eff9a551 ResourceName:vFW ca77d6f3-9d75 ResourceType:VF ResourceUUID:99732c14-c873-4de2-ab75-05305b9c7e23 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwca77d6f39d750_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json ArtifactUUID:eca0dfc6-911a-4590-a8d9-cfaacad0db63 ArtifactChecksum:N2MwMmU5Njc4NGY5MjEwMTg5NjIxYmM1Yzk4OGUwNGE= 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/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml ArtifactUUID:2116ac8a-30b8-4a63-ae87-8eed25e851d0 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/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env ArtifactUUID:840775a7-8dd4-411d-abc8-7a3fe9a0178a 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/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env ArtifactUUID:840775a7-8dd4-411d-abc8-7a3fe9a0178a ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-14T06:44:40.856Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86c4c04a-3c88-4ec2-afe0-53f59c07f121 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T06:44:40.980Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T06:44:40.982Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:44:40.982Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:44:40.982Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5af0edbb-8c61-4230-9e45-ff1d3a3c8c2f from URL: /sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar 2022-06-14T06:44:40.982Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T06:44:40.983Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar 2022-06-14T06:44:41.528Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T06:44:41.535Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar 5af0edbb-8c61-4230-9e45-ff1d3a3c8c2f 99008 2022-06-14T06:44:41.538Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar ASDC sendASDCNotification 2022-06-14T06:44:41.539Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar 2022-06-14T06:44:41.539Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:44:41.540Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:41.545Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:41.546Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189081538, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:41.644Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T06:44:41.648Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:41.648Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:41.679Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:41.680Z||pool-58-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:44:42.547Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T06:44:42.550Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:44:42.550Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5af0edbb-8c61-4230-9e45-ff1d3a3c8c2f, URL: /sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar to file: /app/ASDC/1/service-Vfw20220614063948-csar.csar 2022-06-14T06:44:42.552Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220614063948-csar.csar 2022-06-14T06:44:42.553Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220614063948-csar.csar 2022-06-14T06:44:42.553Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220614063948-csar.csar 2022-06-14T06:44:43.040Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3550692165740675661/Definitions/service-Vfw20220614063948-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 2022-06-14T06:44:46.321Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:44:46.322Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:44:46.325Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:44:46.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:46.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "clamp", "timestamp": 1655189034370, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:46.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "clamp", "timestamp": 1655189036394, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:44:46.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "clamp", "timestamp": 1655189037401, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:44:46.611Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d874bd0-0ba6-4e73-97eb-cde370803f47 2022-06-14T06:44:46.611Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d874bd0-0ba6-4e73-97eb-cde370803f47 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:44:46.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "cds", "timestamp": 1655189033980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "policy-id", "timestamp": 1655189038754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "aai-ml", "timestamp": 1655189033828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "cds", "timestamp": 1655189033980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "policy-id", "timestamp": 1655189038754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "aai-ml", "timestamp": 1655189033828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "cds", "timestamp": 1655189033980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "policy-id", "timestamp": 1655189038754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "aai-ml", "timestamp": 1655189033828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "cds", "timestamp": 1655189033980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "policy-id", "timestamp": 1655189038754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "aai-ml", "timestamp": 1655189033828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "policy-id", "timestamp": 1655189038754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "cds", "timestamp": 1655189033980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "aai-ml", "timestamp": 1655189033828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "cds", "timestamp": 1655189033980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "policy-id", "timestamp": 1655189038754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "aai-ml", "timestamp": 1655189033828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "cds", "timestamp": 1655189033980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "policy-id", "timestamp": 1655189038754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "aai-ml", "timestamp": 1655189033828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "cds", "timestamp": 1655189033980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:44:46.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "policy-id", "timestamp": 1655189038754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:44:46.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "aai-ml", "timestamp": 1655189033828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:44:46.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "policy-id", "timestamp": 1655189048851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:46.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "cds", "timestamp": 1655189048319, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:46.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "aai-ml", "timestamp": 1655189048871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:46.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "cds", "timestamp": 1655189049325, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:44:46.800Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e2138258-07d0-494d-acd3-be1c8a45ce30 2022-06-14T06:44:46.800Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2138258-07d0-494d-acd3-be1c8a45ce30 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:44:46.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "policy-id", "timestamp": 1655189049856, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:44:46.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "policy-id", "timestamp": 1655189050860, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:44:46.819Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e2138258-07d0-494d-acd3-be1c8a45ce30 2022-06-14T06:44:46.820Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2138258-07d0-494d-acd3-be1c8a45ce30 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:44:46.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "multicloud-k8s-id", "timestamp": 1655189049823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "multicloud-k8s-id", "timestamp": 1655189049823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "multicloud-k8s-id", "timestamp": 1655189049823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "multicloud-k8s-id", "timestamp": 1655189049823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "clamp", "timestamp": 1655189053607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "multicloud-k8s-id", "timestamp": 1655189049823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "clamp", "timestamp": 1655189053607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "multicloud-k8s-id", "timestamp": 1655189049823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "clamp", "timestamp": 1655189053607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "multicloud-k8s-id", "timestamp": 1655189049823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "clamp", "timestamp": 1655189053607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "aai-ml", "timestamp": 1655189057176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:44:46.841Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "multicloud-k8s-id", "timestamp": 1655189049823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:44:46.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "clamp", "timestamp": 1655189053607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "aai-ml", "timestamp": 1655189058181, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:44:46.849Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e2138258-07d0-494d-acd3-be1c8a45ce30 2022-06-14T06:44:46.849Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2138258-07d0-494d-acd3-be1c8a45ce30 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:44:46.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "clamp", "timestamp": 1655189053607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "clamp", "timestamp": 1655189053607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "clamp", "timestamp": 1655189053607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:44:46.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2667a551-cdd9-41f8-97ac-8ef3b47d0942", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189068156, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T06:44:46.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "clamp", "timestamp": 1655189068501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:46.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "clamp", "timestamp": 1655189070395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:44:46.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "clamp", "timestamp": 1655189071400, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:44:46.871Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e2138258-07d0-494d-acd3-be1c8a45ce30 2022-06-14T06:44:46.871Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2138258-07d0-494d-acd3-be1c8a45ce30 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:44:46.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "aai-ml", "timestamp": 1655189063828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189069823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "cds", "timestamp": 1655189063980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "cds", "timestamp": 1655189063980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "aai-ml", "timestamp": 1655189063828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189069823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-14T06:44:46.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json", "status": "NOTIFIED" } 2022-06-14T06:44:46.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "cds", "timestamp": 1655189063980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "aai-ml", "timestamp": 1655189063828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189069823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-14T06:44:46.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:44:46.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "cds", "timestamp": 1655189063980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "aai-ml", "timestamp": 1655189063828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189069823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-14T06:44:46.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "aai-ml", "timestamp": 1655189063828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "cds", "timestamp": 1655189063980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189069823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-14T06:44:46.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T06:44:46.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "cds", "timestamp": 1655189063980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "aai-ml", "timestamp": 1655189063828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189069823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "cds", "timestamp": 1655189063980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "aai-ml", "timestamp": 1655189063828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189069823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-14T06:44:46.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "policy-id", "timestamp": 1655189078754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:44:46.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "cds", "timestamp": 1655189063980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "aai-ml", "timestamp": 1655189063828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189069823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "policy-id", "timestamp": 1655189078754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "cds", "timestamp": 1655189063980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:44:46.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "aai-ml", "timestamp": 1655189063828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:44:46.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189069823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:44:46.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189081538, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:46.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "policy-id", "timestamp": 1655189078754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "aai-ml", "timestamp": 1655189081891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:46.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189081511, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:46.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "cds", "timestamp": 1655189081515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:46.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "policy-id", "timestamp": 1655189078754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "cds", "timestamp": 1655189082520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:44:46.927Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2b7c3364-40e4-49fa-b753-c1877b1d6231 2022-06-14T06:44:46.928Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b7c3364-40e4-49fa-b753-c1877b1d6231 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:44:46.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189082660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:46.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "policy-id", "timestamp": 1655189078754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-14T06:44:46.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "clamp", "timestamp": 1655189083607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189083804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:46.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "policy-id", "timestamp": 1655189078754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "clamp", "timestamp": 1655189083607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:44:46.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189084883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:46.944Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:44:46.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:44:46.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "policy-id", "timestamp": 1655189078754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:44:46.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-06-14T06:44:47.752Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T06:44:47.753Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T06:44:47.754Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220614063948-csar.csar 2022-06-14T06:44:47.754Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-14T06:44:47.754Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||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-Vfw20220614063948-csar.csar 2022-06-14T06:44:47.754Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||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-Vfw20220614063948-csar.csar 2022-06-14T06:44:47.755Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|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-Vfw20220614063948-csar.csar 2022-06-14T06:44:47.755Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614063948-csar.csar 2022-06-14T06:44:47.755Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614063948-csar.csar 2022-06-14T06:44:47.756Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||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-Vfw20220614063948-csar.csar 2022-06-14T06:44:47.756Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ca77d6f3-9d75 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-Vfw20220614063948-csar.csar 2022-06-14T06:44:47.756Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|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-Vfw20220614063948-csar.csar 2022-06-14T06:44:47.756Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614063948-csar.csar 2022-06-14T06:44:47.756Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220614063948-csar.csar 2022-06-14T06:44:47.757Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220614063948-csar.csar 2022-06-14T06:44:47.757Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614063948-csar.csar 2022-06-14T06:44:47.758Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|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-Vfw20220614063948-csar.csar 2022-06-14T06:44:47.758Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T06:44:47.759Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.759Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:47.760Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is matching search criteria 2022-06-14T06:44:47.760Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T06:44:47.761Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ca77d6f3-9d75 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T06:44:47.761Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.762Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:47.762Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is matching search criteria 2022-06-14T06:44:47.762Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T06:44:47.763Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ca77d6f3-9d75 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T06:44:47.763Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.763Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:47.764Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.764Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is not matching search criteria 2022-06-14T06:44:47.764Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:44:47.765Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:44:47.765Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:44:47.765Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:47.765Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:44:47.766Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:44:47.766Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:44:47.766Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:44:47.766Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:44:47.767Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:44:47.767Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:47.769Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:44:47.769Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:47.769Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:44:47.770Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:44:47.770Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-14T06:44:47.770Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.770Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T06:44:47.771Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.771Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is matching search criteria 2022-06-14T06:44:47.772Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ca77d6f3-9d75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:44:47.773Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.773Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is matching search criteria 2022-06-14T06:44:47.774Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ca77d6f3-9d75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:44:47.775Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.775Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is matching search criteria 2022-06-14T06:44:47.775Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ca77d6f3-9d75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:44:47.776Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.776Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is not matching search criteria 2022-06-14T06:44:47.776Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:44:47.777Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-14T06:44:47.777Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:44:47.777Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:44:47.778Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:44:47.778Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:44:47.779Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:47.779Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:44:47.780Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:47.780Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:44:47.781Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:44:47.781Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aaeaf01c-19ce-41ac-9035-1adc2e1cc7a2 2022-06-14T06:44:47.782Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.782Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is not matching search criteria 2022-06-14T06:44:47.783Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:44:47.783Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:44:47.784Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:44:47.784Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:47.784Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:44:47.785Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:44:47.785Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:44:47.786Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-14T06:44:47.786Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:44:47.786Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:47.787Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:44:47.787Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:44:47.787Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=18ff8eda-26da-467d-802f-367f13a245d5 2022-06-14T06:44:47.788Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.788Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is not matching search criteria 2022-06-14T06:44:47.789Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:44:47.789Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:44:47.789Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:44:47.790Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:47.790Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:44:47.790Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:44:47.790Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:44:47.790Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:44:47.791Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:44:47.791Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:44:47.791Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:47.791Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-14T06:44:47.791Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2084a79f-2093-49d1-9b41-6600bd1e82b2 2022-06-14T06:44:47.792Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.792Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:47.792Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.792Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:47.792Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.793Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:47.793Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:47.793Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:47.793Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-14 06-39-48 Description:catalog service description Model UUID:86c4c04a-3c88-4ec2-afe0-53f59c07f121 Model Version:NULL Model InvariantUuid:02c3c785-21b7-4800-b966-539330805409 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ca77d6f3-9d75 Model UUID:36a9fc7b-0837-473b-b51d-da980aff2595 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f26ca744-dce6-4423-8827-cc62eff9a551 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:651684ab-79a7-467b-92ca-9aac68ab5e1c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9dc06232-2f45-49bf-84fd-f23f9b36e772 ModelName:VfwCa77d6f39d75..base_vfw..module-0 ModelUuid:a7c7cc1f-1978-4634-bd8f-9812b463db93 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:aaeaf01c-19ce-41ac-9035-1adc2e1cc7a2 ModelInvariantUuid:a4056660-d1e8-4db8-8cc6-69760e9129a4 ModelName:vFW ca77d6f3-9d75-nodes.vfwCvfc ModelUuid:064baafc-e1eb-42ec-bd5c-e8e39462d99f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:5968413a-cf2e-477a-831c-8c2b3c1633de ModelInvariantUuid:909a96c8-149b-4083-a852-a31dacf17279 ModelName:VfwCa77d6f39d75.compute.nodes.heat.vfw ModelUuid:05a406f8-d470-44ef-95cf-caefe3b66bb1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:18ff8eda-26da-467d-802f-367f13a245d5 ModelInvariantUuid:b25a5085-1038-479f-ab9e-619ae8693279 ModelName:vFW ca77d6f3-9d75-nodes.vsnCvfc ModelUuid:34064b57-3ffb-4484-ba53-4539c8d26a73 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:63b431e6-ee00-431c-acb5-67e3c63f419c ModelInvariantUuid:00567005-7b9c-4a52-bdc3-8aa75893ffb1 ModelName:VfwCa77d6f39d75.compute.nodes.heat.vsn ModelUuid:4af5692f-2e3a-4107-b8a2-b1135d2536fe ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2084a79f-2093-49d1-9b41-6600bd1e82b2 ModelInvariantUuid:ece664f7-43da-495d-9263-e0573f67446b ModelName:vFW ca77d6f3-9d75-nodes.vpgCvfc ModelUuid:a41d6cae-fa61-413e-bf7a-818fca6825af ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:38992846-5091-4330-8ee9-84d34875800d ModelInvariantUuid:bfd00012-6052-4e38-ac26-89fcb92ffb15 ModelName:VfwCa77d6f39d75.compute.nodes.heat.vpg ModelUuid:7f90f143-d005-4181-a699-f851cb252ed3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T06:44:47.806Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 99732c14-c873-4de2-ab75-05305b9c7e23 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:44:47.811Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||vFW ca77d6f3-9d75 0 2022-06-14T06:44:47.811Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 99732c14-c873-4de2-ab75-05305b9c7e23 2022-06-14T06:44:47.812Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eca0dfc6-911a-4590-a8d9-cfaacad0db63 from URL: /sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json 2022-06-14T06:44:47.812Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T06:44:47.813Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json 2022-06-14T06:44:47.865Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T06:44:47.866Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json eca0dfc6-911a-4590-a8d9-cfaacad0db63 785 2022-06-14T06:44:47.867Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json ASDC sendASDCNotification 2022-06-14T06:44:47.867Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json 2022-06-14T06:44:47.868Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:44:47.868Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:47.874Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:47.874Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189087867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:47.973Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T06:44:47.975Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:47.975Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:48.002Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:48.004Z||pool-59-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:44:48.875Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCa77d6f39d75..base_vfw..module-0", "vfModuleModelInvariantUUID": "9dc06232-2f45-49bf-84fd-f23f9b36e772", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a7c7cc1f-1978-4634-bd8f-9812b463db93", "vfModuleModelCustomizationUUID": "aa2288fd-37e4-43ad-8905-8e4507871172", "isBase": true, "artifacts": [ "2116ac8a-30b8-4a63-ae87-8eed25e851d0", "840775a7-8dd4-411d-abc8-7a3fe9a0178a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T06:44:48.886Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCa77d6f39d75..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a7c7cc1f-1978-4634-bd8f-9812b463db93 VfModuleModelInvariantUUID:9dc06232-2f45-49bf-84fd-f23f9b36e772 VfModuleModelDescription:NULL Artifacts UUID List:{ 2116ac8a-30b8-4a63-ae87-8eed25e851d0 , 840775a7-8dd4-411d-abc8-7a3fe9a0178a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T06:44:48.891Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCa77d6f39d75..base_vfw..module-0", "vfModuleModelInvariantUUID": "9dc06232-2f45-49bf-84fd-f23f9b36e772", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a7c7cc1f-1978-4634-bd8f-9812b463db93", "vfModuleModelCustomizationUUID": "aa2288fd-37e4-43ad-8905-8e4507871172", "isBase": true, "artifacts": [ "2116ac8a-30b8-4a63-ae87-8eed25e851d0", "840775a7-8dd4-411d-abc8-7a3fe9a0178a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T06:44:48.891Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCa77d6f39d75..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a7c7cc1f-1978-4634-bd8f-9812b463db93 VfModuleModelInvariantUUID:9dc06232-2f45-49bf-84fd-f23f9b36e772 VfModuleModelDescription:NULL Artifacts UUID List:{ 2116ac8a-30b8-4a63-ae87-8eed25e851d0 , 840775a7-8dd4-411d-abc8-7a3fe9a0178a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T06:44:48.892Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2116ac8a-30b8-4a63-ae87-8eed25e851d0 from URL: /sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml 2022-06-14T06:44:48.892Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T06:44:48.893Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml 2022-06-14T06:44:49.098Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T06:44:49.100Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml 2116ac8a-30b8-4a63-ae87-8eed25e851d0 20368 2022-06-14T06:44:49.101Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-14T06:44:49.101Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml 2022-06-14T06:44:49.102Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:44:49.102Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:49.106Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:49.106Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189089101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:49.206Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:44:49.208Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:49.208Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:49.232Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:49.233Z||pool-60-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:44:50.107Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 840775a7-8dd4-411d-abc8-7a3fe9a0178a from URL: /sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env 2022-06-14T06:44:50.108Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T06:44:50.108Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env 2022-06-14T06:44:50.208Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T06:44:50.208Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env 840775a7-8dd4-411d-abc8-7a3fe9a0178a 2098 2022-06-14T06:44:50.208Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-14T06:44:50.208Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env 2022-06-14T06:44:50.209Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:44:50.209Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:50.211Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:50.211Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189090208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:44:50.312Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:44:50.313Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:50.313Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:50.328Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:50.328Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:44:51.212Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 86c4c04a-3c88-4ec2-afe0-53f59c07f121 2022-06-14T06:44:51.213Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ca77d6f3-9d75 0 99732c14-c873-4de2-ab75-05305b9c7e23 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:44:51.267Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@97ede9c, org.onap.sdc.toscaparser.api.parameters.Input@7de6e7a7, org.onap.sdc.toscaparser.api.parameters.Input@1c1d0257, org.onap.sdc.toscaparser.api.parameters.Input@42397d7, org.onap.sdc.toscaparser.api.parameters.Input@7b5623f1] 2022-06-14T06:44:51.271Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.272Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:51.272Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-14T06:44:51.272Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 651684ab-79a7-467b-92ca-9aac68ab5e1c 2022-06-14T06:44:51.272Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 651684ab-79a7-467b-92ca-9aac68ab5e1c matches Tosca VF Customization UUID: 651684ab-79a7-467b-92ca-9aac68ab5e1c 2022-06-14T06:44:51.273Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 651684ab-79a7-467b-92ca-9aac68ab5e1c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-14T06:44:51.280Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.281Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:51.283Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 651684ab-79a7-467b-92ca-9aac68ab5e1c: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-14T06:44:51.283Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5db93179 2022-06-14T06:44:51.284Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.284Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T06:44:51.284Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aa2288fd-37e4-43ad-8905-8e4507871172 2022-06-14T06:44:51.284Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aa2288fd-37e4-43ad-8905-8e4507871172 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-14T06:44:51.293Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.293Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is matching search criteria 2022-06-14T06:44:51.294Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ca77d6f3-9d75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:44:51.294Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.295Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is matching search criteria 2022-06-14T06:44:51.295Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ca77d6f3-9d75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:44:51.296Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.296Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is not matching search criteria 2022-06-14T06:44:51.297Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:44:51.297Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-14T06:44:51.298Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:44:51.298Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:44:51.298Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:44:51.299Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:44:51.299Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:51.299Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:44:51.299Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:51.300Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:44:51.300Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:44:51.300Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aaeaf01c-19ce-41ac-9035-1adc2e1cc7a2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T06:44:51.313Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.314Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is matching search criteria 2022-06-14T06:44:51.314Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ca77d6f3-9d75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:44:51.315Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.315Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is not matching search criteria 2022-06-14T06:44:51.315Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:44:51.316Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:44:51.316Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:44:51.316Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:51.317Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:44:51.317Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:44:51.318Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:44:51.319Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-14T06:44:51.320Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T06:44:51.320Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:51.320Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T06:44:51.320Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:44:51.320Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=18ff8eda-26da-467d-802f-367f13a245d5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T06:44:51.325Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.326Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is matching search criteria 2022-06-14T06:44:51.326Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ca77d6f3-9d75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:44:51.328Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.328Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is not matching search criteria 2022-06-14T06:44:51.328Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T06:44:51.329Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T06:44:51.329Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:44:51.330Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:51.330Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T06:44:51.331Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T06:44:51.331Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T06:44:51.331Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T06:44:51.331Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T06:44:51.331Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T06:44:51.332Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T06:44:51.332Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-14T06:44:51.332Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2084a79f-2093-49d1-9b41-6600bd1e82b2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T06:44:51.338Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.339Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is matching search criteria 2022-06-14T06:44:51.339Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ca77d6f3-9d75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T06:44:51.339Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.339Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Node template vFW ca77d6f3-9d75 0 is matching search criteria 2022-06-14T06:44:51.340Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ca77d6f3-9d75 0] matching following query criteria: sdcType=VF, customizationUUID=651684ab-79a7-467b-92ca-9aac68ab5e1c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:44:51.343Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.344Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:51.345Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 86c4c04a-3c88-4ec2-afe0-53f59c07f121: vFW ca77d6f3-9d75 2022-06-14T06:44:51.345Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.345Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:51.346Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.346Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:51.347Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.347Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:51.348Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.348Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:51.349Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:44:51.349Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:44:51.349Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-14 06-39-48 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:44:51.645Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ca77d6f3-9d75 99732c14-c873-4de2-ab75-05305b9c7e23 1 ASDC deployResourceStructure 2022-06-14T06:44:51.646Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json ASDC sendASDCNotification 2022-06-14T06:44:51.646Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json 2022-06-14T06:44:51.647Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:44:51.648Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:51.651Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:51.651Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189091646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:44:51.761Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-06-14T06:44:51.763Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:51.763Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:51.789Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:51.790Z||pool-62-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:44:52.653Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-14T06:44:52.654Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml 2022-06-14T06:44:52.654Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:44:52.655Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:52.658Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:52.658Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189092652, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-14T06:44:52.759Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T06:44:52.760Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:52.760Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:52.779Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:52.780Z||pool-63-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:44:53.659Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-14T06:44:53.660Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env 2022-06-14T06:44:53.660Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:44:53.660Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:53.673Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:53.673Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189093659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-14T06:44:53.772Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T06:44:53.773Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:53.774Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:53.800Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:53.801Z||pool-64-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:44:54.675Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar ASDC sendASDCNotification 2022-06-14T06:44:54.675Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar 2022-06-14T06:44:54.676Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:44:54.676Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:44:54.679Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:44:54.679Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189094675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:44:54.783Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-14T06:44:54.784Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:44:54.784Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:44:54.811Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:44:54.812Z||pool-65-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:44:55.680Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:44:55.694Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:44:55.698Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:44:55.698Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:44:55.699Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:44:55.699Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:45:25.700Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:45:25.722Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:45:25.726Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:45:25.727Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:45:25.727Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:45:25.727Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:45:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:45:46.321Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:45:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:45:46.356Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:45:46.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:45:46.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "clamp", "timestamp": 1655189083607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-14T06:45:46.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:45:55.727Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:45:55.757Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:45:55.768Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:45:55.769Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:45:55.769Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:45:55.769Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:46:25.770Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:46:25.792Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:46:25.797Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:46:25.797Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:46:25.797Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:46:25.798Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:46:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:46:46.321Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:46:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:46:46.354Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:46:46.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:46:46.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "policy-id", "timestamp": 1655189078754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:46:46.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:46:55.798Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:46:55.810Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:46:55.818Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:46:55.818Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:46:55.818Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:46:55.818Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:47:25.818Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:47:25.831Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:47:25.834Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:47:25.834Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:47:25.834Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:47:25.835Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:47:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:47:46.321Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:47:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:47:46.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:47:46.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189085975, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:47:46.914Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b7c3364-40e4-49fa-b753-c1877b1d6231 2022-06-14T06:47:46.914Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b7c3364-40e4-49fa-b753-c1877b1d6231 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:47:46.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "clamp", "timestamp": 1655189083607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-14T06:47:46.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "policy-id", "timestamp": 1655189078754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:47:46.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "multicloud-k8s-id", "timestamp": 1655189086979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:47:46.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:46.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189087867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:47:46.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:46.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "clamp", "timestamp": 1655189083607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:46.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "policy-id", "timestamp": 1655189088561, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:47:46.943Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:46.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189089101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:47:46.943Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:46.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "clamp", "timestamp": 1655189083607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:46.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "cds", "timestamp": 1655189083538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:46.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "policy-id", "timestamp": 1655189089566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:47:46.957Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:46.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189090208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:47:46.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:46.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "clamp", "timestamp": 1655189083607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:46.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "cds", "timestamp": 1655189083538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:46.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "policy-id", "timestamp": 1655189090570, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:47:46.965Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b7c3364-40e4-49fa-b753-c1877b1d6231 2022-06-14T06:47:46.966Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b7c3364-40e4-49fa-b753-c1877b1d6231 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-14T06:47:46.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "multicloud-k8s-id", "timestamp": 1655189089828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:46.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "clamp", "timestamp": 1655189083607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:46.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "cds", "timestamp": 1655189083538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:46.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189091646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/vfwca77d6f39d750_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:47:46.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:46.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "multicloud-k8s-id", "timestamp": 1655189089828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-14T06:47:46.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "clamp", "timestamp": 1655189083607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:47:46.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "cds", "timestamp": 1655189083538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:46.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189092652, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-14T06:47:46.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:46.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "multicloud-k8s-id", "timestamp": 1655189089828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-14T06:47:46.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "cds", "timestamp": 1655189083538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:46.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189093659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/resourceInstances/vfwca77d6f39d750/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-14T06:47:46.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:46.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "aai-ml", "timestamp": 1655189093776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:47:46.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:46.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "multicloud-k8s-id", "timestamp": 1655189089828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:46.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "cds", "timestamp": 1655189083538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:46.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:46.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189094675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614063948/1.0/artifacts/service-Vfw20220614063948-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:47:46.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:46.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:46.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "aai-ml", "timestamp": 1655189094782, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:47:46.996Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2b7c3364-40e4-49fa-b753-c1877b1d6231 2022-06-14T06:47:46.996Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b7c3364-40e4-49fa-b753-c1877b1d6231 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:47:47.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "multicloud-k8s-id", "timestamp": 1655189089828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-14T06:47:47.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "cds", "timestamp": 1655189083538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:47:47.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "multicloud-k8s-id", "timestamp": 1655189089828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "cds", "timestamp": 1655189095943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:47:47.008Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:47.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "aai-ml", "timestamp": 1655189095786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "multicloud-k8s-id", "timestamp": 1655189089828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:47:47.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "cds", "timestamp": 1655189096948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:47:47.029Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 445cd6ec-08e1-422d-a6db-595da83e976e 2022-06-14T06:47:47.029Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 445cd6ec-08e1-422d-a6db-595da83e976e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:47:47.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "aai-ml", "timestamp": 1655189095786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "multicloud-k8s-id", "timestamp": 1655189097562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:47:47.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:47.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "clamp", "timestamp": 1655189098386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:47:47.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:47.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "aai-ml", "timestamp": 1655189095786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "multicloud-k8s-id", "timestamp": 1655189098634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:47:47.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:47.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "clamp", "timestamp": 1655189099420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:47:47.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:47.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "policy-id", "timestamp": 1655189098754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "aai-ml", "timestamp": 1655189095786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "multicloud-k8s-id", "timestamp": 1655189099691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:47:47.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:47.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "clamp", "timestamp": 1655189100426, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:47:47.048Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2b7c3364-40e4-49fa-b753-c1877b1d6231 2022-06-14T06:47:47.049Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b7c3364-40e4-49fa-b753-c1877b1d6231 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:47:47.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "policy-id", "timestamp": 1655189098754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "aai-ml", "timestamp": 1655189095786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "multicloud-k8s-id", "timestamp": 1655189100712, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:47:47.062Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 445cd6ec-08e1-422d-a6db-595da83e976e 2022-06-14T06:47:47.062Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 445cd6ec-08e1-422d-a6db-595da83e976e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:47:47.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "policy-id", "timestamp": 1655189098754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-14T06:47:47.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "aai-ml", "timestamp": 1655189095786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "multicloud-k8s-id", "timestamp": 1655189101717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:47:47.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:47.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "policy-id", "timestamp": 1655189098754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "aai-ml", "timestamp": 1655189095786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:47:47.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "policy-id", "timestamp": 1655189098754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "aai-ml", "timestamp": 1655189103654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:47:47.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:47.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "policy-id", "timestamp": 1655189098754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "policy-id", "timestamp": 1655189098754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:47:47.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "policy-id", "timestamp": 1655189106571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:47:47.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:47.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "policy-id", "timestamp": 1655189107576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:47:47.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:47.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "policy-id", "timestamp": 1655189108581, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:47:47.082Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 445cd6ec-08e1-422d-a6db-595da83e976e 2022-06-14T06:47:47.082Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 445cd6ec-08e1-422d-a6db-595da83e976e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-14T06:47:47.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "clamp", "timestamp": 1655189113607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "clamp", "timestamp": 1655189113607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-14T06:47:47.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "clamp", "timestamp": 1655189113607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "aai-ml", "timestamp": 1655189116706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:47:47.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:47.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "clamp", "timestamp": 1655189113607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "aai-ml", "timestamp": 1655189117709, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:47:47.094Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 445cd6ec-08e1-422d-a6db-595da83e976e 2022-06-14T06:47:47.094Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 445cd6ec-08e1-422d-a6db-595da83e976e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:47:47.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "clamp", "timestamp": 1655189113607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "clamp", "timestamp": 1655189113607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:47:47.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "clamp", "timestamp": 1655189113607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:47:47.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T06:47:47.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "clamp", "timestamp": 1655189131732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:47:47.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:47.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "clamp", "timestamp": 1655189133431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:47:47.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:47:47.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T06:47:47.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "clamp", "timestamp": 1655189134436, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:47:47.111Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 445cd6ec-08e1-422d-a6db-595da83e976e 2022-06-14T06:47:47.111Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 445cd6ec-08e1-422d-a6db-595da83e976e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:47:55.835Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:47:55.845Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:47:55.849Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:47:55.849Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:47:55.849Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:47:55.849Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:48:25.852Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:48:25.880Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:48:25.886Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:48:25.887Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:48:25.887Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:48:25.887Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:48:46.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:48:46.321Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:48:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:48:55.888Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:48:55.905Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:48:55.908Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:48:55.908Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:48:55.908Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:48:55.908Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:48:55.926Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:49:25.910Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:49:25.957Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:49:25.969Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:49:25.970Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:49:25.971Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:49:25.971Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:49:46.321Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:49:46.324Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:49:46.325Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:49:55.937Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:49:55.971Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T06:49:55.972Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T06:49:55.982Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eec1cd70-ef71-4fca-89e1-d584e87dd176 and serviceModelVersionId: 86c4c04a-3c88-4ec2-afe0-53f59c07f121 2022-06-14T06:49:55.984Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02c3c785-21b7-4800-b966-539330805409 2022-06-14T06:49:55.988Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02c3c785-21b7-4800-b966-539330805409/model-vers/model-ver/86c4c04a-3c88-4ec2-afe0-53f59c07f121?depth=0 2022-06-14T06:49:56.019Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T06:49:56.110Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c785-21b7-4800-b966-539330805409/model-vers/model-ver/86c4c04a-3c88-4ec2-afe0-53f59c07f121?depth=0|INFO|500||Invoke 2022-06-14T06:49:56.112Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c785-21b7-4800-b966-539330805409/model-vers/model-ver/86c4c04a-3c88-4ec2-afe0-53f59c07f121?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c785-21b7-4800-b966-539330805409/model-vers/model-ver/86c4c04a-3c88-4ec2-afe0-53f59c07f121?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eec1cd70-ef71-4fca-89e1-d584e87dd176], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c33046d-1c03-420b-ab8d-eec4dd1cfc59], X-ECOMP-RequestID=[eec1cd70-ef71-4fca-89e1-d584e87dd176], X-TransactionId=[], X-ONAP-RequestID=[eec1cd70-ef71-4fca-89e1-d584e87dd176], Content-Type=[application/merge-patch+json]} 2022-06-14T06:49:56.168Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c785-21b7-4800-b966-539330805409/model-vers/model-ver/86c4c04a-3c88-4ec2-afe0-53f59c07f121?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T06:49:56.381Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c785-21b7-4800-b966-539330805409/model-vers/model-ver/86c4c04a-3c88-4ec2-afe0-53f59c07f121?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/02c3c785-21b7-4800-b966-539330805409/model-vers/model-ver/86c4c04a-3c88-4ec2-afe0-53f59c07f121?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220614-06:49:56:293-89598], vertex-id=[409624], Content-Length=[0], Date=[Tue, 14 Jun 2022 06:49:56 GMT], Content-Type=[application/json]} 2022-06-14T06:49:56.382Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c785-21b7-4800-b966-539330805409/model-vers/model-ver/86c4c04a-3c88-4ec2-afe0-53f59c07f121?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-14T06:49:56.383Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c785-21b7-4800-b966-539330805409/model-vers/model-ver/86c4c04a-3c88-4ec2-afe0-53f59c07f121?depth=0|INFO|500||InvokeReturn 2022-06-14T06:49:56.384Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T06:49:56.384Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:49:56.403Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T06:49:56.404Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eec1cd70-ef71-4fca-89e1-d584e87dd176 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T06:49:56.405Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T06:49:56.405Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:49:56.411Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:49:56.411Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189396404, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T06:49:56.511Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:49:56.513Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:49:56.513Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:49:56.558Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:49:56.559Z||pool-66-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T06:49:57.428Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T06:49:57.429Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d874bd0-0ba6-4e73-97eb-cde370803f47","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"83b83492-0fe5-43a2-b8ac-c9a3bc310f93","serviceDescription":"service","serviceInvariantUUID":"d235cf1e-ff57-4371-9f5e-b510c27f9940","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"38a7d6d8-06be-49a7-af60-f05564718a1d","resourceInvariantUUID":"30d6a632-d1f6-4cce-91a3-36f0cacefa36","resourceCustomizationUUID":"8e221fca-af57-4c67-8b93-bca865491641","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":"MzVlNjkzNGQzNWRlYTIwYWY0YzRmYzU5YzViMTAxMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a846750-2023-4242-b8b6-6ec5ede49971","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWYyNWQ2MGIxZjY3M2JkMmJiY2UxM2VmYmQxM2UyYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f83a0f50-1805-427f-9739-6f8ec1743219","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T06:49:57.430Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:49:57.430Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:49:57.434Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:49:57.434Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:49:57.534Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:49:57.535Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:49:57.535Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:49:57.563Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:49:57.564Z||pool-67-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:49:58.435Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:49:58.436Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:49:58.441Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:49:58.441Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:49:58.541Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:49:58.542Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:49:58.543Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:49:58.579Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:49:58.580Z||pool-68-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:49:59.443Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "83b83492-0fe5-43a2-b8ac-c9a3bc310f93", "serviceDescription": "service", "serviceInvariantUUID": "d235cf1e-ff57-4371-9f5e-b510c27f9940", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "8e221fca-af57-4c67-8b93-bca865491641", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "38a7d6d8-06be-49a7-af60-f05564718a1d", "resourceInvariantUUID": "30d6a632-d1f6-4cce-91a3-36f0cacefa36", "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": "MWYyNWQ2MGIxZjY3M2JkMmJiY2UxM2VmYmQxM2UyYTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f83a0f50-1805-427f-9739-6f8ec1743219" } ], "workloadContext": "Production" } 2022-06-14T06:49:59.448Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T06:49:59.448Z|eec1cd70-ef71-4fca-89e1-d584e87dd176|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 83b83492-0fe5-43a2-b8ac-c9a3bc310f93 ASDC 2022-06-14T06:49:59.449Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:2d874bd0-0ba6-4e73-97eb-cde370803f47 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:83b83492-0fe5-43a2-b8ac-c9a3bc310f93 ServiceInvariantUUID:d235cf1e-ff57-4371-9f5e-b510c27f9940 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:f83a0f50-1805-427f-9739-6f8ec1743219 ArtifactChecksum:MWYyNWQ2MGIxZjY3M2JkMmJiY2UxM2VmYmQxM2UyYTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:8e221fca-af57-4c67-8b93-bca865491641 ResourceInvariantUUID:30d6a632-d1f6-4cce-91a3-36f0cacefa36 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:38a7d6d8-06be-49a7-af60-f05564718a1d ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-14T06:49:59.449Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83b83492-0fe5-43a2-b8ac-c9a3bc310f93 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T06:49:59.514Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T06:49:59.515Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:49:59.515Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:49:59.516Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f83a0f50-1805-427f-9739-6f8ec1743219 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-14T06:49:59.517Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T06:49:59.517Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-14T06:49:59.792Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T06:49:59.803Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f83a0f50-1805-427f-9739-6f8ec1743219 52507 2022-06-14T06:49:59.803Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-14T06:49:59.803Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-14T06:49:59.803Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:49:59.804Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:49:59.808Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:49:59.809Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189399803, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:49:59.911Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T06:49:59.912Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:49:59.912Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:50:00.007Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:50:00.007Z||pool-69-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:50:00.813Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T06:50:00.815Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:50:00.816Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f83a0f50-1805-427f-9739-6f8ec1743219, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-14T06:50:00.836Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-14T06:50:00.837Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-14T06:50:00.837Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-14T06:50:01.233Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2536201417854549282/Definitions/service-BasicNetwork-template.yml 2022-06-14T06:50:02.498Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T06:50:02.500Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T06:50:02.500Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-14T06:50:02.500Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-14T06:50:02.500Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-14T06:50:02.501Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-14T06:50:02.501Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-14T06:50:02.501Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-14T06:50:02.501Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-14T06:50:02.502Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-14T06:50:02.502Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-14T06:50:02.502Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-14T06:50:02.506Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T06:50:02.515Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:50:02.516Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:50:02.516Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-14T06:50:02.519Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T06:50:02.520Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T06:50:02.520Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:50:02.520Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:50:02.521Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-14T06:50:02.521Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T06:50:02.521Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T06:50:02.521Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:50:02.521Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:50:02.521Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:50:02.521Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:50:02.522Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:50:02.522Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:50:02.522Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:50:02.522Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:50:02.523Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:50:02.523Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:50:02.523Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:83b83492-0fe5-43a2-b8ac-c9a3bc310f93 Model Version:NULL Model InvariantUuid:d235cf1e-ff57-4371-9f5e-b510c27f9940 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:30d6a632-d1f6-4cce-91a3-36f0cacefa36 Model UUID:168f045d-50e3-416a-980f-1e8ca36696ac Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:8e221fca-af57-4c67-8b93-bca865491641 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T06:50:02.561Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 38a7d6d8-06be-49a7-af60-f05564718a1d 2022-06-14T06:50:02.562Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||No resources found for Service: 83b83492-0fe5-43a2-b8ac-c9a3bc310f93 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:50:02.569Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500|| 2022-06-14T06:50:02.570Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-14T06:50:02.572Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 83b83492-0fe5-43a2-b8ac-c9a3bc310f93 2022-06-14T06:50:02.573Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 83b83492-0fe5-43a2-b8ac-c9a3bc310f93 2022-06-14T06:50:02.573Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-14T06:50:02.573Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:50:02.589Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e76207b, org.onap.sdc.toscaparser.api.parameters.Input@e3c8df1, org.onap.sdc.toscaparser.api.parameters.Input@76869400, org.onap.sdc.toscaparser.api.parameters.Input@73dc3f53, org.onap.sdc.toscaparser.api.parameters.Input@7ca6bcab] 2022-06-14T06:50:02.591Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:50:02.591Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:50:02.592Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:50:02.592Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:50:02.592Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 83b83492-0fe5-43a2-b8ac-c9a3bc310f93: Generic NeutronNet 2022-06-14T06:50:02.592Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:50:02.593Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:50:02.593Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:50:02.593Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-06-14T06:50:02.685Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:50:02.686Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:50:02.686Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:50:02.686Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:50:02.687Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:50:02.687Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:50:02.687Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-14T06:50:02.831Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-14T06:50:02.832Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-14T06:50:02.832Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-14T06:50:02.832Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:50:02.832Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:50:02.835Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:50:02.835Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189402832, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:50:02.935Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:50:02.936Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:50:02.937Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:50:02.989Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:50:02.990Z||pool-70-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:50:03.836Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:50:03.851Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:50:03.855Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:50:03.856Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:50:03.856Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:50:03.856Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:50:33.857Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:50:33.900Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:50:33.903Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:50:33.904Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:50:33.904Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:50:33.904Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:50:46.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:50:46.321Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:50:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:50:47.004Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:50:47.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eec1cd70-ef71-4fca-89e1-d584e87dd176", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189396404, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T06:50:47.007Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:50:47.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:50:47.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189399803, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:50:47.009Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:50:47.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "cds", "timestamp": 1655189393985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "policy-id", "timestamp": 1655189398754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "aai-ml", "timestamp": 1655189393828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "cds", "timestamp": 1655189393985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "policy-id", "timestamp": 1655189398754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "aai-ml", "timestamp": 1655189393828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189402832, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:50:47.013Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:50:47.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "cds", "timestamp": 1655189393985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "policy-id", "timestamp": 1655189398754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:50:47.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "aai-ml", "timestamp": 1655189393828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "cds", "timestamp": 1655189393985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "policy-id", "timestamp": 1655189398754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "aai-ml", "timestamp": 1655189393828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "cds", "timestamp": 1655189393985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "policy-id", "timestamp": 1655189398754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "aai-ml", "timestamp": 1655189393828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "cds", "timestamp": 1655189393985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "policy-id", "timestamp": 1655189398754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "aai-ml", "timestamp": 1655189393828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "cds", "timestamp": 1655189393985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:50:47.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "aai-ml", "timestamp": 1655189393828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:50:47.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "policy-id", "timestamp": 1655189398754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:50:47.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "cds", "timestamp": 1655189407777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:50:47.021Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:50:47.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "aai-ml", "timestamp": 1655189408281, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:50:47.021Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:50:47.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "policy-id", "timestamp": 1655189408452, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:50:47.022Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:50:47.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "cds", "timestamp": 1655189408783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:50:47.040Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f 2022-06-14T06:50:47.042Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:50:47.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "policy-id", "timestamp": 1655189409457, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:50:47.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:50:47.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "policy-id", "timestamp": 1655189410460, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:50:47.056Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f 2022-06-14T06:50:47.057Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:50:47.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "multicloud-k8s-id", "timestamp": 1655189409823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "multicloud-k8s-id", "timestamp": 1655189409823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json", "status": "NOTIFIED" } 2022-06-14T06:50:47.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "multicloud-k8s-id", "timestamp": 1655189409823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:50:47.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "multicloud-k8s-id", "timestamp": 1655189409823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "clamp", "timestamp": 1655189413607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "multicloud-k8s-id", "timestamp": 1655189409823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T06:50:47.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "clamp", "timestamp": 1655189413607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json", "status": "NOTIFIED" } 2022-06-14T06:50:47.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "multicloud-k8s-id", "timestamp": 1655189409823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "clamp", "timestamp": 1655189413607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "multicloud-k8s-id", "timestamp": 1655189409823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:50:47.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "clamp", "timestamp": 1655189413607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "multicloud-k8s-id", "timestamp": 1655189417581, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:50:47.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:50:47.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "clamp", "timestamp": 1655189413607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "multicloud-k8s-id", "timestamp": 1655189418656, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:50:47.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:50:47.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "clamp", "timestamp": 1655189413607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:50:47.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "clamp", "timestamp": 1655189413607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:50:47.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:50:47.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "multicloud-k8s-id", "timestamp": 1655189419742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:50:47.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:50:47.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "multicloud-k8s-id", "timestamp": 1655189420775, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:50:47.105Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f 2022-06-14T06:50:47.106Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-14T06:50:47.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "multicloud-k8s-id", "timestamp": 1655189421779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:50:47.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:50:47.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "aai-ml", "timestamp": 1655189426905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:50:47.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:50:47.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "aai-ml", "timestamp": 1655189427908, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:50:47.126Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f 2022-06-14T06:50:47.127Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:50:47.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "clamp", "timestamp": 1655189431497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:50:47.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:50:47.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "clamp", "timestamp": 1655189434499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:50:47.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:50:47.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:50:47.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "clamp", "timestamp": 1655189435508, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:50:47.150Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f 2022-06-14T06:50:47.150Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:51:03.906Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:51:03.935Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:51:03.941Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:51:03.941Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:51:03.941Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:51:03.941Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:51:33.942Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:51:33.970Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:51:33.991Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:51:33.992Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:51:33.992Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:51:33.992Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:51:46.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:51:46.323Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:51:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:51:55.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:52:03.996Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:52:04.006Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:52:04.009Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:52:04.009Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:52:04.009Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:52:04.009Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:52:34.010Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:52:34.023Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:52:34.037Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:52:34.037Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:52:34.038Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:52:34.038Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:52:46.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:52:46.323Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:52:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:52:47.010Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:52:47.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "clamp", "timestamp": 1655189533607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "policy-id", "timestamp": 1655189538756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "clamp", "timestamp": 1655189533607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "policy-id", "timestamp": 1655189538756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "aai-ml", "timestamp": 1655189543828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "clamp", "timestamp": 1655189533607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "policy-id", "timestamp": 1655189538756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "cds", "timestamp": 1655189543980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "aai-ml", "timestamp": 1655189543828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "clamp", "timestamp": 1655189533607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "policy-id", "timestamp": 1655189538756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "cds", "timestamp": 1655189543980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "aai-ml", "timestamp": 1655189543828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "clamp", "timestamp": 1655189533607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "policy-id", "timestamp": 1655189538756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "cds", "timestamp": 1655189543980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "aai-ml", "timestamp": 1655189543828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "clamp", "timestamp": 1655189533607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "policy-id", "timestamp": 1655189538756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "cds", "timestamp": 1655189543980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "aai-ml", "timestamp": 1655189543828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "clamp", "timestamp": 1655189533607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "policy-id", "timestamp": 1655189538756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "cds", "timestamp": 1655189543980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "aai-ml", "timestamp": 1655189543828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "clamp", "timestamp": 1655189533607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:52:47.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "policy-id", "timestamp": 1655189538756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:52:47.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "cds", "timestamp": 1655189543980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "aai-ml", "timestamp": 1655189543828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1655189549823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "cds", "timestamp": 1655189543980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "policy-id", "timestamp": 1655189551340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:52:47.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:52:47.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "aai-ml", "timestamp": 1655189543828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:52:47.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1655189549823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "cds", "timestamp": 1655189543980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:52:47.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "policy-id", "timestamp": 1655189552347, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:52:47.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:52:47.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "aai-ml", "timestamp": 1655189552630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:52:47.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:52:47.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1655189549823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "cds", "timestamp": 1655189552801, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:52:47.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:52:47.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "policy-id", "timestamp": 1655189553354, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:52:47.065Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a09ea6a3-0321-43e5-b133-1f60b10bccb6 2022-06-14T06:52:47.065Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a09ea6a3-0321-43e5-b133-1f60b10bccb6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:52:47.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1655189549823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "cds", "timestamp": 1655189553807, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:52:47.099Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a09ea6a3-0321-43e5-b133-1f60b10bccb6 2022-06-14T06:52:47.099Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a09ea6a3-0321-43e5-b133-1f60b10bccb6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:52:47.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "clamp", "timestamp": 1655189554538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:52:47.123Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:52:47.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1655189549823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1655189549823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1655189549823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:52:47.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "clamp", "timestamp": 1655189557541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:52:47.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:52:47.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "multicloud-k8s-id", "timestamp": 1655189549823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:52:47.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T06:52:47.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "clamp", "timestamp": 1655189558545, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:52:47.128Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a09ea6a3-0321-43e5-b133-1f60b10bccb6 2022-06-14T06:52:47.128Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a09ea6a3-0321-43e5-b133-1f60b10bccb6 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:52:47.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "aai-ml", "timestamp": 1655189561456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:52:47.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:52:47.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T06:52:47.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "aai-ml", "timestamp": 1655189562460, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:52:47.145Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a09ea6a3-0321-43e5-b133-1f60b10bccb6 2022-06-14T06:52:47.146Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a09ea6a3-0321-43e5-b133-1f60b10bccb6 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:53:04.038Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:53:04.054Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:53:04.059Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:53:04.059Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:53:04.060Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:53:04.060Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:53:34.060Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:53:34.086Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:53:34.091Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:53:34.091Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:53:34.092Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:53:34.092Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:53:46.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:53:46.328Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:53:46.328Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:53:55.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:54:04.093Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:54:04.145Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:54:04.153Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:54:04.154Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:54:04.154Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:54:04.154Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:54:34.155Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:54:34.167Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:54:34.171Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:54:34.171Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:54:34.171Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:54:34.171Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:54:46.323Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:54:46.324Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:54:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:54:55.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:55:04.172Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T06:55:04.173Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T06:55:04.181Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d874bd0-0ba6-4e73-97eb-cde370803f47 and serviceModelVersionId: 83b83492-0fe5-43a2-b8ac-c9a3bc310f93 2022-06-14T06:55:04.181Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d235cf1e-ff57-4371-9f5e-b510c27f9940 2022-06-14T06:55:04.184Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d235cf1e-ff57-4371-9f5e-b510c27f9940/model-vers/model-ver/83b83492-0fe5-43a2-b8ac-c9a3bc310f93?depth=0 2022-06-14T06:55:04.196Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T06:55:04.338Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d235cf1e-ff57-4371-9f5e-b510c27f9940/model-vers/model-ver/83b83492-0fe5-43a2-b8ac-c9a3bc310f93?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-14T06:55:04.348Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d235cf1e-ff57-4371-9f5e-b510c27f9940/model-vers/model-ver/83b83492-0fe5-43a2-b8ac-c9a3bc310f93?depth=0|INFO|500||Invoke 2022-06-14T06:55:04.429Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d235cf1e-ff57-4371-9f5e-b510c27f9940/model-vers/model-ver/83b83492-0fe5-43a2-b8ac-c9a3bc310f93?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T06:55:04.608Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d235cf1e-ff57-4371-9f5e-b510c27f9940/model-vers/model-ver/83b83492-0fe5-43a2-b8ac-c9a3bc310f93?depth=0|INFO|500||InvokeReturn 2022-06-14T06:55:04.621Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d235cf1e-ff57-4371-9f5e-b510c27f9940/model-vers/model-ver/83b83492-0fe5-43a2-b8ac-c9a3bc310f93?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220614-06:55:04:542-18575], vertex-id=[229408], Content-Length=[0], Date=[Tue, 14 Jun 2022 06:55:04 GMT], Content-Type=[application/json]} 2022-06-14T06:55:04.623Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-14T06:55:04.623Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T06:55:04.623Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:55:04.659Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T06:55:04.665Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d874bd0-0ba6-4e73-97eb-cde370803f47 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T06:55:04.667Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T06:55:04.668Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:55:04.674Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:55:04.674Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189704666, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T06:55:04.772Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T06:55:04.773Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:55:04.774Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:55:04.841Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:55:04.842Z||pool-71-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T06:55:05.717Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T06:55:05.718Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e2138258-07d0-494d-acd3-be1c8a45ce30","serviceName":"Demo_pNF_u5e86YIpCxR59wI94hiK","serviceVersion":"1.0","serviceUUID":"1d121e34-890a-48ff-acc0-a0569345c885","serviceDescription":"catalog service description","serviceInvariantUUID":"70211e97-d145-40ae-bf3a-1301df138e66","resources":[{"resourceInstanceName":"pNF e13a4e33-6ecf 0","resourceName":"pNF e13a4e33-6ecf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"597767d0-1102-41fa-84ac-803704ba509f","resourceInvariantUUID":"182f51af-294f-4a7d-bcf5-e9cb62524864","resourceCustomizationUUID":"f50d78f0-f46a-4a32-a5d3-176bb0015a14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vf-license-model.xml","artifactChecksum":"ODAzNGE2YTMxYzI4MGMyNWIxZjI0ZTk4Y2VjNTg4ZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb1cf411-2353-4320-bac8-0607def59040","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/pNF.csar","artifactChecksum":"YjEyYTY2Mzg1MTFkZWFmODU3MTdhZjYyMmM3Yjc3ZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a54f30b7-ba70-4093-83a8-f41650066544","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d95855d2-530f-4167-8bc7-82fd8f527ab8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWFmZjE1MWVmOTM4MWVmMGFiOTY5Yzg3MDRjODIyN2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8a130713-0473-4d21-b232-20f464c7f7f6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e3bc928-0fc1-433c-85c4-f0f836c6f6d5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be3f44af-92fd-4aee-a587-2ea5d76c271e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfU5e86yipcxr59wi94hik-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-template.yml","artifactChecksum":"ZjY5MzI0YjJmNjgxNjA1MjNiNTRmYTMzYjgwNjU4N2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b54fb468-7ec0-4970-aecf-1ef839bf595c","artifactVersion":"1"},{"artifactName":"service-DemoPnfU5e86yipcxr59wi94hik-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar","artifactChecksum":"MzIzYWIyMjk0YTBkMDRlODdiN2I4Y2IzNjhkYzI0NTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"691e3510-ecca-45e8-a4a7-d2df3c62ed5b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T06:55:05.720Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:55:05.720Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:55:05.727Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:55:05.728Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:05.829Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:55:05.830Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:55:05.831Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:55:05.873Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:55:05.875Z||pool-72-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2022-06-14T06:55:06.729Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:55:06.730Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:55:06.734Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:55:06.734Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:06.839Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-14T06:55:06.840Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:55:06.840Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:55:06.900Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:55:06.901Z||pool-73-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:55:07.735Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:55:07.737Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:55:07.741Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:55:07.741Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:07.841Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:55:07.842Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:55:07.842Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:55:07.861Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:55:07.862Z||pool-74-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:55:08.742Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:55:08.743Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:55:08.751Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:55:08.751Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:08.846Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-14T06:55:08.847Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:55:08.847Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:55:08.879Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:55:08.880Z||pool-75-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:55:09.752Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:55:09.753Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:55:09.760Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:55:09.761Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:09.864Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T06:55:09.865Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:55:09.865Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:55:09.901Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:55:09.902Z||pool-76-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:55:10.762Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:55:10.763Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:55:10.768Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:55:10.768Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:10.866Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T06:55:10.868Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:55:10.869Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:55:10.887Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:55:10.888Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:55:11.769Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:55:11.770Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:55:11.773Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:55:11.773Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:11.873Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T06:55:11.875Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:55:11.875Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:55:11.892Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:55:11.893Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-14T06:55:12.775Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T06:55:12.776Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:55:12.780Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:55:12.783Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:55:12.886Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T06:55:12.887Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:55:12.888Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:55:12.916Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:55:12.917Z||pool-79-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:55:13.784Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "serviceName": "Demo_pNF_u5e86YIpCxR59wI94hiK", "serviceVersion": "1.0", "serviceUUID": "1d121e34-890a-48ff-acc0-a0569345c885", "serviceDescription": "catalog service description", "serviceInvariantUUID": "70211e97-d145-40ae-bf3a-1301df138e66", "resources": [ { "resourceInstanceName": "pNF e13a4e33-6ecf 0", "resourceCustomizationUUID": "f50d78f0-f46a-4a32-a5d3-176bb0015a14", "resourceName": "pNF e13a4e33-6ecf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "597767d0-1102-41fa-84ac-803704ba509f", "resourceInvariantUUID": "182f51af-294f-4a7d-bcf5-e9cb62524864", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "artifactChecksum": "MzIzYWIyMjk0YTBkMDRlODdiN2I4Y2IzNjhkYzI0NTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "691e3510-ecca-45e8-a4a7-d2df3c62ed5b" } ], "workloadContext": "Production" } 2022-06-14T06:55:13.785Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T06:55:13.786Z|2d874bd0-0ba6-4e73-97eb-cde370803f47|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1d121e34-890a-48ff-acc0-a0569345c885 ASDC 2022-06-14T06:55:13.787Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:e2138258-07d0-494d-acd3-be1c8a45ce30 ServiceName:Demo_pNF_u5e86YIpCxR59wI94hiK ServiceVersion:1.0 ServiceUUID:1d121e34-890a-48ff-acc0-a0569345c885 ServiceInvariantUUID:70211e97-d145-40ae-bf3a-1301df138e66 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfU5e86yipcxr59wi94hik-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar ArtifactUUID:691e3510-ecca-45e8-a4a7-d2df3c62ed5b ArtifactChecksum:MzIzYWIyMjk0YTBkMDRlODdiN2I4Y2IzNjhkYzI0NTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e13a4e33-6ecf 0 ResourceCustomizationUUID:f50d78f0-f46a-4a32-a5d3-176bb0015a14 ResourceInvariantUUID:182f51af-294f-4a7d-bcf5-e9cb62524864 ResourceName:pNF e13a4e33-6ecf ResourceType:PNF ResourceUUID:597767d0-1102-41fa-84ac-803704ba509f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-14T06:55:13.787Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d121e34-890a-48ff-acc0-a0569345c885 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T06:55:13.838Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T06:55:13.839Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:55:13.840Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:55:13.840Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 691e3510-ecca-45e8-a4a7-d2df3c62ed5b from URL: /sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:13.840Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T06:55:13.841Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:14.155Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T06:55:14.164Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar 691e3510-ecca-45e8-a4a7-d2df3c62ed5b 82651 2022-06-14T06:55:14.165Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar ASDC sendASDCNotification 2022-06-14T06:55:14.165Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:14.165Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T06:55:14.165Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:55:14.168Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:55:14.169Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189714165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:55:14.269Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T06:55:14.270Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:55:14.270Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:55:14.285Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:55:14.286Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:55:15.169Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T06:55:15.170Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T06:55:15.171Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 691e3510-ecca-45e8-a4a7-d2df3c62ed5b, URL: /sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar to file: /app/ASDC/1/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:15.172Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:15.172Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:15.173Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:15.507Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10702203747614856101/Definitions/service-DemoPnfU5e86yipcxr59wi94hik-template.yml 2022-06-14T06:55:17.323Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T06:55:17.325Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T06:55:17.325Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:17.325Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-14T06:55:17.325Z|e2138258-07d0-494d-acd3-be1c8a45ce30|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-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:17.326Z|e2138258-07d0-494d-acd3-be1c8a45ce30|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-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:17.327Z|e2138258-07d0-494d-acd3-be1c8a45ce30|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-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:17.328Z|e2138258-07d0-494d-acd3-be1c8a45ce30|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-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:17.328Z|e2138258-07d0-494d-acd3-be1c8a45ce30|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-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:17.328Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e13a4e33-6ecf 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-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:17.328Z|e2138258-07d0-494d-acd3-be1c8a45ce30|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-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:17.328Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T06:55:17.329Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:55:17.329Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_u5e86YIpCxR59wI94hiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:55:17.329Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Node template pNF e13a4e33-6ecf 0 is matching search criteria 2022-06-14T06:55:17.329Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T06:55:17.330Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF e13a4e33-6ecf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T06:55:17.330Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:55:17.330Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_u5e86YIpCxR59wI94hiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:55:17.330Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Node template pNF e13a4e33-6ecf 0 is matching search criteria 2022-06-14T06:55:17.330Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T06:55:17.330Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF e13a4e33-6ecf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T06:55:17.331Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:55:17.331Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_u5e86YIpCxR59wI94hiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:55:17.331Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:55:17.331Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_u5e86YIpCxR59wI94hiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:55:17.331Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:55:17.331Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_u5e86YIpCxR59wI94hiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:55:17.332Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:55:17.332Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_u5e86YIpCxR59wI94hiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:55:17.332Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:55:17.332Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_u5e86YIpCxR59wI94hiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:55:17.332Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_u5e86YIpCxR59wI94hiK Description:catalog service description Model UUID:1d121e34-890a-48ff-acc0-a0569345c885 Model Version:NULL Model InvariantUuid:70211e97-d145-40ae-bf3a-1301df138e66 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T06:55:17.343Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 597767d0-1102-41fa-84ac-803704ba509f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:55:17.349Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||pNF e13a4e33-6ecf 0 2022-06-14T06:55:17.350Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 597767d0-1102-41fa-84ac-803704ba509f 2022-06-14T06:55:17.350Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 1d121e34-890a-48ff-acc0-a0569345c885 2022-06-14T06:55:17.350Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1d121e34-890a-48ff-acc0-a0569345c885 2022-06-14T06:55:17.350Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e13a4e33-6ecf 0 597767d0-1102-41fa-84ac-803704ba509f ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T06:55:17.363Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@283663a4, org.onap.sdc.toscaparser.api.parameters.Input@72961ed8, org.onap.sdc.toscaparser.api.parameters.Input@41b1280c, org.onap.sdc.toscaparser.api.parameters.Input@58078c9a, org.onap.sdc.toscaparser.api.parameters.Input@4337ff7d] 2022-06-14T06:55:17.363Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:55:17.363Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_u5e86YIpCxR59wI94hiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:55:17.364Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1d121e34-890a-48ff-acc0-a0569345c885: pNF e13a4e33-6ecf 2022-06-14T06:55:17.364Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||Processing PNF resource: 597767d0-1102-41fa-84ac-803704ba509f 2022-06-14T06:55:17.364Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T06:55:17.365Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_u5e86YIpCxR59wI94hiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T06:55:17.365Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||Resource customization UUID: f50d78f0-f46a-4a32-a5d3-176bb0015a14 is the same as notified resource customizationUUID: f50d78f0-f46a-4a32-a5d3-176bb0015a14 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-14T06:55:17.446Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e13a4e33-6ecf 597767d0-1102-41fa-84ac-803704ba509f 0 ASDC deployResourceStructure 2022-06-14T06:55:17.447Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar ASDC sendASDCNotification 2022-06-14T06:55:17.447Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar 2022-06-14T06:55:17.447Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T06:55:17.448Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T06:55:17.450Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T06:55:17.451Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189717447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:55:17.552Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T06:55:17.553Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T06:55:17.553Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T06:55:17.590Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:55:17.591Z||pool-81-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-06-14T06:55:18.451Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:55:18.472Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:55:18.479Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:55:18.480Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:55:18.480Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:55:18.480Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:55:46.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:55:46.321Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:55:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:55:46.984Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:55:46.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:46.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d874bd0-0ba6-4e73-97eb-cde370803f47", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189704666, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T06:55:46.994Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:55:46.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:46.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:46.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:46.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:46.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:46.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:46.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:46.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:46.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:46.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:46.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:46.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:46.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:46.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:46.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:46.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:46.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/resourceInstances/pnfe13a4e336ecf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:46.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:46.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:46.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:46.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:46.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:46.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:55:46.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:46.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:46.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189714165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:55:46.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:55:46.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:46.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189717447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5e86yipcxr59wi94hik/1.0/artifacts/service-DemoPnfU5e86yipcxr59wi94hik-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:55:46.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:55:46.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:46.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "multicloud-k8s-id", "timestamp": 1655189709823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:46.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:46.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:46.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "clamp", "timestamp": 1655189713607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:46.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:46.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:46.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "cds", "timestamp": 1655189708980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "policy-id", "timestamp": 1655189718754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "multicloud-k8s-id", "timestamp": 1655189709823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "clamp", "timestamp": 1655189713607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "cds", "timestamp": 1655189708980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "policy-id", "timestamp": 1655189718754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "multicloud-k8s-id", "timestamp": 1655189709823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "clamp", "timestamp": 1655189713607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "cds", "timestamp": 1655189708980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "policy-id", "timestamp": 1655189718754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "multicloud-k8s-id", "timestamp": 1655189709823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "clamp", "timestamp": 1655189713607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "cds", "timestamp": 1655189708980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "policy-id", "timestamp": 1655189718754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "multicloud-k8s-id", "timestamp": 1655189709823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "clamp", "timestamp": 1655189713607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "cds", "timestamp": 1655189708980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "policy-id", "timestamp": 1655189718754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "clamp", "timestamp": 1655189713607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "multicloud-k8s-id", "timestamp": 1655189709823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "cds", "timestamp": 1655189708980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "policy-id", "timestamp": 1655189718754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "aai-ml", "timestamp": 1655189723828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "multicloud-k8s-id", "timestamp": 1655189709823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "clamp", "timestamp": 1655189713607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "cds", "timestamp": 1655189708980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "policy-id", "timestamp": 1655189718754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "aai-ml", "timestamp": 1655189723828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "multicloud-k8s-id", "timestamp": 1655189709823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:55:47.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "clamp", "timestamp": 1655189713607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:55:47.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "cds", "timestamp": 1655189708980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:55:47.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "policy-id", "timestamp": 1655189718754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:55:47.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "aai-ml", "timestamp": 1655189723828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "cds", "timestamp": 1655189726848, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:55:47.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:55:47.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "policy-id", "timestamp": 1655189727548, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:55:47.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:55:47.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "aai-ml", "timestamp": 1655189723828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "cds", "timestamp": 1655189727853, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:55:47.036Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cc078f05-029d-4b3f-87d9-08710e067dbb 2022-06-14T06:55:47.037Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc078f05-029d-4b3f-87d9-08710e067dbb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:55:47.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "policy-id", "timestamp": 1655189728553, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:55:47.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:55:47.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "aai-ml", "timestamp": 1655189723828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "policy-id", "timestamp": 1655189729556, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:55:47.075Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cc078f05-029d-4b3f-87d9-08710e067dbb 2022-06-14T06:55:47.075Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc078f05-029d-4b3f-87d9-08710e067dbb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:55:47.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "aai-ml", "timestamp": 1655189723828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "aai-ml", "timestamp": 1655189723828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:55:47.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "aai-ml", "timestamp": 1655189723828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:55:47.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-14T06:55:47.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "aai-ml", "timestamp": 1655189732693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:55:47.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:55:47.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "clamp", "timestamp": 1655189736593, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:55:47.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:55:47.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "clamp", "timestamp": 1655189738610, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:55:47.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:55:47.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "clamp", "timestamp": 1655189739614, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:55:47.127Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cc078f05-029d-4b3f-87d9-08710e067dbb 2022-06-14T06:55:47.127Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc078f05-029d-4b3f-87d9-08710e067dbb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:55:47.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "aai-ml", "timestamp": 1655189740448, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:55:47.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:55:47.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-14T06:55:47.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "aai-ml", "timestamp": 1655189741452, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:55:47.155Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cc078f05-029d-4b3f-87d9-08710e067dbb 2022-06-14T06:55:47.156Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc078f05-029d-4b3f-87d9-08710e067dbb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:55:48.480Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:55:48.494Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:55:48.496Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:55:48.497Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:55:48.497Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:55:48.497Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:56:18.497Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:56:18.511Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:56:18.513Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:56:18.513Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:56:18.514Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:56:18.514Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:56:46.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:56:46.323Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:56:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:56:48.514Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:56:48.526Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:56:48.530Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:56:48.530Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:56:48.531Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:56:48.531Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:56:55.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:57:18.531Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:57:18.542Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:57:18.544Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:57:18.545Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:57:18.545Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:57:18.545Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:57:46.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:57:46.328Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:57:46.328Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:57:48.545Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:57:48.576Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:57:48.585Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:57:48.585Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:57:48.585Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:57:48.585Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:57:55.927Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:58:18.588Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:58:18.627Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:58:18.631Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:58:18.631Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:58:18.631Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:58:18.631Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:58:46.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:58:46.333Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:58:46.333Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:58:48.632Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:58:48.652Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:58:48.656Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:58:48.656Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:58:48.656Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:58:48.656Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:58:56.004Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:59:18.659Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:59:18.671Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:59:18.720Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:59:18.721Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:59:18.721Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:59:18.721Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T06:59:46.321Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T06:59:46.322Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T06:59:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T06:59:47.095Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T06:59:47.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "cds", "timestamp": 1655189933980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "aai-ml", "timestamp": 1655189933828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "policy-id", "timestamp": 1655189938754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "cds", "timestamp": 1655189933980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "aai-ml", "timestamp": 1655189933828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "policy-id", "timestamp": 1655189938754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "cds", "timestamp": 1655189933980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "aai-ml", "timestamp": 1655189933828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "policy-id", "timestamp": 1655189938754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:59:47.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "cds", "timestamp": 1655189933980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "aai-ml", "timestamp": 1655189933828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "policy-id", "timestamp": 1655189938754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "cds", "timestamp": 1655189933980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "aai-ml", "timestamp": 1655189933828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "policy-id", "timestamp": 1655189938754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "cds", "timestamp": 1655189933980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "aai-ml", "timestamp": 1655189933828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "policy-id", "timestamp": 1655189938754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "cds", "timestamp": 1655189933980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:59:47.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "aai-ml", "timestamp": 1655189933828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:59:47.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "policy-id", "timestamp": 1655189938754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:59:47.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "cds", "timestamp": 1655189950428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:59:47.121Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:59:47.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "aai-ml", "timestamp": 1655189950871, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:59:47.122Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:59:47.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "multicloud-k8s-id", "timestamp": 1655189949824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "policy-id", "timestamp": 1655189951088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:59:47.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:59:47.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "cds", "timestamp": 1655189951434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:59:47.149Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88c26453-8e9c-4820-9dde-d5eb8c61b588 2022-06-14T06:59:47.150Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88c26453-8e9c-4820-9dde-d5eb8c61b588 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:59:47.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "multicloud-k8s-id", "timestamp": 1655189949824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json", "status": "NOTIFIED" } 2022-06-14T06:59:47.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "policy-id", "timestamp": 1655189952094, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:59:47.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:59:47.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "multicloud-k8s-id", "timestamp": 1655189949824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T06:59:47.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "policy-id", "timestamp": 1655189953099, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:59:47.198Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88c26453-8e9c-4820-9dde-d5eb8c61b588 2022-06-14T06:59:47.198Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88c26453-8e9c-4820-9dde-d5eb8c61b588 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:59:47.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "multicloud-k8s-id", "timestamp": 1655189949824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "clamp", "timestamp": 1655189953607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "multicloud-k8s-id", "timestamp": 1655189949824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T06:59:47.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "clamp", "timestamp": 1655189953607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json", "status": "NOTIFIED" } 2022-06-14T06:59:47.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "multicloud-k8s-id", "timestamp": 1655189949824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "clamp", "timestamp": 1655189953607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "multicloud-k8s-id", "timestamp": 1655189949824, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:59:47.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "clamp", "timestamp": 1655189953607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "multicloud-k8s-id", "timestamp": 1655189957594, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T06:59:47.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:59:47.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "clamp", "timestamp": 1655189953607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "multicloud-k8s-id", "timestamp": 1655189958658, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T06:59:47.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:59:47.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "clamp", "timestamp": 1655189953607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T06:59:47.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "multicloud-k8s-id", "timestamp": 1655189959738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T06:59:47.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:59:47.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "clamp", "timestamp": 1655189953607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "NOTIFIED" } 2022-06-14T06:59:47.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T06:59:47.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "multicloud-k8s-id", "timestamp": 1655189960764, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:59:47.226Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88c26453-8e9c-4820-9dde-d5eb8c61b588 2022-06-14T06:59:47.227Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88c26453-8e9c-4820-9dde-d5eb8c61b588 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-14T06:59:47.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "multicloud-k8s-id", "timestamp": 1655189961767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json", "status": "DEPLOY_OK" } 2022-06-14T06:59:47.241Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:59:47.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "clamp", "timestamp": 1655189967670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T06:59:47.242Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:59:47.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "aai-ml", "timestamp": 1655189970403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:59:47.242Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:59:47.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "clamp", "timestamp": 1655189970688, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T06:59:47.243Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T06:59:47.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "aai-ml", "timestamp": 1655189971407, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:59:47.249Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88c26453-8e9c-4820-9dde-d5eb8c61b588 2022-06-14T06:59:47.250Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88c26453-8e9c-4820-9dde-d5eb8c61b588 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:59:47.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T06:59:47.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "clamp", "timestamp": 1655189971694, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T06:59:47.279Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88c26453-8e9c-4820-9dde-d5eb8c61b588 2022-06-14T06:59:47.279Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88c26453-8e9c-4820-9dde-d5eb8c61b588 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T06:59:48.721Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:59:48.731Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T06:59:48.733Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T06:59:48.734Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T06:59:48.734Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T06:59:48.734Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:00:18.734Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T07:00:18.735Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e2138258-07d0-494d-acd3-be1c8a45ce30 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T07:00:18.749Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e2138258-07d0-494d-acd3-be1c8a45ce30 and serviceModelVersionId: 1d121e34-890a-48ff-acc0-a0569345c885 2022-06-14T07:00:18.749Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70211e97-d145-40ae-bf3a-1301df138e66 2022-06-14T07:00:18.752Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70211e97-d145-40ae-bf3a-1301df138e66/model-vers/model-ver/1d121e34-890a-48ff-acc0-a0569345c885?depth=0 2022-06-14T07:00:18.772Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T07:00:18.908Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70211e97-d145-40ae-bf3a-1301df138e66/model-vers/model-ver/1d121e34-890a-48ff-acc0-a0569345c885?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-14T07:00:18.913Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70211e97-d145-40ae-bf3a-1301df138e66/model-vers/model-ver/1d121e34-890a-48ff-acc0-a0569345c885?depth=0|INFO|500||Invoke 2022-06-14T07:00:19.003Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70211e97-d145-40ae-bf3a-1301df138e66/model-vers/model-ver/1d121e34-890a-48ff-acc0-a0569345c885?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T07:00:19.188Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70211e97-d145-40ae-bf3a-1301df138e66/model-vers/model-ver/1d121e34-890a-48ff-acc0-a0569345c885?depth=0|INFO|500||InvokeReturn 2022-06-14T07:00:19.189Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70211e97-d145-40ae-bf3a-1301df138e66/model-vers/model-ver/1d121e34-890a-48ff-acc0-a0569345c885?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220614-07:00:19:107-70878], vertex-id=[442392], Content-Length=[0], Date=[Tue, 14 Jun 2022 07:00:19 GMT], Content-Type=[application/json]} 2022-06-14T07:00:19.189Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-14T07:00:19.192Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T07:00:19.193Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:00:19.203Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T07:00:19.203Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e2138258-07d0-494d-acd3-be1c8a45ce30 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T07:00:19.204Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T07:00:19.204Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:19.208Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:19.209Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190019203, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:00:19.308Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:00:19.310Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:19.310Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:19.337Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:19.338Z||pool-82-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:00:20.264Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T07:00:20.264Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2b7c3364-40e4-49fa-b753-c1877b1d6231","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9a6d0000-54a4-42fb-8baa-44084ff3ceee","serviceDescription":"service","serviceInvariantUUID":"41bd733d-becb-472a-887f-7739184a81cb","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"815894bb-8140-47d9-ab79-5f0152823c58","resourceInvariantUUID":"5f35ad20-45b4-42cb-8872-4447820347ca","resourceCustomizationUUID":"41ec570f-1161-4c16-baaa-b89919906556","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":"NGIzNmMzN2UzZmM2MGQ3NmUzM2ZmZjQ2NWYyNzc1MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3539145b-3dc1-42a3-95a5-0349642ffb77","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":"ed1f4259-6976-4479-a062-30f5867d3861","artifactVersion":"2","generatedFromUUID":"481317ee-8443-427a-a788-bee2032dc386"},{"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":"481317ee-8443-427a-a788-bee2032dc386","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":"ZTI0Yjc1OGUxNzk0MWYxNDc5ZjRmOWU1ODIxYjE4NWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"939696d3-db8d-4f77-9330-4b5c76d0efe2","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":"20478ede-c5f7-4b56-9b48-c94a47343136","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":"93d3c59c-51e7-4b48-8da3-4b816a49b7c2","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":"278683a6-0166-4023-bd31-8269a61ad25f","artifactVersion":"2","generatedFromUUID":"20478ede-c5f7-4b56-9b48-c94a47343136"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTg3MzhjMjc0NjNmMmIwOGVkZjZjMjUwMTNjNjljMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb9eb886-ea14-41d4-b9fe-64d8d4075bec","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmJhMjM1MDk1NzNiZmM3Nzg2MjY1ZDM1ZjI4NjhiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36cbd56b-dfc4-42eb-b171-5b2c43fc6221","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T07:00:20.265Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:00:20.265Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:20.281Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:20.281Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:00:20.369Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-06-14T07:00:20.371Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:20.372Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:20.396Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:20.398Z||pool-83-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:21.282Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:00:21.283Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:21.286Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:21.287Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-14T07:00:21.387Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:00:21.389Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:21.390Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:21.452Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:21.454Z||pool-84-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:22.288Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:00:22.289Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:22.294Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:22.295Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-14T07:00:22.400Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-14T07:00:22.402Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:22.402Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:22.472Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:22.473Z||pool-85-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:23.296Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:00:23.297Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:23.301Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:23.302Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:00:23.402Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:00:23.407Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:23.407Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:23.447Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:23.448Z||pool-86-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:24.306Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:00:24.307Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:24.325Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:24.326Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-14T07:00:24.435Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-06-14T07:00:24.437Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:24.437Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:24.454Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:24.454Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:25.327Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:00:25.327Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:25.336Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:25.336Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:00:25.440Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-14T07:00:25.443Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:25.443Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:25.489Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:25.490Z||pool-88-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:26.338Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:00:26.338Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:26.342Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:26.343Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-14T07:00:26.442Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:00:26.443Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:26.444Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:26.504Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:26.506Z||pool-89-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:27.343Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:00:27.345Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:27.348Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:27.348Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:00:27.448Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:00:27.449Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:27.450Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:27.480Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:27.481Z||pool-90-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:28.349Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:00:28.350Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:28.355Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:28.355Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:00:28.455Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:00:28.456Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:28.456Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:28.511Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:28.511Z||pool-91-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:00:29.357Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "9a6d0000-54a4-42fb-8baa-44084ff3ceee", "serviceDescription": "service", "serviceInvariantUUID": "41bd733d-becb-472a-887f-7739184a81cb", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "41ec570f-1161-4c16-baaa-b89919906556", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "815894bb-8140-47d9-ab79-5f0152823c58", "resourceInvariantUUID": "5f35ad20-45b4-42cb-8872-4447820347ca", "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": "ed1f4259-6976-4479-a062-30f5867d3861", "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": "481317ee-8443-427a-a788-bee2032dc386", "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": "ZTI0Yjc1OGUxNzk0MWYxNDc5ZjRmOWU1ODIxYjE4NWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "939696d3-db8d-4f77-9330-4b5c76d0efe2", "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": "20478ede-c5f7-4b56-9b48-c94a47343136", "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": "278683a6-0166-4023-bd31-8269a61ad25f", "generatedFromUUID": "20478ede-c5f7-4b56-9b48-c94a47343136" }, "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": "278683a6-0166-4023-bd31-8269a61ad25f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZmJhMjM1MDk1NzNiZmM3Nzg2MjY1ZDM1ZjI4NjhiYWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "36cbd56b-dfc4-42eb-b171-5b2c43fc6221" } ], "workloadContext": "Production" } 2022-06-14T07:00:29.358Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T07:00:29.358Z|e2138258-07d0-494d-acd3-be1c8a45ce30|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9a6d0000-54a4-42fb-8baa-44084ff3ceee ASDC 2022-06-14T07:00:29.359Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:2b7c3364-40e4-49fa-b753-c1877b1d6231 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:9a6d0000-54a4-42fb-8baa-44084ff3ceee ServiceInvariantUUID:41bd733d-becb-472a-887f-7739184a81cb 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:36cbd56b-dfc4-42eb-b171-5b2c43fc6221 ArtifactChecksum:ZmJhMjM1MDk1NzNiZmM3Nzg2MjY1ZDM1ZjI4NjhiYWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:41ec570f-1161-4c16-baaa-b89919906556 ResourceInvariantUUID:5f35ad20-45b4-42cb-8872-4447820347ca ResourceName:basic_cnf ResourceType:VF ResourceUUID:815894bb-8140-47d9-ab79-5f0152823c58 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:ed1f4259-6976-4479-a062-30f5867d3861 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:481317ee-8443-427a-a788-bee2032dc386 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:939696d3-db8d-4f77-9330-4b5c76d0efe2 ArtifactChecksum:ZTI0Yjc1OGUxNzk0MWYxNDc5ZjRmOWU1ODIxYjE4NWI= 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:20478ede-c5f7-4b56-9b48-c94a47343136 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:278683a6-0166-4023-bd31-8269a61ad25f 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:278683a6-0166-4023-bd31-8269a61ad25f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-14T07:00:29.359Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a6d0000-54a4-42fb-8baa-44084ff3ceee ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:00:29.427Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:00:29.429Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:00:29.429Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:00:29.429Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 36cbd56b-dfc4-42eb-b171-5b2c43fc6221 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-14T07:00:29.430Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:00:29.430Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-14T07:00:29.726Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:00:29.733Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 36cbd56b-dfc4-42eb-b171-5b2c43fc6221 68953 2022-06-14T07:00:29.733Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-14T07:00:29.734Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-14T07:00:29.734Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:00:29.734Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:29.738Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:29.738Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190029733, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:00:29.839Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:00:29.841Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:29.842Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:29.866Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:29.866Z||pool-92-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:30.740Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:00:30.742Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:00:30.742Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 36cbd56b-dfc4-42eb-b171-5b2c43fc6221, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-14T07:00:30.743Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-14T07:00:30.745Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-14T07:00:30.745Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-14T07:00:31.064Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3644658999542883730/Definitions/service-BasicCnf-template.yml 2022-06-14T07:00:33.515Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T07:00:33.516Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:00:33.517Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-14T07:00:33.517Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-14T07:00:33.517Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-14T07:00:33.517Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-14T07:00:33.517Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-14T07:00:33.518Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-14T07:00:33.518Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:00:33.518Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:33.519Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:33.520Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-14T07:00:33.521Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:00:33.521Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:00:33.521Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:33.521Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:33.522Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-14T07:00:33.522Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:00:33.522Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:00:33.522Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:33.523Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:33.523Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:33.523Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-14T07:00:33.523Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-14T07:00:33.523Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-14T07:00:33.524Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-14T07:00:33.524Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:33.524Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T07:00:33.524Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:33.525Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-14T07:00:33.525Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:00:33.525Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:33.525Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-14T07:00:33.526Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:00:33.526Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:33.526Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-14T07:00:33.526Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:00:33.526Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:33.527Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-14T07:00:33.527Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-14T07:00:33.527Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a579516e-261e-4185-996d-f4066fce8c53 2022-06-14T07:00:33.527Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:33.527Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:33.528Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:33.528Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:33.528Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:33.528Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:33.528Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:33.529Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:33.529Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:9a6d0000-54a4-42fb-8baa-44084ff3ceee Model Version:NULL Model InvariantUuid:41bd733d-becb-472a-887f-7739184a81cb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:dd6578ee-a0d1-4511-a30a-e5dcd458105f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5f35ad20-45b4-42cb-8872-4447820347ca Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:41ec570f-1161-4c16-baaa-b89919906556 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4c2fad91-120a-4ff7-a88d-9248c92361aa ModelName:BasicCnf..base_dummy..module-0 ModelUuid:3e12f9ed-ae51-4d30-bacb-70ba24266cbc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a579516e-261e-4185-996d-f4066fce8c53 ModelInvariantUuid:486cdf12-1806-4ce4-8e56-bd48b3502f88 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:1c58e39a-7cd8-4c99-994f-48683450946c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:849dae78-7d20-4243-b55c-89a82a1ed993 ModelInvariantUuid:d74bf1d1-74f2-4be5-931b-c094a5782289 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:12347033-8c46-481b-943a-aaacd272a502 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T07:00:33.544Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 815894bb-8140-47d9-ab79-5f0152823c58 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:00:33.550Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-06-14T07:00:33.550Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 815894bb-8140-47d9-ab79-5f0152823c58 2022-06-14T07:00:33.551Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ed1f4259-6976-4479-a062-30f5867d3861 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-14T07:00:33.551Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:00:33.551Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-14T07:00:33.649Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:00:33.651Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ed1f4259-6976-4479-a062-30f5867d3861 12 2022-06-14T07:00:33.651Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-14T07:00:33.651Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-14T07:00:33.651Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:00:33.652Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:33.655Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:33.656Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190033651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:00:33.755Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T07:00:33.756Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:33.756Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:33.778Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:33.778Z||pool-93-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:34.658Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 481317ee-8443-427a-a788-bee2032dc386 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-14T07:00:34.659Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:00:34.659Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-14T07:00:34.844Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:00:34.845Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 481317ee-8443-427a-a788-bee2032dc386 2688 2022-06-14T07:00:34.845Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-14T07:00:34.845Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-14T07:00:34.846Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:00:34.846Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:34.849Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:34.849Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190034845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-14T07:00:34.966Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms 2022-06-14T07:00:34.967Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:34.967Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:34.993Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:34.994Z||pool-94-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:35.851Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 939696d3-db8d-4f77-9330-4b5c76d0efe2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-14T07:00:35.851Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:00:35.851Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-14T07:00:36.044Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:00:36.044Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 939696d3-db8d-4f77-9330-4b5c76d0efe2 828 2022-06-14T07:00:36.045Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-14T07:00:36.045Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-14T07:00:36.045Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:00:36.045Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:36.050Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:36.051Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190036045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:00:36.151Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:00:36.152Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:36.152Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:36.192Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:36.193Z||pool-95-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:37.068Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4c2fad91-120a-4ff7-a88d-9248c92361aa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3e12f9ed-ae51-4d30-bacb-70ba24266cbc", "vfModuleModelCustomizationUUID": "73d8dd63-4398-488a-b532-fda2c05824f4", "isBase": true, "artifacts": [ "481317ee-8443-427a-a788-bee2032dc386", "20478ede-c5f7-4b56-9b48-c94a47343136", "278683a6-0166-4023-bd31-8269a61ad25f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T07:00:37.100Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3e12f9ed-ae51-4d30-bacb-70ba24266cbc VfModuleModelInvariantUUID:4c2fad91-120a-4ff7-a88d-9248c92361aa VfModuleModelDescription:NULL Artifacts UUID List:{ 481317ee-8443-427a-a788-bee2032dc386 , 20478ede-c5f7-4b56-9b48-c94a47343136 , 278683a6-0166-4023-bd31-8269a61ad25f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T07:00:37.111Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4c2fad91-120a-4ff7-a88d-9248c92361aa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3e12f9ed-ae51-4d30-bacb-70ba24266cbc", "vfModuleModelCustomizationUUID": "73d8dd63-4398-488a-b532-fda2c05824f4", "isBase": true, "artifacts": [ "481317ee-8443-427a-a788-bee2032dc386", "20478ede-c5f7-4b56-9b48-c94a47343136", "278683a6-0166-4023-bd31-8269a61ad25f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T07:00:37.112Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3e12f9ed-ae51-4d30-bacb-70ba24266cbc VfModuleModelInvariantUUID:4c2fad91-120a-4ff7-a88d-9248c92361aa VfModuleModelDescription:NULL Artifacts UUID List:{ 481317ee-8443-427a-a788-bee2032dc386 , 20478ede-c5f7-4b56-9b48-c94a47343136 , 278683a6-0166-4023-bd31-8269a61ad25f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T07:00:37.126Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 20478ede-c5f7-4b56-9b48-c94a47343136 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-14T07:00:37.127Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:00:37.128Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-14T07:00:37.358Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:00:37.371Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 20478ede-c5f7-4b56-9b48-c94a47343136 1164 2022-06-14T07:00:37.372Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-14T07:00:37.372Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-14T07:00:37.372Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:00:37.373Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:37.393Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:37.394Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190037372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:00:37.488Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-06-14T07:00:37.489Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:37.489Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:37.553Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:37.554Z||pool-96-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:38.395Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 278683a6-0166-4023-bd31-8269a61ad25f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-14T07:00:38.398Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:00:38.399Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-14T07:00:38.459Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:00:38.460Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 278683a6-0166-4023-bd31-8269a61ad25f 200 2022-06-14T07:00:38.461Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-14T07:00:38.461Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-14T07:00:38.461Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:00:38.461Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:38.472Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:38.475Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190038461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:00:38.566Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-06-14T07:00:38.568Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:38.568Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:38.591Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:38.591Z||pool-97-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:00:39.480Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9a6d0000-54a4-42fb-8baa-44084ff3ceee 2022-06-14T07:00:39.484Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 815894bb-8140-47d9-ab79-5f0152823c58 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=? 2022-06-14T07:00:39.539Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:00:39.562Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f24127a, org.onap.sdc.toscaparser.api.parameters.Input@4c9b0a65, org.onap.sdc.toscaparser.api.parameters.Input@47fffbdf, org.onap.sdc.toscaparser.api.parameters.Input@3c5b7442, org.onap.sdc.toscaparser.api.parameters.Input@53031671] 2022-06-14T07:00:39.565Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:39.566Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:39.566Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-14T07:00:39.567Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 41ec570f-1161-4c16-baaa-b89919906556 2022-06-14T07:00:39.567Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 41ec570f-1161-4c16-baaa-b89919906556 matches Tosca VF Customization UUID: 41ec570f-1161-4c16-baaa-b89919906556 2022-06-14T07:00:39.567Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 41ec570f-1161-4c16-baaa-b89919906556 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-14T07:00:39.571Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:39.571Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:39.575Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 41ec570f-1161-4c16-baaa-b89919906556: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-14T07:00:39.575Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18d84eaf 2022-06-14T07:00:39.576Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:39.576Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T07:00:39.577Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 73d8dd63-4398-488a-b532-fda2c05824f4 2022-06-14T07:00:39.577Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 73d8dd63-4398-488a-b532-fda2c05824f4 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-14T07:00:39.580Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:39.580Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-14T07:00:39.581Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:00:39.582Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:39.583Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-14T07:00:39.583Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:00:39.583Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:39.585Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-14T07:00:39.585Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-14T07:00:39.585Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a579516e-261e-4185-996d-f4066fce8c53 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T07:00:39.589Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:39.590Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-14T07:00:39.590Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:00:39.591Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:39.591Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-14T07:00:39.592Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=41ec570f-1161-4c16-baaa-b89919906556 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:00:39.593Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:39.594Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:39.594Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9a6d0000-54a4-42fb-8baa-44084ff3ceee: basic_cnf 2022-06-14T07:00:39.594Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:39.595Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:39.595Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:39.595Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:39.595Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:39.598Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:39.599Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:39.599Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:39.599Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:00:39.599Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:00:39.600Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:00:39.761Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 815894bb-8140-47d9-ab79-5f0152823c58 1 ASDC deployResourceStructure 2022-06-14T07:00:39.763Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-14T07:00:39.763Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-06-14T07:00:39.763Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-14T07:00:39.764Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:39.768Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:39.769Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190039761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-14T07:00:39.870Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T07:00:39.871Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:39.871Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:39.955Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:39.955Z||pool-98-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:40.773Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-14T07:00:40.773Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-14T07:00:40.773Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-14T07:00:40.774Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:40.781Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:40.782Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190040773, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-14T07:00:40.883Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T07:00:40.884Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:40.884Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:40.971Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:40.973Z||pool-99-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:41.796Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-14T07:00:41.799Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-14T07:00:41.800Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:00:41.801Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:41.806Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:41.807Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190041783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:00:41.904Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-14T07:00:41.905Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:41.906Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:41.957Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:41.958Z||pool-100-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:42.808Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-14T07:00:42.817Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-14T07:00:42.817Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:00:42.818Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:42.822Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:42.822Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190042808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-14T07:00:42.929Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-14T07:00:42.931Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:42.931Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:42.970Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:42.971Z||pool-101-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:43.825Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-14T07:00:43.825Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-14T07:00:43.825Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:00:43.826Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:43.831Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:43.831Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190043825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-14T07:00:43.931Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:00:43.933Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:43.933Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:43.993Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:43.995Z||pool-102-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:44.839Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-14T07:00:44.839Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-14T07:00:44.839Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:00:44.840Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:00:44.844Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:00:44.845Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190044839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:00:44.945Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:00:44.947Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:00:44.947Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:00:45.011Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:45.012Z||pool-103-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:00:45.848Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:00:45.914Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:00:45.947Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:00:45.948Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:00:45.948Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:00:45.948Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:00:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:00:46.321Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:00:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:00:47.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:00:47.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e2138258-07d0-494d-acd3-be1c8a45ce30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190019203, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:00:47.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:00:47.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:00:47.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:00:47.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-14T07:00:47.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:00:47.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-14T07:00:47.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:00:47.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:00:47.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:00:47.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-14T07:00:47.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:00:47.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:00:47.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:00:47.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-14T07:00:47.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:00:47.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:00:47.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:00:47.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655189069193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:00:47.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:00:47.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190029733, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:00:47.055Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:00:47.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190033651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:00:47.056Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:00:47.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190034845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-14T07:00:47.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:00:47.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190036045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:00:47.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:00:47.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190037372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:00:47.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:00:47.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190038461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:00:47.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:00:47.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190039761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-14T07:00:47.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:00:47.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190040773, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-14T07:00:47.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:00:47.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190041783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:00:47.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:00:47.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190042808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-14T07:00:47.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:00:47.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190043825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-14T07:00:47.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:00:47.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:00:47.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190044839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:00:47.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:01:15.951Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:01:15.972Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:01:15.977Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:01:15.978Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:01:15.979Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:01:15.979Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:01:45.980Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:01:45.995Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:01:46.011Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:01:46.011Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:01:46.011Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:01:46.012Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:01:46.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:01:46.324Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:01:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:01:55.923Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:02:16.013Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:02:16.035Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:02:16.040Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:02:16.041Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:02:16.041Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:02:16.041Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:02:46.042Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:02:46.082Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:02:46.087Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:02:46.087Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:02:46.087Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:02:46.087Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:02:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:02:46.321Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:02:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:02:56.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:03:16.089Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:03:16.190Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:03:16.203Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:03:16.204Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:03:16.204Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:03:16.204Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:03:46.209Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:03:46.270Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:03:46.275Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:03:46.275Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:03:46.276Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:03:46.276Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:03:46.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:03:46.327Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:03:46.327Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:03:55.989Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:04:16.276Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:04:16.292Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:04:16.332Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:04:16.333Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:04:16.333Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:04:16.333Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:04:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:04:46.321Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:04:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:04:46.335Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:04:46.387Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:04:46.405Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:04:46.406Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:04:46.406Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:04:46.407Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:04:47.055Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:04:47.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "cds", "timestamp": 1655190233980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "aai-ml", "timestamp": 1655190233828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "multicloud-k8s-id", "timestamp": 1655190229823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "cds", "timestamp": 1655190233980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "aai-ml", "timestamp": 1655190233828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "multicloud-k8s-id", "timestamp": 1655190229823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "policy-id", "timestamp": 1655190238754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "cds", "timestamp": 1655190233980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "aai-ml", "timestamp": 1655190233828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "multicloud-k8s-id", "timestamp": 1655190229823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "policy-id", "timestamp": 1655190238754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "cds", "timestamp": 1655190233980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "aai-ml", "timestamp": 1655190233828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "multicloud-k8s-id", "timestamp": 1655190229823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "policy-id", "timestamp": 1655190238754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "cds", "timestamp": 1655190233980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "aai-ml", "timestamp": 1655190233828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "multicloud-k8s-id", "timestamp": 1655190229823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "policy-id", "timestamp": 1655190238754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "cds", "timestamp": 1655190233980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "aai-ml", "timestamp": 1655190233828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "multicloud-k8s-id", "timestamp": 1655190229823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "policy-id", "timestamp": 1655190238754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "cds", "timestamp": 1655190233980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "aai-ml", "timestamp": 1655190233828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "multicloud-k8s-id", "timestamp": 1655190229823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "policy-id", "timestamp": 1655190238754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "cds", "timestamp": 1655190233980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:04:47.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "aai-ml", "timestamp": 1655190233828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:04:47.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "multicloud-k8s-id", "timestamp": 1655190229823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:04:47.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "policy-id", "timestamp": 1655190238754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "policy-id", "timestamp": 1655190238754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:04:47.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "cds", "timestamp": 1655190245848, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:04:47.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:04:47.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "aai-ml", "timestamp": 1655190246360, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:04:47.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:04:47.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "cds", "timestamp": 1655190246854, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:04:47.137Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42dd986b-5220-4c77-ada7-841b04a7be83 2022-06-14T07:04:47.138Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42dd986b-5220-4c77-ada7-841b04a7be83 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:04:47.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "policy-id", "timestamp": 1655190247556, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:04:47.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:04:47.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "policy-id", "timestamp": 1655190248561, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:04:47.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:04:47.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "policy-id", "timestamp": 1655190249564, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:04:47.226Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42dd986b-5220-4c77-ada7-841b04a7be83 2022-06-14T07:04:47.226Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42dd986b-5220-4c77-ada7-841b04a7be83 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:04:47.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "clamp", "timestamp": 1655190253607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "aai-ml", "timestamp": 1655190254243, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:04:47.253Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:04:47.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "clamp", "timestamp": 1655190253607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "aai-ml", "timestamp": 1655190255247, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:04:47.294Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 42dd986b-5220-4c77-ada7-841b04a7be83 2022-06-14T07:04:47.295Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42dd986b-5220-4c77-ada7-841b04a7be83 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:04:47.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "clamp", "timestamp": 1655190253607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "clamp", "timestamp": 1655190253607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "clamp", "timestamp": 1655190253607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "clamp", "timestamp": 1655190253607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "clamp", "timestamp": 1655190253607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:04:47.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "clamp", "timestamp": 1655190253607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:04:47.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:04:47.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "clamp", "timestamp": 1655190265834, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:04:47.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:04:47.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "clamp", "timestamp": 1655190267771, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:04:47.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:04:47.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:04:47.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "clamp", "timestamp": 1655190268779, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:04:47.345Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 42dd986b-5220-4c77-ada7-841b04a7be83 2022-06-14T07:04:47.346Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42dd986b-5220-4c77-ada7-841b04a7be83 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:05:16.414Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:05:16.451Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:05:16.463Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:05:16.464Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:05:16.464Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:05:16.464Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:05:46.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:05:46.327Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:05:46.327Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:05:46.464Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T07:05:46.465Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T07:05:46.482Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2b7c3364-40e4-49fa-b753-c1877b1d6231 and serviceModelVersionId: 9a6d0000-54a4-42fb-8baa-44084ff3ceee 2022-06-14T07:05:46.483Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41bd733d-becb-472a-887f-7739184a81cb 2022-06-14T07:05:46.487Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41bd733d-becb-472a-887f-7739184a81cb/model-vers/model-ver/9a6d0000-54a4-42fb-8baa-44084ff3ceee?depth=0 2022-06-14T07:05:46.513Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T07:05:46.668Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41bd733d-becb-472a-887f-7739184a81cb/model-vers/model-ver/9a6d0000-54a4-42fb-8baa-44084ff3ceee?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-14T07:05:46.672Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41bd733d-becb-472a-887f-7739184a81cb/model-vers/model-ver/9a6d0000-54a4-42fb-8baa-44084ff3ceee?depth=0|INFO|500||Invoke 2022-06-14T07:05:46.826Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41bd733d-becb-472a-887f-7739184a81cb/model-vers/model-ver/9a6d0000-54a4-42fb-8baa-44084ff3ceee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T07:05:46.967Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41bd733d-becb-472a-887f-7739184a81cb/model-vers/model-ver/9a6d0000-54a4-42fb-8baa-44084ff3ceee?depth=0|INFO|500||InvokeReturn 2022-06-14T07:05:46.969Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41bd733d-becb-472a-887f-7739184a81cb/model-vers/model-ver/9a6d0000-54a4-42fb-8baa-44084ff3ceee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220614-07:05:46:923-8300], vertex-id=[462872], Content-Length=[0], Date=[Tue, 14 Jun 2022 07:05:46 GMT], Content-Type=[application/json]} 2022-06-14T07:05:46.969Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-14T07:05:46.971Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T07:05:46.971Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:05:46.983Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T07:05:46.984Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2b7c3364-40e4-49fa-b753-c1877b1d6231 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T07:05:46.985Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T07:05:46.986Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:05:47.013Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:05:47.013Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190346984, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:05:47.120Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-14T07:05:47.122Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:05:47.122Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:05:47.164Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:05:47.165Z||pool-104-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:05:47.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:05:47.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:05:47.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b7c3364-40e4-49fa-b753-c1877b1d6231", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190346984, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:05:47.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:05:48.027Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:05:48.028Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:05:48.029Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|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 ZQwS26COZsTTp54c) ... 2022-06-14T07:05:52.676Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:05:52.679Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T07:05:52.679Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"445cd6ec-08e1-422d-a6db-595da83e976e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d9576874-f73b-4520-b2fe-8dd5281eb389","serviceDescription":"service","serviceInvariantUUID":"5b8b1b2d-a315-4452-8abd-5714a8c0bbe5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"abf04f8f-5e50-4c94-bbc9-89b98ed43a17","resourceInvariantUUID":"85741c62-4915-488d-bc35-ceac269ba6f6","resourceCustomizationUUID":"1c4e4f9c-315e-47f4-8977-19381dbfc92a","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":"MjM1ZDM5N2FiYjRjMmRjY2JhY2M4NGI3ZTQzNDE4YjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"218d3196-8da3-40d3-839f-f2633e5ceb44","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":"NmE4MTIwYjQ5NzQyZTgzMmFjMDI3YzBjMTJkZjQ3ZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2a7f7e7-db24-4bcb-817e-30c2ed737f19","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":"cb949f93-d60c-4e63-a7ec-84679b8a7f4e","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":"05e140d7-5b3e-4bb7-9479-168eaa43ffb6","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":"7669fb3f-e17c-4de6-bb78-1b7d1ff5b5f0","artifactVersion":"2","generatedFromUUID":"cb949f93-d60c-4e63-a7ec-84679b8a7f4e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzJkYjQzZDY5YjQxYmMyZGQ3MDliYjgzZjU5NTk0ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f4d020e-69a5-40b5-b06b-d3a43178532f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTNjYjk0MmY2Y2IzMTVjYjYwNDY0ZGMzMDY4YzA4NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2001d45e-cee2-4650-af66-3361ccd658ff","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T07:05:52.684Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:05:52.684Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:05:52.690Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:05:52.691Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:05:52.790Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T07:05:52.791Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:05:52.791Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:05:52.819Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:05:52.820Z||pool-105-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:05:53.692Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:05:53.692Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:05:53.695Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:05:53.696Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:05:53.796Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:05:53.797Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:05:53.797Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:05:53.818Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:05:53.819Z||pool-106-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:05:54.697Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:05:54.698Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:05:54.701Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:05:54.701Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-14T07:05:54.810Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-06-14T07:05:54.811Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:05:54.811Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:05:54.862Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:05:54.863Z||pool-107-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:05:55.702Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:05:55.708Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:05:55.713Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:05:55.714Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:05:55.813Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:05:55.817Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:05:55.817Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:05:55.850Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:05:55.851Z||pool-108-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:05:56.715Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:05:56.716Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:05:56.721Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:05:56.721Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-14T07:05:56.821Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:05:56.822Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:05:56.823Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:05:56.843Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:05:56.844Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:05:57.722Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:05:57.723Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:05:57.728Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:05:57.729Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:05:57.830Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T07:05:57.832Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:05:57.833Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:05:57.855Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:05:57.855Z||pool-110-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:05:58.730Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:05:58.731Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:05:58.735Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:05:58.735Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:05:58.835Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:05:58.836Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:05:58.837Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:05:58.859Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:05:58.860Z||pool-111-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:05:59.738Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "d9576874-f73b-4520-b2fe-8dd5281eb389", "serviceDescription": "service", "serviceInvariantUUID": "5b8b1b2d-a315-4452-8abd-5714a8c0bbe5", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "1c4e4f9c-315e-47f4-8977-19381dbfc92a", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "abf04f8f-5e50-4c94-bbc9-89b98ed43a17", "resourceInvariantUUID": "85741c62-4915-488d-bc35-ceac269ba6f6", "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": "NmE4MTIwYjQ5NzQyZTgzMmFjMDI3YzBjMTJkZjQ3ZTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a2a7f7e7-db24-4bcb-817e-30c2ed737f19", "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": "cb949f93-d60c-4e63-a7ec-84679b8a7f4e", "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": "7669fb3f-e17c-4de6-bb78-1b7d1ff5b5f0", "generatedFromUUID": "cb949f93-d60c-4e63-a7ec-84679b8a7f4e" }, "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": "7669fb3f-e17c-4de6-bb78-1b7d1ff5b5f0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YTNjYjk0MmY2Y2IzMTVjYjYwNDY0ZGMzMDY4YzA4NzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2001d45e-cee2-4650-af66-3361ccd658ff" } ], "workloadContext": "Production" } 2022-06-14T07:05:59.739Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T07:05:59.740Z|2b7c3364-40e4-49fa-b753-c1877b1d6231|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d9576874-f73b-4520-b2fe-8dd5281eb389 ASDC 2022-06-14T07:05:59.741Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:445cd6ec-08e1-422d-a6db-595da83e976e ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:d9576874-f73b-4520-b2fe-8dd5281eb389 ServiceInvariantUUID:5b8b1b2d-a315-4452-8abd-5714a8c0bbe5 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:2001d45e-cee2-4650-af66-3361ccd658ff ArtifactChecksum:YTNjYjk0MmY2Y2IzMTVjYjYwNDY0ZGMzMDY4YzA4NzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:1c4e4f9c-315e-47f4-8977-19381dbfc92a ResourceInvariantUUID:85741c62-4915-488d-bc35-ceac269ba6f6 ResourceName:basic_vm ResourceType:VF ResourceUUID:abf04f8f-5e50-4c94-bbc9-89b98ed43a17 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:a2a7f7e7-db24-4bcb-817e-30c2ed737f19 ArtifactChecksum:NmE4MTIwYjQ5NzQyZTgzMmFjMDI3YzBjMTJkZjQ3ZTg= 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:cb949f93-d60c-4e63-a7ec-84679b8a7f4e 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:7669fb3f-e17c-4de6-bb78-1b7d1ff5b5f0 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:7669fb3f-e17c-4de6-bb78-1b7d1ff5b5f0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-14T07:05:59.743Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9576874-f73b-4520-b2fe-8dd5281eb389 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:05:59.890Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:05:59.891Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:05:59.892Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:05:59.893Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2001d45e-cee2-4650-af66-3361ccd658ff from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-14T07:05:59.893Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:05:59.893Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-14T07:06:00.175Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:06:00.180Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2001d45e-cee2-4650-af66-3361ccd658ff 71064 2022-06-14T07:06:00.181Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-14T07:06:00.181Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-14T07:06:00.181Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:06:00.182Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:06:00.185Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:06:00.186Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190360181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:06:00.287Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T07:06:00.289Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:06:00.290Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:06:00.344Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:06:00.344Z||pool-112-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:06:01.186Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:06:01.188Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:06:01.189Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2001d45e-cee2-4650-af66-3361ccd658ff, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-14T07:06:01.190Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-14T07:06:01.191Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-14T07:06:01.203Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-14T07:06:01.575Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17763982196176912371/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-14T07:06:04.409Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T07:06:04.410Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:06:04.410Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-14T07:06:04.410Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-14T07:06:04.410Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-14T07:06:04.410Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-14T07:06:04.410Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-14T07:06:04.410Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-14T07:06:04.411Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-14T07:06:04.411Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-14T07:06:04.411Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-14T07:06:04.411Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-14T07:06:04.411Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-14T07:06:04.411Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:06:04.411Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:04.412Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:04.412Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-14T07:06:04.413Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:06:04.413Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:06:04.414Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:04.414Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:04.414Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-14T07:06:04.414Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:06:04.415Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:06:04.415Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:04.416Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:04.416Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:04.416Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-14T07:06:04.416Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-14T07:06:04.416Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-14T07:06:04.417Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-14T07:06:04.417Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-14T07:06:04.417Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-14T07:06:04.417Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:04.417Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T07:06:04.418Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:04.418Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-14T07:06:04.418Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:06:04.418Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:04.418Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-14T07:06:04.419Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:06:04.419Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:04.419Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-14T07:06:04.419Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:06:04.419Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:04.419Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-14T07:06:04.419Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-14T07:06:04.419Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-14T07:06:04.420Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=93b75b96-85ac-4148-81a1-6fb7f0e2b7cf 2022-06-14T07:06:04.420Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:04.420Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:04.420Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:04.420Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:04.420Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:04.420Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:04.420Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:04.421Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:04.421Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:d9576874-f73b-4520-b2fe-8dd5281eb389 Model Version:NULL Model InvariantUuid:5b8b1b2d-a315-4452-8abd-5714a8c0bbe5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:14fe9ae9-6332-40a6-a039-8cbc9b3541f8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:85741c62-4915-488d-bc35-ceac269ba6f6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1c4e4f9c-315e-47f4-8977-19381dbfc92a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0f658d4e-df1d-4afa-947d-e7799f9adc19 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:3c22e263-a99a-4cf9-8657-49a5bc8ec53d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:93b75b96-85ac-4148-81a1-6fb7f0e2b7cf ModelInvariantUuid:f4f18f7e-ffb5-4de3-a585-fcda54f5c581 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:9575c9f0-38dc-4ec1-87a7-d27d28a0243c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:0b123dea-6d03-430a-a9c2-924e8234072b ModelInvariantUuid:806b8ad9-a1fa-447b-9564-38beabcdcc22 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:8b8ce483-41fd-4bff-8c6f-a4226af1c1e4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T07:06:04.434Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: abf04f8f-5e50-4c94-bbc9-89b98ed43a17 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:06:04.440Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||basic_vm 0 2022-06-14T07:06:04.440Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: abf04f8f-5e50-4c94-bbc9-89b98ed43a17 2022-06-14T07:06:04.440Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a2a7f7e7-db24-4bcb-817e-30c2ed737f19 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-14T07:06:04.441Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:06:04.441Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-14T07:06:04.550Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:06:04.551Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a2a7f7e7-db24-4bcb-817e-30c2ed737f19 787 2022-06-14T07:06:04.551Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-14T07:06:04.551Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-14T07:06:04.551Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:06:04.552Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:06:04.556Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:06:04.556Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190364551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:06:04.656Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:06:04.657Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:06:04.657Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:06:04.759Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:06:04.760Z||pool-113-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:06:05.557Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0f658d4e-df1d-4afa-947d-e7799f9adc19", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c22e263-a99a-4cf9-8657-49a5bc8ec53d", "vfModuleModelCustomizationUUID": "418aba15-1ecc-4628-aeb1-c77d2f083d04", "isBase": true, "artifacts": [ "cb949f93-d60c-4e63-a7ec-84679b8a7f4e", "7669fb3f-e17c-4de6-bb78-1b7d1ff5b5f0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T07:06:05.578Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c22e263-a99a-4cf9-8657-49a5bc8ec53d VfModuleModelInvariantUUID:0f658d4e-df1d-4afa-947d-e7799f9adc19 VfModuleModelDescription:NULL Artifacts UUID List:{ cb949f93-d60c-4e63-a7ec-84679b8a7f4e , 7669fb3f-e17c-4de6-bb78-1b7d1ff5b5f0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T07:06:05.582Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0f658d4e-df1d-4afa-947d-e7799f9adc19", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c22e263-a99a-4cf9-8657-49a5bc8ec53d", "vfModuleModelCustomizationUUID": "418aba15-1ecc-4628-aeb1-c77d2f083d04", "isBase": true, "artifacts": [ "cb949f93-d60c-4e63-a7ec-84679b8a7f4e", "7669fb3f-e17c-4de6-bb78-1b7d1ff5b5f0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T07:06:05.582Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c22e263-a99a-4cf9-8657-49a5bc8ec53d VfModuleModelInvariantUUID:0f658d4e-df1d-4afa-947d-e7799f9adc19 VfModuleModelDescription:NULL Artifacts UUID List:{ cb949f93-d60c-4e63-a7ec-84679b8a7f4e , 7669fb3f-e17c-4de6-bb78-1b7d1ff5b5f0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T07:06:05.582Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cb949f93-d60c-4e63-a7ec-84679b8a7f4e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-14T07:06:05.582Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:06:05.582Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-14T07:06:05.728Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:06:05.729Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml cb949f93-d60c-4e63-a7ec-84679b8a7f4e 5033 2022-06-14T07:06:05.729Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-14T07:06:05.729Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-14T07:06:05.729Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:06:05.730Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:06:05.742Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:06:05.742Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190365729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:06:05.847Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-14T07:06:05.850Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:06:05.851Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:06:05.908Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:06:05.908Z||pool-114-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:06:06.746Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7669fb3f-e17c-4de6-bb78-1b7d1ff5b5f0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-14T07:06:06.747Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:06:06.748Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-14T07:06:07.015Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:06:07.030Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7669fb3f-e17c-4de6-bb78-1b7d1ff5b5f0 903 2022-06-14T07:06:07.032Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-14T07:06:07.032Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-14T07:06:07.032Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:06:07.032Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:06:07.038Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:06:07.039Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190367031, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:06:07.139Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:06:07.140Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:06:07.140Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:06:07.158Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:06:07.159Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:06:08.040Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d9576874-f73b-4520-b2fe-8dd5281eb389 2022-06-14T07:06:08.041Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 abf04f8f-5e50-4c94-bbc9-89b98ed43a17 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:06:08.065Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7cd0bdc7, org.onap.sdc.toscaparser.api.parameters.Input@11d86bd9, org.onap.sdc.toscaparser.api.parameters.Input@2043af9b, org.onap.sdc.toscaparser.api.parameters.Input@359416, org.onap.sdc.toscaparser.api.parameters.Input@79722f52] 2022-06-14T07:06:08.068Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:08.068Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:08.069Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-14T07:06:08.069Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1c4e4f9c-315e-47f4-8977-19381dbfc92a 2022-06-14T07:06:08.069Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c4e4f9c-315e-47f4-8977-19381dbfc92a matches Tosca VF Customization UUID: 1c4e4f9c-315e-47f4-8977-19381dbfc92a 2022-06-14T07:06:08.070Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1c4e4f9c-315e-47f4-8977-19381dbfc92a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-14T07:06:08.076Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:08.077Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:08.079Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1c4e4f9c-315e-47f4-8977-19381dbfc92a: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-06-14T07:06:08.079Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a9dfb78 2022-06-14T07:06:08.079Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:08.079Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T07:06:08.080Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 418aba15-1ecc-4628-aeb1-c77d2f083d04 2022-06-14T07:06:08.080Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 418aba15-1ecc-4628-aeb1-c77d2f083d04 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-14T07:06:08.085Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:08.086Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-14T07:06:08.086Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:06:08.087Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:08.087Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-14T07:06:08.087Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:06:08.088Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:08.088Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-14T07:06:08.088Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-14T07:06:08.089Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-14T07:06:08.089Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=93b75b96-85ac-4148-81a1-6fb7f0e2b7cf Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T07:06:08.115Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:08.116Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-14T07:06:08.117Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:06:08.118Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:08.118Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-14T07:06:08.118Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1c4e4f9c-315e-47f4-8977-19381dbfc92a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:06:08.122Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:08.123Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:08.123Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d9576874-f73b-4520-b2fe-8dd5281eb389: basic_vm 2022-06-14T07:06:08.124Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:08.124Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:08.125Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:08.125Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:08.125Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:08.126Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:08.126Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:08.126Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:08.127Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:06:08.127Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:06:08.127Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:06:08.331Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm abf04f8f-5e50-4c94-bbc9-89b98ed43a17 1 ASDC deployResourceStructure 2022-06-14T07:06:08.332Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-14T07:06:08.332Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-14T07:06:08.332Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:06:08.332Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:06:08.335Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:06:08.335Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190368331, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:06:08.436Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T07:06:08.438Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:06:08.438Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:06:08.457Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:06:08.458Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:06:09.336Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-14T07:06:09.337Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-14T07:06:09.338Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:06:09.338Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:06:09.342Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:06:09.342Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190369336, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-14T07:06:09.446Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-14T07:06:09.447Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:06:09.447Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:06:09.465Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:06:09.466Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:06:10.343Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-14T07:06:10.343Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-14T07:06:10.343Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:06:10.345Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:06:10.352Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:06:10.353Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190370343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-14T07:06:10.449Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-14T07:06:10.450Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:06:10.450Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:06:10.474Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:06:10.475Z||pool-118-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:06:11.358Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-14T07:06:11.358Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-14T07:06:11.359Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:06:11.359Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:06:11.362Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:06:11.363Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190371357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:06:11.463Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:06:11.464Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:06:11.464Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:06:11.485Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:06:11.489Z||pool-119-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:06:12.367Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:06:12.391Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:06:12.395Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:06:12.396Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:06:12.396Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:06:12.396Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:06:42.399Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:06:42.414Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:06:42.417Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:06:42.418Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:06:42.418Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:06:42.419Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:06:46.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:06:46.321Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:06:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:06:47.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:06:47.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:06:47.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:06:47.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:06:47.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:06:47.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-14T07:06:47.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:06:47.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:06:47.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:06:47.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-14T07:06:47.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:06:47.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:06:47.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:06:47.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:06:47.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-14T07:06:47.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190360181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:06:47.076Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:06:47.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190364551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:06:47.076Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:06:47.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190365729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:06:47.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:06:47.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190367031, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:06:47.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:06:47.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190368331, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:06:47.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:06:47.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190369336, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-14T07:06:47.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:06:47.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190370343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-14T07:06:47.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:06:47.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-14T07:06:47.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190371357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:06:47.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:07:12.419Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:07:12.435Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:07:12.438Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:07:12.439Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:07:12.439Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:07:12.440Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:07:42.441Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:07:42.454Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:07:42.457Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:07:42.457Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:07:42.457Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:07:42.457Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:07:46.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:07:46.324Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:07:46.325Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:07:55.929Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:08:12.458Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:08:12.487Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:08:12.492Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:08:12.493Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:08:12.493Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:08:12.495Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:08:42.508Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:08:42.547Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:08:42.551Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:08:42.551Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:08:42.551Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:08:42.552Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:08:46.321Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:08:46.326Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:08:46.327Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:08:46.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:08:46.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "multicloud-k8s-id", "timestamp": 1655190509823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "multicloud-k8s-id", "timestamp": 1655190509823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:08:46.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "multicloud-k8s-id", "timestamp": 1655190509823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T07:08:46.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "multicloud-k8s-id", "timestamp": 1655190509823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "policy-id", "timestamp": 1655190518754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "multicloud-k8s-id", "timestamp": 1655190509823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T07:08:46.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "cds", "timestamp": 1655190518980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "policy-id", "timestamp": 1655190518754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "multicloud-k8s-id", "timestamp": 1655190509823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "cds", "timestamp": 1655190518980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "policy-id", "timestamp": 1655190518754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T07:08:46.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "multicloud-k8s-id", "timestamp": 1655190509823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:08:46.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "cds", "timestamp": 1655190518980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "policy-id", "timestamp": 1655190518754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "multicloud-k8s-id", "timestamp": 1655190522081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:08:46.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:08:46.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "cds", "timestamp": 1655190518980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "policy-id", "timestamp": 1655190518754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "multicloud-k8s-id", "timestamp": 1655190523423, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:08:46.560Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:08:46.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "cds", "timestamp": 1655190518980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "clamp", "timestamp": 1655190523607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "policy-id", "timestamp": 1655190518754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "multicloud-k8s-id", "timestamp": 1655190524513, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:08:46.562Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:08:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "cds", "timestamp": 1655190518980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:08:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "clamp", "timestamp": 1655190523607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:08:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:08:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:08:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "policy-id", "timestamp": 1655190518754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:08:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:09:12.553Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:09:12.571Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:09:12.580Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:09:12.581Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:09:12.581Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:09:12.581Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:09:42.582Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:09:42.604Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:09:42.608Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:09:42.609Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:09:42.609Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:09:42.609Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:09:46.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:09:46.323Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:09:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:09:46.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:09:46.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:09:46.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "multicloud-k8s-id", "timestamp": 1655190525544, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:09:46.620Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a63c214-b07d-4ac8-8cde-c1b453438cc4 2022-06-14T07:09:46.621Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a63c214-b07d-4ac8-8cde-c1b453438cc4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:10:12.609Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:10:12.621Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:10:12.625Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:10:12.625Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:10:12.626Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:10:12.626Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:10:42.634Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:10:42.661Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:10:42.664Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:10:42.664Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:10:42.664Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:10:42.664Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:10:46.338Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:10:46.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:10:46.339Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:10:46.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:10:46.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:10:46.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "cds", "timestamp": 1655190518980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:10:46.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:11:12.665Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T07:11:12.665Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 445cd6ec-08e1-422d-a6db-595da83e976e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T07:11:12.675Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 445cd6ec-08e1-422d-a6db-595da83e976e and serviceModelVersionId: d9576874-f73b-4520-b2fe-8dd5281eb389 2022-06-14T07:11:12.676Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5b8b1b2d-a315-4452-8abd-5714a8c0bbe5 2022-06-14T07:11:12.679Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5b8b1b2d-a315-4452-8abd-5714a8c0bbe5/model-vers/model-ver/d9576874-f73b-4520-b2fe-8dd5281eb389?depth=0 2022-06-14T07:11:12.695Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T07:11:12.832Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b8b1b2d-a315-4452-8abd-5714a8c0bbe5/model-vers/model-ver/d9576874-f73b-4520-b2fe-8dd5281eb389?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-14T07:11:12.835Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b8b1b2d-a315-4452-8abd-5714a8c0bbe5/model-vers/model-ver/d9576874-f73b-4520-b2fe-8dd5281eb389?depth=0|INFO|500||Invoke 2022-06-14T07:11:12.881Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b8b1b2d-a315-4452-8abd-5714a8c0bbe5/model-vers/model-ver/d9576874-f73b-4520-b2fe-8dd5281eb389?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T07:11:13.050Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b8b1b2d-a315-4452-8abd-5714a8c0bbe5/model-vers/model-ver/d9576874-f73b-4520-b2fe-8dd5281eb389?depth=0|INFO|500||InvokeReturn 2022-06-14T07:11:13.052Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b8b1b2d-a315-4452-8abd-5714a8c0bbe5/model-vers/model-ver/d9576874-f73b-4520-b2fe-8dd5281eb389?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220614-07:11:12:960-35312], vertex-id=[487424], Content-Length=[0], Date=[Tue, 14 Jun 2022 07:11:12 GMT], Content-Type=[application/json]} 2022-06-14T07:11:13.055Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-14T07:11:13.056Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T07:11:13.057Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:11:13.075Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T07:11:13.075Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 445cd6ec-08e1-422d-a6db-595da83e976e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T07:11:13.076Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T07:11:13.076Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:13.086Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:13.087Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190673076, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:11:13.181Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-14T07:11:13.183Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:13.184Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:13.205Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:13.206Z||pool-120-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:11:14.126Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T07:11:14.126Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f","serviceName":"vFW 2022-06-14 06-48-39","serviceVersion":"1.0","serviceUUID":"644de515-79fd-4ac5-884d-4ed40f3a3414","serviceDescription":"catalog service description","serviceInvariantUUID":"6183fced-0414-49ad-961a-fee4a17a8a89","resources":[{"resourceInstanceName":"vFW 1e619670-e924 0","resourceName":"vFW 1e619670-e924","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6c010ede-9151-487e-bba0-fc3fafa01f5c","resourceInvariantUUID":"bf614d11-2822-4e48-8215-5db009f25855","resourceCustomizationUUID":"08de12e6-5e87-49d5-b6c3-3159466dcfcb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vf-license-model.xml","artifactChecksum":"OGY2NWI4ZDMyYzllMmFiYjRmMjQwMzJhMjg4YmQ1YWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f39dd393-db56-428d-8f9e-39a6f808ca8c","artifactVersion":"1"},{"artifactName":"vfw1e619670e9240_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json","artifactChecksum":"ODM1ODVlM2M5YjA0MTBmYmMyNzhjZWNkODE5NWZiZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"11f7db1f-08ad-415d-ac1d-8f58e3ac05ad","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"429f76ef-5ae6-4b2f-95c2-09a35d8739c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vendor-license-model.xml","artifactChecksum":"OGMxYTcyYzZhNzg5MTgyMWRlYWJkNTQ2ZTEwMDFjNzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d51e6ed8-1405-4edf-9707-74e1b63f2bf3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"01a2597a-312f-4762-a705-929789b4d1e8","artifactVersion":"2","generatedFromUUID":"429f76ef-5ae6-4b2f-95c2-09a35d8739c4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220614064839-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-template.yml","artifactChecksum":"OWQwNTRiNzdmN2Q3ZDhiMWMwNzBjZDM2YThkZDE4MDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a6d2ba-d16b-4b6a-a7b3-621f79faf291","artifactVersion":"1"},{"artifactName":"service-Vfw20220614064839-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar","artifactChecksum":"M2U5ZmNhZmY4Yjg3MGUyOWM2ZmEzMjM3MTc3MjM0MTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e074fe8-0874-4013-88fd-72ba40b87ddc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T07:11:14.127Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:11:14.129Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:14.133Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:14.134Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:11:14.233Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T07:11:14.236Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:14.236Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:14.263Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:14.264Z||pool-121-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:11:15.135Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:11:15.136Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:15.141Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:15.141Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json", "status": "NOTIFIED" } 2022-06-14T07:11:15.247Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-14T07:11:15.248Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:15.248Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:15.294Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:15.295Z||pool-122-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:11:16.143Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:11:16.143Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:16.147Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:16.147Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T07:11:16.251Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-14T07:11:16.252Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:16.252Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:16.289Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:16.290Z||pool-123-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:11:17.148Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:11:17.149Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:17.153Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:17.154Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:11:17.253Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:11:17.254Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:17.254Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:17.274Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:17.275Z||pool-124-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:11:18.155Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:11:18.156Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:18.161Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:18.161Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T07:11:18.260Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T07:11:18.261Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:18.261Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:18.279Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:18.280Z||pool-125-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:11:19.162Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:11:19.162Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:19.166Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:19.167Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:11:19.268Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T07:11:19.269Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:19.270Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:19.287Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:19.288Z||pool-126-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:11:20.168Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:11:20.169Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:20.182Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:20.184Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:11:20.274Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-06-14T07:11:20.277Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:20.277Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:20.329Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:20.330Z||pool-127-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:11:21.185Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "serviceName": "vFW 2022-06-14 06-48-39", "serviceVersion": "1.0", "serviceUUID": "644de515-79fd-4ac5-884d-4ed40f3a3414", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6183fced-0414-49ad-961a-fee4a17a8a89", "resources": [ { "resourceInstanceName": "vFW 1e619670-e924 0", "resourceCustomizationUUID": "08de12e6-5e87-49d5-b6c3-3159466dcfcb", "resourceName": "vFW 1e619670-e924", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6c010ede-9151-487e-bba0-fc3fafa01f5c", "resourceInvariantUUID": "bf614d11-2822-4e48-8215-5db009f25855", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw1e619670e9240_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json", "artifactChecksum": "ODM1ODVlM2M5YjA0MTBmYmMyNzhjZWNkODE5NWZiZWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "11f7db1f-08ad-415d-ac1d-8f58e3ac05ad", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "429f76ef-5ae6-4b2f-95c2-09a35d8739c4", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "01a2597a-312f-4762-a705-929789b4d1e8", "generatedFromUUID": "429f76ef-5ae6-4b2f-95c2-09a35d8739c4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "01a2597a-312f-4762-a705-929789b4d1e8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220614064839-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "artifactChecksum": "M2U5ZmNhZmY4Yjg3MGUyOWM2ZmEzMjM3MTc3MjM0MTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4e074fe8-0874-4013-88fd-72ba40b87ddc" } ], "workloadContext": "Production" } 2022-06-14T07:11:21.186Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T07:11:21.186Z|445cd6ec-08e1-422d-a6db-595da83e976e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 644de515-79fd-4ac5-884d-4ed40f3a3414 ASDC 2022-06-14T07:11:21.187Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f ServiceName:vFW 2022-06-14 06-48-39 ServiceVersion:1.0 ServiceUUID:644de515-79fd-4ac5-884d-4ed40f3a3414 ServiceInvariantUUID:6183fced-0414-49ad-961a-fee4a17a8a89 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220614064839-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar ArtifactUUID:4e074fe8-0874-4013-88fd-72ba40b87ddc ArtifactChecksum:M2U5ZmNhZmY4Yjg3MGUyOWM2ZmEzMjM3MTc3MjM0MTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 1e619670-e924 0 ResourceCustomizationUUID:08de12e6-5e87-49d5-b6c3-3159466dcfcb ResourceInvariantUUID:bf614d11-2822-4e48-8215-5db009f25855 ResourceName:vFW 1e619670-e924 ResourceType:VF ResourceUUID:6c010ede-9151-487e-bba0-fc3fafa01f5c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw1e619670e9240_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json ArtifactUUID:11f7db1f-08ad-415d-ac1d-8f58e3ac05ad ArtifactChecksum:ODM1ODVlM2M5YjA0MTBmYmMyNzhjZWNkODE5NWZiZWQ= 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/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml ArtifactUUID:429f76ef-5ae6-4b2f-95c2-09a35d8739c4 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/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env ArtifactUUID:01a2597a-312f-4762-a705-929789b4d1e8 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/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env ArtifactUUID:01a2597a-312f-4762-a705-929789b4d1e8 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-14T07:11:21.187Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 644de515-79fd-4ac5-884d-4ed40f3a3414 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:11:21.281Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:11:21.282Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:11:21.282Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:11:21.282Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4e074fe8-0874-4013-88fd-72ba40b87ddc from URL: /sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar 2022-06-14T07:11:21.283Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:11:21.283Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar 2022-06-14T07:11:21.626Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:11:21.640Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar 4e074fe8-0874-4013-88fd-72ba40b87ddc 99028 2022-06-14T07:11:21.640Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar ASDC sendASDCNotification 2022-06-14T07:11:21.641Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar 2022-06-14T07:11:21.641Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:11:21.641Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:21.645Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:21.645Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190681640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:11:21.745Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:11:21.746Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:21.746Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:21.769Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:21.770Z||pool-128-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:11:22.646Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:11:22.649Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:11:22.649Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4e074fe8-0874-4013-88fd-72ba40b87ddc, URL: /sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar to file: /app/ASDC/1/service-Vfw20220614064839-csar.csar 2022-06-14T07:11:22.650Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220614064839-csar.csar 2022-06-14T07:11:22.650Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220614064839-csar.csar 2022-06-14T07:11:22.650Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220614064839-csar.csar 2022-06-14T07:11:23.106Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16840018742287901598/Definitions/service-Vfw20220614064839-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-06-14T07:11:27.736Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T07:11:27.737Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:11:27.737Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220614064839-csar.csar 2022-06-14T07:11:27.737Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-14T07:11:27.737Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||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-Vfw20220614064839-csar.csar 2022-06-14T07:11:27.738Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||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-Vfw20220614064839-csar.csar 2022-06-14T07:11:27.738Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|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-Vfw20220614064839-csar.csar 2022-06-14T07:11:27.738Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614064839-csar.csar 2022-06-14T07:11:27.738Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614064839-csar.csar 2022-06-14T07:11:27.739Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||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-Vfw20220614064839-csar.csar 2022-06-14T07:11:27.739Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|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-Vfw20220614064839-csar.csar 2022-06-14T07:11:27.739Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614064839-csar.csar 2022-06-14T07:11:27.739Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220614064839-csar.csar 2022-06-14T07:11:27.739Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220614064839-csar.csar 2022-06-14T07:11:27.739Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614064839-csar.csar 2022-06-14T07:11:27.739Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|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-Vfw20220614064839-csar.csar 2022-06-14T07:11:27.739Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1e619670-e924 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-Vfw20220614064839-csar.csar 2022-06-14T07:11:27.740Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:11:27.740Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.740Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:27.741Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is matching search criteria 2022-06-14T07:11:27.741Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:11:27.741Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 1e619670-e924 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:11:27.742Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.742Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:27.742Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is matching search criteria 2022-06-14T07:11:27.742Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:11:27.743Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 1e619670-e924 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:11:27.743Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.743Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:27.744Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.744Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is not matching search criteria 2022-06-14T07:11:27.744Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:11:27.744Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:11:27.744Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:27.745Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:11:27.745Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:11:27.745Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:11:27.745Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:11:27.745Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:11:27.745Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:11:27.746Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:11:27.746Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:27.746Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:11:27.746Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:27.746Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:11:27.747Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:11:27.747Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-14T07:11:27.747Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.747Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T07:11:27.747Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.748Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is matching search criteria 2022-06-14T07:11:27.748Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 1e619670-e924 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:11:27.748Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.748Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is matching search criteria 2022-06-14T07:11:27.748Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 1e619670-e924 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:11:27.749Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.749Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is matching search criteria 2022-06-14T07:11:27.749Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 1e619670-e924 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:11:27.749Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.749Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is not matching search criteria 2022-06-14T07:11:27.750Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:11:27.750Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-14T07:11:27.750Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:11:27.750Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:11:27.750Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:11:27.751Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:11:27.751Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:27.751Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:11:27.751Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:27.751Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:11:27.751Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:11:27.752Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9c4b0da2-93fd-48a8-a13b-8dbd435aac2c 2022-06-14T07:11:27.752Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.752Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is not matching search criteria 2022-06-14T07:11:27.752Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:11:27.752Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:11:27.753Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:27.753Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:11:27.753Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:11:27.753Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:11:27.753Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:11:27.754Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-14T07:11:27.754Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:11:27.754Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:27.754Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:11:27.755Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:11:27.756Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ff535933-66e0-41e9-99e1-46ca2f243939 2022-06-14T07:11:27.756Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.756Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is not matching search criteria 2022-06-14T07:11:27.756Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:11:27.757Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:11:27.757Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:27.757Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:11:27.757Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:11:27.757Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:11:27.757Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:11:27.758Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:11:27.758Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:11:27.758Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:11:27.758Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:27.758Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-14T07:11:27.759Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=02affa21-d1cb-46bf-8cab-3f5d4a220a6e 2022-06-14T07:11:27.759Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.759Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:27.759Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.760Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:27.760Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.760Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:27.760Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:27.760Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:27.760Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-14 06-48-39 Description:catalog service description Model UUID:644de515-79fd-4ac5-884d-4ed40f3a3414 Model Version:NULL Model InvariantUuid:6183fced-0414-49ad-961a-fee4a17a8a89 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 1e619670-e924 Model UUID:09168432-ba0b-4606-bc5d-cac69fe9032a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:bf614d11-2822-4e48-8215-5db009f25855 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:08de12e6-5e87-49d5-b6c3-3159466dcfcb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0326fc87-445c-441c-b486-9b0401903806 ModelName:Vfw1e619670E924..base_vfw..module-0 ModelUuid:468bc3bf-2b68-42af-b3d1-a86930e24103 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9c4b0da2-93fd-48a8-a13b-8dbd435aac2c ModelInvariantUuid:44479ad5-884c-4715-b9b7-65cc34fca387 ModelName:vFW 1e619670-e924-nodes.vfwCvfc ModelUuid:dc20d3d4-2901-4ef9-b3f4-3664b5107e16 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:4da788b7-7786-4cfe-b223-7f0167c547c5 ModelInvariantUuid:6722add6-36ba-4754-b6d6-42a57f7bbe71 ModelName:Vfw1e619670E924.compute.nodes.heat.vfw ModelUuid:c2af17f1-5719-4052-9af9-34c59b255686 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ff535933-66e0-41e9-99e1-46ca2f243939 ModelInvariantUuid:6cfe51d6-25c4-4cef-92d9-4f5ae2e117dd ModelName:vFW 1e619670-e924-nodes.vsnCvfc ModelUuid:77a1870b-5822-46e4-a12f-033487308a1e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:54900b08-18ba-46c9-91a3-b2222fe3f870 ModelInvariantUuid:b627cf0e-9ebf-4c2f-8a0d-fe8866375620 ModelName:Vfw1e619670E924.compute.nodes.heat.vsn ModelUuid:ccebc05c-91b9-4eb8-a65b-c0f3ecd022a7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:02affa21-d1cb-46bf-8cab-3f5d4a220a6e ModelInvariantUuid:e0d9b75a-9962-4d9b-841d-9ac5ecfa4ff7 ModelName:vFW 1e619670-e924-nodes.vpgCvfc ModelUuid:90ff9a75-a25a-4444-865d-d06453dd3a60 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:59ececb6-8976-4713-b921-4eeea2d33e6a ModelInvariantUuid:c9ecec27-0da2-49d2-8d3f-8fdc9a14c12d ModelName:Vfw1e619670E924.compute.nodes.heat.vpg ModelUuid:cf652adf-1d3c-4a4c-adb8-e93830617a32 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T07:11:27.774Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6c010ede-9151-487e-bba0-fc3fafa01f5c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:11:27.779Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||vFW 1e619670-e924 0 2022-06-14T07:11:27.779Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6c010ede-9151-487e-bba0-fc3fafa01f5c 2022-06-14T07:11:27.779Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11f7db1f-08ad-415d-ac1d-8f58e3ac05ad from URL: /sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json 2022-06-14T07:11:27.780Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:11:27.780Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json 2022-06-14T07:11:27.866Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:11:27.867Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json 11f7db1f-08ad-415d-ac1d-8f58e3ac05ad 785 2022-06-14T07:11:27.867Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json ASDC sendASDCNotification 2022-06-14T07:11:27.867Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json 2022-06-14T07:11:27.868Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:11:27.868Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:27.871Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:27.871Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190687867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:11:27.980Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-06-14T07:11:27.981Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:27.981Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:28.008Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:28.009Z||pool-129-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:11:28.872Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1e619670E924..base_vfw..module-0", "vfModuleModelInvariantUUID": "0326fc87-445c-441c-b486-9b0401903806", "vfModuleModelVersion": "1", "vfModuleModelUUID": "468bc3bf-2b68-42af-b3d1-a86930e24103", "vfModuleModelCustomizationUUID": "d350e31e-688c-4aca-bb93-f2f475b4edcd", "isBase": true, "artifacts": [ "429f76ef-5ae6-4b2f-95c2-09a35d8739c4", "01a2597a-312f-4762-a705-929789b4d1e8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T07:11:28.882Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1e619670E924..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:468bc3bf-2b68-42af-b3d1-a86930e24103 VfModuleModelInvariantUUID:0326fc87-445c-441c-b486-9b0401903806 VfModuleModelDescription:NULL Artifacts UUID List:{ 429f76ef-5ae6-4b2f-95c2-09a35d8739c4 , 01a2597a-312f-4762-a705-929789b4d1e8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T07:11:28.895Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1e619670E924..base_vfw..module-0", "vfModuleModelInvariantUUID": "0326fc87-445c-441c-b486-9b0401903806", "vfModuleModelVersion": "1", "vfModuleModelUUID": "468bc3bf-2b68-42af-b3d1-a86930e24103", "vfModuleModelCustomizationUUID": "d350e31e-688c-4aca-bb93-f2f475b4edcd", "isBase": true, "artifacts": [ "429f76ef-5ae6-4b2f-95c2-09a35d8739c4", "01a2597a-312f-4762-a705-929789b4d1e8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T07:11:28.896Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1e619670E924..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:468bc3bf-2b68-42af-b3d1-a86930e24103 VfModuleModelInvariantUUID:0326fc87-445c-441c-b486-9b0401903806 VfModuleModelDescription:NULL Artifacts UUID List:{ 429f76ef-5ae6-4b2f-95c2-09a35d8739c4 , 01a2597a-312f-4762-a705-929789b4d1e8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T07:11:28.896Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 429f76ef-5ae6-4b2f-95c2-09a35d8739c4 from URL: /sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml 2022-06-14T07:11:28.899Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:11:28.899Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml 2022-06-14T07:11:29.131Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:11:29.132Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml 429f76ef-5ae6-4b2f-95c2-09a35d8739c4 20368 2022-06-14T07:11:29.133Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-14T07:11:29.133Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml 2022-06-14T07:11:29.133Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:11:29.133Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:29.136Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:29.137Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190689133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:11:29.237Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:11:29.238Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:29.240Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:29.260Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:29.260Z||pool-130-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:11:30.138Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 01a2597a-312f-4762-a705-929789b4d1e8 from URL: /sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env 2022-06-14T07:11:30.141Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:11:30.141Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env 2022-06-14T07:11:30.244Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:11:30.245Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env 01a2597a-312f-4762-a705-929789b4d1e8 2098 2022-06-14T07:11:30.246Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-14T07:11:30.246Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env 2022-06-14T07:11:30.246Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:11:30.246Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:30.250Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:30.251Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190690246, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:11:30.350Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T07:11:30.351Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:30.351Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:30.381Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:30.382Z||pool-131-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:11:31.253Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 644de515-79fd-4ac5-884d-4ed40f3a3414 2022-06-14T07:11:31.254Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1e619670-e924 0 6c010ede-9151-487e-bba0-fc3fafa01f5c ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:11:31.290Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22062989, org.onap.sdc.toscaparser.api.parameters.Input@ed24bf9, org.onap.sdc.toscaparser.api.parameters.Input@2feecfc9, org.onap.sdc.toscaparser.api.parameters.Input@3cbda82, org.onap.sdc.toscaparser.api.parameters.Input@1092e113] 2022-06-14T07:11:31.292Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.292Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:31.293Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-14T07:11:31.293Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 08de12e6-5e87-49d5-b6c3-3159466dcfcb 2022-06-14T07:11:31.293Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08de12e6-5e87-49d5-b6c3-3159466dcfcb matches Tosca VF Customization UUID: 08de12e6-5e87-49d5-b6c3-3159466dcfcb 2022-06-14T07:11:31.293Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 08de12e6-5e87-49d5-b6c3-3159466dcfcb matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-14T07:11:31.298Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.298Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:31.300Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 08de12e6-5e87-49d5-b6c3-3159466dcfcb: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-14T07:11:31.300Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8882454 2022-06-14T07:11:31.300Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.300Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T07:11:31.301Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d350e31e-688c-4aca-bb93-f2f475b4edcd 2022-06-14T07:11:31.301Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d350e31e-688c-4aca-bb93-f2f475b4edcd Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-14T07:11:31.305Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.305Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is matching search criteria 2022-06-14T07:11:31.306Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 1e619670-e924 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:11:31.306Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.306Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is matching search criteria 2022-06-14T07:11:31.307Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 1e619670-e924 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:11:31.307Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.307Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is not matching search criteria 2022-06-14T07:11:31.307Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:11:31.307Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-14T07:11:31.308Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:11:31.308Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:11:31.308Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:11:31.308Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:11:31.308Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:31.309Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:11:31.309Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:31.309Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:11:31.309Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:11:31.309Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9c4b0da2-93fd-48a8-a13b-8dbd435aac2c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T07:11:31.314Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.314Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is matching search criteria 2022-06-14T07:11:31.314Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 1e619670-e924 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:11:31.315Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.315Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is not matching search criteria 2022-06-14T07:11:31.315Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:11:31.316Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:11:31.316Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:31.316Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:11:31.317Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:11:31.317Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:11:31.318Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:11:31.318Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-14T07:11:31.318Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:11:31.319Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:31.319Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:11:31.319Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:11:31.319Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ff535933-66e0-41e9-99e1-46ca2f243939 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T07:11:31.327Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.328Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is matching search criteria 2022-06-14T07:11:31.328Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 1e619670-e924 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:11:31.329Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.329Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is not matching search criteria 2022-06-14T07:11:31.329Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:11:31.329Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:11:31.329Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:31.330Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:11:31.330Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:11:31.330Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:11:31.330Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:11:31.331Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:11:31.331Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:11:31.331Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:11:31.331Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:11:31.331Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-14T07:11:31.331Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=02affa21-d1cb-46bf-8cab-3f5d4a220a6e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T07:11:31.336Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.337Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is matching search criteria 2022-06-14T07:11:31.337Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 1e619670-e924 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:11:31.337Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.338Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Node template vFW 1e619670-e924 0 is matching search criteria 2022-06-14T07:11:31.338Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 1e619670-e924 0] matching following query criteria: sdcType=VF, customizationUUID=08de12e6-5e87-49d5-b6c3-3159466dcfcb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:11:31.348Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.349Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:31.349Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 644de515-79fd-4ac5-884d-4ed40f3a3414: vFW 1e619670-e924 2022-06-14T07:11:31.349Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.350Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:31.351Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.351Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:31.351Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.352Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:31.352Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.352Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:31.352Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:11:31.353Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-48-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:11:31.353Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-14 06-48-39 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:11:31.650Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1e619670-e924 6c010ede-9151-487e-bba0-fc3fafa01f5c 1 ASDC deployResourceStructure 2022-06-14T07:11:31.650Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json ASDC sendASDCNotification 2022-06-14T07:11:31.650Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json 2022-06-14T07:11:31.651Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:11:31.651Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:31.654Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:31.654Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190691650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:11:31.754Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-14T07:11:31.755Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:31.755Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:31.777Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:31.777Z||pool-132-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:11:32.659Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-14T07:11:32.660Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml 2022-06-14T07:11:32.660Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:11:32.661Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:32.664Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:32.664Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190692659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-14T07:11:32.765Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:11:32.766Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:32.766Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:32.790Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:32.791Z||pool-133-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:11:33.666Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-14T07:11:33.667Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env 2022-06-14T07:11:33.668Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:11:33.668Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:33.673Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:33.675Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190693666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-14T07:11:33.778Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-14T07:11:33.779Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:33.780Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:33.801Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:33.801Z||pool-134-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:11:34.678Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar ASDC sendASDCNotification 2022-06-14T07:11:34.679Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar 2022-06-14T07:11:34.679Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:11:34.679Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:11:34.683Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:11:34.683Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190694678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:11:34.785Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T07:11:34.786Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:11:34.787Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:11:34.807Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:34.808Z||pool-135-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:11:35.684Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:11:35.696Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:11:35.698Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:11:35.698Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:11:35.698Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:11:35.698Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:11:46.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:11:46.321Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:11:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:11:46.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:11:46.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "clamp", "timestamp": 1655190523607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:11:46.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:11:46.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "policy-id", "timestamp": 1655190526512, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:11:46.423Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:11:46.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "multicloud-k8s-id", "timestamp": 1655190526551, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:11:46.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:11:46.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "clamp", "timestamp": 1655190523607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:11:46.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:11:46.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "cds", "timestamp": 1655190526757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:11:46.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:11:46.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "policy-id", "timestamp": 1655190527519, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:11:46.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:11:46.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "clamp", "timestamp": 1655190523607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:11:46.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:11:46.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "cds", "timestamp": 1655190527763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:11:46.432Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a63c214-b07d-4ac8-8cde-c1b453438cc4 2022-06-14T07:11:46.432Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a63c214-b07d-4ac8-8cde-c1b453438cc4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:11:46.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "policy-id", "timestamp": 1655190528525, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:11:46.492Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a63c214-b07d-4ac8-8cde-c1b453438cc4 2022-06-14T07:11:46.492Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a63c214-b07d-4ac8-8cde-c1b453438cc4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-14T07:11:46.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "clamp", "timestamp": 1655190523607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:11:46.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:11:46.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "clamp", "timestamp": 1655190523607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:11:46.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:11:46.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "aai-ml", "timestamp": 1655190533828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:11:46.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:11:46.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "aai-ml", "timestamp": 1655190533828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:11:46.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:11:46.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "aai-ml", "timestamp": 1655190533828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:11:46.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:11:46.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "clamp", "timestamp": 1655190537565, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:11:46.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:11:46.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "aai-ml", "timestamp": 1655190533828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:11:46.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:11:46.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "aai-ml", "timestamp": 1655190533828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:11:46.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:11:46.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "clamp", "timestamp": 1655190538878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:11:46.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:11:46.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "aai-ml", "timestamp": 1655190533828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:11:46.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:11:46.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "clamp", "timestamp": 1655190539881, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:11:46.539Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5a63c214-b07d-4ac8-8cde-c1b453438cc4 2022-06-14T07:11:46.540Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a63c214-b07d-4ac8-8cde-c1b453438cc4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:11:46.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "aai-ml", "timestamp": 1655190533828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:11:46.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:11:46.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "aai-ml", "timestamp": 1655190541826, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:11:46.560Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:11:46.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "aai-ml", "timestamp": 1655190558613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:11:46.561Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:11:46.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:11:46.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "aai-ml", "timestamp": 1655190559617, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:11:46.566Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a63c214-b07d-4ac8-8cde-c1b453438cc4 2022-06-14T07:11:46.567Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a63c214-b07d-4ac8-8cde-c1b453438cc4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:12:05.700Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:12:05.718Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:12:05.724Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:12:05.725Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:12:05.725Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:12:05.725Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:12:35.726Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:12:35.738Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:12:35.742Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:12:35.743Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:12:35.743Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:12:35.743Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:12:46.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:12:46.321Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:12:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:12:46.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:12:46.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "445cd6ec-08e1-422d-a6db-595da83e976e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190673076, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:12:46.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:12:46.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:12:46.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:12:46.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json", "status": "NOTIFIED" } 2022-06-14T07:12:46.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:12:46.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T07:12:46.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:12:46.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:12:46.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:12:46.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T07:12:46.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:12:46.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:12:46.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:12:46.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:12:46.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:12:46.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190681640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:12:46.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:12:46.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190687867, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:12:46.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:12:46.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190689133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:12:46.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:12:46.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190690246, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:12:46.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:12:46.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190691650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/vfw1e619670e9240_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:12:46.580Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:12:46.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190692659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-14T07:12:46.580Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:12:46.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190693666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/resourceInstances/vfw1e619670e9240/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-14T07:12:46.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:12:46.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:12:46.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190694678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614064839/1.0/artifacts/service-Vfw20220614064839-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:12:46.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:13:05.743Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:13:05.756Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:13:05.758Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:13:05.758Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:13:05.758Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:13:05.758Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:13:35.759Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:13:35.769Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:13:35.773Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:13:35.774Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:13:35.774Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:13:35.774Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:13:46.321Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:13:46.322Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:13:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:13:46.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:13:46.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "aai-ml", "timestamp": 1655190743828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "cds", "timestamp": 1655190743980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "multicloud-k8s-id", "timestamp": 1655190749823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "aai-ml", "timestamp": 1655190743828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "cds", "timestamp": 1655190743980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "multicloud-k8s-id", "timestamp": 1655190749823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "aai-ml", "timestamp": 1655190743828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "cds", "timestamp": 1655190743980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "multicloud-k8s-id", "timestamp": 1655190749823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "aai-ml", "timestamp": 1655190743828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "cds", "timestamp": 1655190743980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "multicloud-k8s-id", "timestamp": 1655190749823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "aai-ml", "timestamp": 1655190743828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "cds", "timestamp": 1655190743980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "multicloud-k8s-id", "timestamp": 1655190749823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "aai-ml", "timestamp": 1655190743828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "cds", "timestamp": 1655190743980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "multicloud-k8s-id", "timestamp": 1655190749823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "policy-id", "timestamp": 1655190758754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "aai-ml", "timestamp": 1655190743828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "multicloud-k8s-id", "timestamp": 1655190749823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "cds", "timestamp": 1655190743980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "policy-id", "timestamp": 1655190758754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "aai-ml", "timestamp": 1655190743828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:13:46.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "cds", "timestamp": 1655190743980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:13:46.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "multicloud-k8s-id", "timestamp": 1655190749823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:13:46.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "policy-id", "timestamp": 1655190758754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "cds", "timestamp": 1655190761704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:13:46.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:13:46.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "aai-ml", "timestamp": 1655190762140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:13:46.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:13:46.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "policy-id", "timestamp": 1655190758754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "cds", "timestamp": 1655190762710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:13:46.517Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f424e00b-4e9b-4a98-8ebf-30e7eea5684b 2022-06-14T07:13:46.519Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f424e00b-4e9b-4a98-8ebf-30e7eea5684b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:13:46.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "policy-id", "timestamp": 1655190758754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "clamp", "timestamp": 1655190763607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "policy-id", "timestamp": 1655190758754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "clamp", "timestamp": 1655190763607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:13:46.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:13:46.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "policy-id", "timestamp": 1655190758754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:13:46.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:14:05.774Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:14:05.796Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:14:05.800Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:14:05.800Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:14:05.800Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:14:05.801Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:14:35.801Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:14:35.820Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:14:35.824Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:14:35.824Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:14:35.826Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:14:35.826Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:14:46.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:14:46.337Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:14:46.337Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:14:46.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:14:46.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:14:46.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "clamp", "timestamp": 1655190763607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:14:46.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:15:05.826Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:15:05.837Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:15:05.842Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:15:05.843Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:15:05.843Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:15:05.843Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:15:35.844Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:15:35.859Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:15:35.879Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:15:35.879Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:15:35.880Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:15:35.880Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:15:46.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:15:46.324Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:15:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:15:46.395Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:15:46.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:15:46.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "policy-id", "timestamp": 1655190758754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:15:46.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:15:46.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:15:46.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "clamp", "timestamp": 1655190763607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:15:46.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:15:46.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:15:46.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "policy-id", "timestamp": 1655190767663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:15:46.401Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:15:46.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:15:46.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "clamp", "timestamp": 1655190763607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:15:46.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:15:46.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:15:46.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "policy-id", "timestamp": 1655190768669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:15:46.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:15:46.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:15:46.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "clamp", "timestamp": 1655190763607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:15:46.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:15:46.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:15:46.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "policy-id", "timestamp": 1655190769676, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:15:46.433Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f424e00b-4e9b-4a98-8ebf-30e7eea5684b 2022-06-14T07:15:46.435Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f424e00b-4e9b-4a98-8ebf-30e7eea5684b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:15:46.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:15:46.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "clamp", "timestamp": 1655190763607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:15:46.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:15:46.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:15:46.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "aai-ml", "timestamp": 1655190770213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:15:46.464Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:15:46.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:15:46.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "clamp", "timestamp": 1655190763607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:15:46.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:15:46.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:15:46.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "aai-ml", "timestamp": 1655190771217, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:15:46.470Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f424e00b-4e9b-4a98-8ebf-30e7eea5684b 2022-06-14T07:15:46.471Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f424e00b-4e9b-4a98-8ebf-30e7eea5684b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:15:46.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:15:46.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "clamp", "timestamp": 1655190781924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:15:46.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:15:46.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:15:46.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "clamp", "timestamp": 1655190784928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:15:46.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:15:46.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:15:46.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "clamp", "timestamp": 1655190785933, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:15:46.500Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f424e00b-4e9b-4a98-8ebf-30e7eea5684b 2022-06-14T07:15:46.500Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f424e00b-4e9b-4a98-8ebf-30e7eea5684b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:16:05.880Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:16:05.894Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:16:05.898Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:16:05.913Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:16:05.913Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:16:05.913Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:16:35.914Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T07:16:35.914Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T07:16:35.926Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f and serviceModelVersionId: 644de515-79fd-4ac5-884d-4ed40f3a3414 2022-06-14T07:16:35.926Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6183fced-0414-49ad-961a-fee4a17a8a89 2022-06-14T07:16:35.928Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6183fced-0414-49ad-961a-fee4a17a8a89/model-vers/model-ver/644de515-79fd-4ac5-884d-4ed40f3a3414?depth=0 2022-06-14T07:16:35.942Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T07:16:36.063Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6183fced-0414-49ad-961a-fee4a17a8a89/model-vers/model-ver/644de515-79fd-4ac5-884d-4ed40f3a3414?depth=0|INFO|500||Invoke 2022-06-14T07:16:36.065Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6183fced-0414-49ad-961a-fee4a17a8a89/model-vers/model-ver/644de515-79fd-4ac5-884d-4ed40f3a3414?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6183fced-0414-49ad-961a-fee4a17a8a89/model-vers/model-ver/644de515-79fd-4ac5-884d-4ed40f3a3414?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[665ecb6a-e27e-4ab2-ae6b-24a986821426], X-ECOMP-RequestID=[bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f], X-TransactionId=[], X-ONAP-RequestID=[bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f], Content-Type=[application/merge-patch+json]} 2022-06-14T07:16:36.137Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6183fced-0414-49ad-961a-fee4a17a8a89/model-vers/model-ver/644de515-79fd-4ac5-884d-4ed40f3a3414?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T07:16:36.363Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6183fced-0414-49ad-961a-fee4a17a8a89/model-vers/model-ver/644de515-79fd-4ac5-884d-4ed40f3a3414?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/6183fced-0414-49ad-961a-fee4a17a8a89/model-vers/model-ver/644de515-79fd-4ac5-884d-4ed40f3a3414?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220614-07:16:36:200-94170], vertex-id=[258080], Content-Length=[0], Date=[Tue, 14 Jun 2022 07:16:36 GMT], Content-Type=[application/json]} 2022-06-14T07:16:36.364Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6183fced-0414-49ad-961a-fee4a17a8a89/model-vers/model-ver/644de515-79fd-4ac5-884d-4ed40f3a3414?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-14T07:16:36.369Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6183fced-0414-49ad-961a-fee4a17a8a89/model-vers/model-ver/644de515-79fd-4ac5-884d-4ed40f3a3414?depth=0|INFO|500||InvokeReturn 2022-06-14T07:16:36.370Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T07:16:36.370Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:16:36.402Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T07:16:36.403Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T07:16:36.404Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T07:16:36.405Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:16:36.412Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:16:36.413Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190996403, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:16:36.518Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-14T07:16:36.520Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:16:36.520Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:16:36.604Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:16:36.605Z||pool-136-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:16:37.432Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T07:16:37.432Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a09ea6a3-0321-43e5-b133-1f60b10bccb6","serviceName":"Demo_pNF_KVbquXOlySuHc5XYP0xO","serviceVersion":"1.0","serviceUUID":"9d2012b7-3640-4c3c-9c72-acc7e528d9a7","serviceDescription":"catalog service description","serviceInvariantUUID":"2b37ea39-1ddf-4f03-92b4-718218629c1c","resources":[{"resourceInstanceName":"pNF a10f5aac-2e8e 0","resourceName":"pNF a10f5aac-2e8e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a1cfa753-ad87-412a-b0a6-2259a636d0f6","resourceInvariantUUID":"f5f109ad-4095-4572-a994-39b99606277a","resourceCustomizationUUID":"805185f0-ef12-4bb9-bd78-8104e295b959","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vf-license-model.xml","artifactChecksum":"MDRlYmIzNmE5NThiNGZiMjNkNjdjZDcxNDZjNzE1MmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"583ae398-3aca-4079-ad95-2486ccc83757","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/pNF.csar","artifactChecksum":"YjEyYTY2Mzg1MTFkZWFmODU3MTdhZjYyMmM3Yjc3ZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8683f96c-f580-4f6c-84bf-eab244bb7145","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3383630-aea0-4aa5-b121-fa63e0764f7b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vendor-license-model.xml","artifactChecksum":"MzIwNTVhMDBmMzUyMmViMDZjODgxZjkwMzhlYzg2MGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c9c85316-7f94-4ab7-a796-de053b970be8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e57a7c1-0ddf-468d-8bef-ac1b13476728","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26a94aed-27c8-4d71-9ec1-ea1c10256573","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKvbquxolysuhc5xyp0xo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-template.yml","artifactChecksum":"MDhjNTc0NjVmMGU4NjgxODY3ZWM5Zjg3NGRmNDhiNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3155991-787d-4b98-9600-1ca27d1264d5","artifactVersion":"1"},{"artifactName":"service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar","artifactChecksum":"M2EwZGI2MDY3MzBmNzYyNGI3ODJmMTIxMmQ1Y2ZhMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6059f64a-0fdb-4632-85f4-6d73f6ec2566","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T07:16:37.433Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:16:37.434Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:16:37.438Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:16:37.438Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:37.540Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T07:16:37.541Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:16:37.541Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:16:37.579Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:16:37.580Z||pool-137-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:16:38.439Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:16:38.440Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:16:38.448Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:16:38.448Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:38.549Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:16:38.551Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:16:38.551Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:16:38.583Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:16:38.583Z||pool-138-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:16:39.449Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:16:39.450Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:16:39.454Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:16:39.454Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:39.555Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:16:39.556Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:16:39.556Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:16:39.576Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:16:39.577Z||pool-139-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:16:40.456Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:16:40.457Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:16:40.461Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:16:40.462Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:40.561Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:16:40.562Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:16:40.563Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:16:40.592Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:16:40.593Z||pool-140-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:16:41.462Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:16:41.463Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:16:41.467Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:16:41.468Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:41.570Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T07:16:41.571Z||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-06-14T07:16:41.571Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:16:41.679Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:16:41.679Z||pool-141-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:16:42.469Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:16:42.470Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:16:42.474Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:16:42.475Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:42.573Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T07:16:42.575Z||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-06-14T07:16:42.575Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:16:42.652Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:16:42.653Z||pool-142-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:16:43.475Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:16:43.476Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:16:43.479Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:16:43.479Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:43.581Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T07:16:43.582Z||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-06-14T07:16:43.582Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:16:43.605Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:16:43.607Z||pool-143-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:16:44.480Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:16:44.480Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:16:44.485Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:16:44.485Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:16:44.586Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:16:44.589Z||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-06-14T07:16:44.589Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:16:44.660Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:16:44.661Z||pool-144-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:16:45.490Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "serviceName": "Demo_pNF_KVbquXOlySuHc5XYP0xO", "serviceVersion": "1.0", "serviceUUID": "9d2012b7-3640-4c3c-9c72-acc7e528d9a7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2b37ea39-1ddf-4f03-92b4-718218629c1c", "resources": [ { "resourceInstanceName": "pNF a10f5aac-2e8e 0", "resourceCustomizationUUID": "805185f0-ef12-4bb9-bd78-8104e295b959", "resourceName": "pNF a10f5aac-2e8e", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a1cfa753-ad87-412a-b0a6-2259a636d0f6", "resourceInvariantUUID": "f5f109ad-4095-4572-a994-39b99606277a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "artifactChecksum": "M2EwZGI2MDY3MzBmNzYyNGI3ODJmMTIxMmQ1Y2ZhMDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6059f64a-0fdb-4632-85f4-6d73f6ec2566" } ], "workloadContext": "Production" } 2022-06-14T07:16:45.490Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T07:16:45.490Z|bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9d2012b7-3640-4c3c-9c72-acc7e528d9a7 ASDC 2022-06-14T07:16:45.492Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:a09ea6a3-0321-43e5-b133-1f60b10bccb6 ServiceName:Demo_pNF_KVbquXOlySuHc5XYP0xO ServiceVersion:1.0 ServiceUUID:9d2012b7-3640-4c3c-9c72-acc7e528d9a7 ServiceInvariantUUID:2b37ea39-1ddf-4f03-92b4-718218629c1c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar ArtifactUUID:6059f64a-0fdb-4632-85f4-6d73f6ec2566 ArtifactChecksum:M2EwZGI2MDY3MzBmNzYyNGI3ODJmMTIxMmQ1Y2ZhMDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a10f5aac-2e8e 0 ResourceCustomizationUUID:805185f0-ef12-4bb9-bd78-8104e295b959 ResourceInvariantUUID:f5f109ad-4095-4572-a994-39b99606277a ResourceName:pNF a10f5aac-2e8e ResourceType:PNF ResourceUUID:a1cfa753-ad87-412a-b0a6-2259a636d0f6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-14T07:16:45.492Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d2012b7-3640-4c3c-9c72-acc7e528d9a7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:16:45.563Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:16:45.565Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:16:45.565Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:16:45.565Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6059f64a-0fdb-4632-85f4-6d73f6ec2566 from URL: /sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:45.566Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:16:45.566Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:45.958Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:16:45.977Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 6059f64a-0fdb-4632-85f4-6d73f6ec2566 82668 2022-06-14T07:16:45.978Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar ASDC sendASDCNotification 2022-06-14T07:16:45.978Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:45.978Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:16:45.989Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:16:46.017Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:16:46.018Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191005978, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:16:46.098Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms 2022-06-14T07:16:46.100Z||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-06-14T07:16:46.100Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:16:46.173Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:16:46.174Z||pool-145-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:16:46.325Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:16:46.326Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:16:46.326Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:16:46.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:16:46.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190869823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "policy-id", "timestamp": 1655190878754, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "cds", "timestamp": 1655190878980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190869823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:16:46.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "policy-id", "timestamp": 1655190878754, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "cds", "timestamp": 1655190878980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190869823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-14T07:16:46.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "policy-id", "timestamp": 1655190878754, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-14T07:16:46.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "cds", "timestamp": 1655190878980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190869823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "policy-id", "timestamp": 1655190878754, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "cds", "timestamp": 1655190878980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190869823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-14T07:16:46.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "policy-id", "timestamp": 1655190878754, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "cds", "timestamp": 1655190878980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "clamp", "timestamp": 1655190883607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190869823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-14T07:16:46.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "policy-id", "timestamp": 1655190878754, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "cds", "timestamp": 1655190878980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "clamp", "timestamp": 1655190883607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:16:46.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190869823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-14T07:16:46.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:46.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:16:46.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "policy-id", "timestamp": 1655190878754, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-14T07:16:46.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:16:47.024Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:16:47.028Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:16:47.028Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6059f64a-0fdb-4632-85f4-6d73f6ec2566, URL: /sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar to file: /app/ASDC/1/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:47.028Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:47.029Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:47.029Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:47.375Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5764520637253042337/Definitions/service-DemoPnfKvbquxolysuhc5xyp0xo-template.yml 2022-06-14T07:16:49.218Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T07:16:49.219Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:16:49.220Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:49.220Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-14T07:16:49.220Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a10f5aac-2e8e 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-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:49.220Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|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-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:49.220Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|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-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:49.221Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|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-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:49.221Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|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-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:49.221Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|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-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:49.221Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|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-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:49.221Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:16:49.222Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:16:49.222Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_KVbquXOlySuHc5XYP0xO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:16:49.222Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Node template pNF a10f5aac-2e8e 0 is matching search criteria 2022-06-14T07:16:49.223Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:16:49.223Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF a10f5aac-2e8e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:16:49.224Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:16:49.224Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_KVbquXOlySuHc5XYP0xO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:16:49.224Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Node template pNF a10f5aac-2e8e 0 is matching search criteria 2022-06-14T07:16:49.224Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:16:49.225Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF a10f5aac-2e8e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:16:49.225Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:16:49.225Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_KVbquXOlySuHc5XYP0xO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:16:49.227Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:16:49.227Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_KVbquXOlySuHc5XYP0xO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:16:49.227Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:16:49.227Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_KVbquXOlySuHc5XYP0xO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:16:49.228Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:16:49.228Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_KVbquXOlySuHc5XYP0xO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:16:49.228Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:16:49.229Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_KVbquXOlySuHc5XYP0xO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:16:49.229Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_KVbquXOlySuHc5XYP0xO Description:catalog service description Model UUID:9d2012b7-3640-4c3c-9c72-acc7e528d9a7 Model Version:NULL Model InvariantUuid:2b37ea39-1ddf-4f03-92b4-718218629c1c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T07:16:49.270Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: a1cfa753-ad87-412a-b0a6-2259a636d0f6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:16:49.290Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||pNF a10f5aac-2e8e 0 2022-06-14T07:16:49.290Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a1cfa753-ad87-412a-b0a6-2259a636d0f6 2022-06-14T07:16:49.290Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9d2012b7-3640-4c3c-9c72-acc7e528d9a7 2022-06-14T07:16:49.291Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9d2012b7-3640-4c3c-9c72-acc7e528d9a7 2022-06-14T07:16:49.291Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a10f5aac-2e8e 0 a1cfa753-ad87-412a-b0a6-2259a636d0f6 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:16:49.308Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f9cd7c8, org.onap.sdc.toscaparser.api.parameters.Input@5db97838, org.onap.sdc.toscaparser.api.parameters.Input@2e623c5e, org.onap.sdc.toscaparser.api.parameters.Input@4b5de267, org.onap.sdc.toscaparser.api.parameters.Input@2364e53] 2022-06-14T07:16:49.309Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:16:49.310Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_KVbquXOlySuHc5XYP0xO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:16:49.311Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9d2012b7-3640-4c3c-9c72-acc7e528d9a7: pNF a10f5aac-2e8e 2022-06-14T07:16:49.311Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||Processing PNF resource: a1cfa753-ad87-412a-b0a6-2259a636d0f6 2022-06-14T07:16:49.312Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:16:49.313Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_KVbquXOlySuHc5XYP0xO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:16:49.313Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||Resource customization UUID: 805185f0-ef12-4bb9-bd78-8104e295b959 is the same as notified resource customizationUUID: 805185f0-ef12-4bb9-bd78-8104e295b959 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-14T07:16:49.442Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a10f5aac-2e8e a1cfa753-ad87-412a-b0a6-2259a636d0f6 0 ASDC deployResourceStructure 2022-06-14T07:16:49.443Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar ASDC sendASDCNotification 2022-06-14T07:16:49.443Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar 2022-06-14T07:16:49.443Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:16:49.444Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:16:49.447Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:16:49.448Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191009443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:16:49.547Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:16:49.549Z||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-06-14T07:16:49.549Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:16:49.567Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:16:49.568Z||pool-146-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:16:50.449Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:16:50.463Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:16:50.467Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:16:50.467Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:16:50.467Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:16:50.467Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:17:20.468Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:17:20.483Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:17:20.494Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:17:20.494Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:17:20.494Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:17:20.494Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:17:46.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:17:46.323Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:17:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:17:46.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:17:46.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "cds", "timestamp": 1655190878980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "clamp", "timestamp": 1655190883607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190869823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "policy-id", "timestamp": 1655190878754, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "cds", "timestamp": 1655190878980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "clamp", "timestamp": 1655190883607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190869823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "policy-id", "timestamp": 1655190878754, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "cds", "timestamp": 1655190878980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "clamp", "timestamp": 1655190883607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190869823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "policy-id", "timestamp": 1655190878754, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "cds", "timestamp": 1655190878980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:17:46.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "clamp", "timestamp": 1655190883607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190889714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:17:46.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:17:46.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "clamp", "timestamp": 1655190883607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "policy-id", "timestamp": 1655190890401, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:17:46.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:17:46.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "cds", "timestamp": 1655190889879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:17:46.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:17:46.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "policy-id", "timestamp": 1655190891406, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:17:46.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:17:46.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "clamp", "timestamp": 1655190883607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190890909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:17:46.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:17:46.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "clamp", "timestamp": 1655190883607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "policy-id", "timestamp": 1655190892410, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:17:46.526Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b626f68-b224-441e-95dc-93e058e2e54c 2022-06-14T07:17:46.527Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b626f68-b224-441e-95dc-93e058e2e54c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:17:46.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190892014, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:17:46.550Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:17:46.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "clamp", "timestamp": 1655190883607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:17:46.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "cds", "timestamp": 1655190892965, "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=? 2022-06-14T07:17:46.562Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2b626f68-b224-441e-95dc-93e058e2e54c 2022-06-14T07:17:46.563Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b626f68-b224-441e-95dc-93e058e2e54c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:17:46.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190893115, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-14T07:17:46.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:17:46.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "aai-ml", "timestamp": 1655190893828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190894176, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:17:46.593Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b626f68-b224-441e-95dc-93e058e2e54c 2022-06-14T07:17:46.594Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b626f68-b224-441e-95dc-93e058e2e54c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-14T07:17:46.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "aai-ml", "timestamp": 1655190893828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "multicloud-k8s-id", "timestamp": 1655190895180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:17:46.631Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:17:46.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "aai-ml", "timestamp": 1655190893828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "aai-ml", "timestamp": 1655190893828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "aai-ml", "timestamp": 1655190893828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "aai-ml", "timestamp": 1655190893828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "aai-ml", "timestamp": 1655190893828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "aai-ml", "timestamp": 1655190893828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "aai-ml", "timestamp": 1655190893828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:17:46.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "clamp", "timestamp": 1655190903000, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:17:46.637Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:17:46.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "aai-ml", "timestamp": 1655190893828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:17:46.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:17:46.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "aai-ml", "timestamp": 1655190904752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:17:46.641Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:17:46.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "clamp", "timestamp": 1655190910022, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:17:46.641Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:17:46.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "clamp", "timestamp": 1655190911027, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:17:46.650Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2b626f68-b224-441e-95dc-93e058e2e54c 2022-06-14T07:17:46.652Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b626f68-b224-441e-95dc-93e058e2e54c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:17:46.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "aai-ml", "timestamp": 1655190918479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:17:46.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:17:46.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:17:46.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "aai-ml", "timestamp": 1655190919484, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:17:46.678Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2b626f68-b224-441e-95dc-93e058e2e54c 2022-06-14T07:17:46.679Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b626f68-b224-441e-95dc-93e058e2e54c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:17:50.495Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:17:50.549Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:17:50.553Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:17:50.554Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:17:50.554Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:17:50.555Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:18:20.557Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:18:20.603Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:18:20.607Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:18:20.607Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:18:20.608Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:18:20.609Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:18:46.321Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:18:46.323Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:18:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:18:46.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:18:46.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:18:46.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd17fd79-d02f-4f9e-b26d-d6ab6d3aa74f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190996403, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:18:46.590Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:18:46.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:18:46.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:18:46.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:18:46.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:18:46.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:18:46.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:18:46.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:18:46.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:18:46.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:18:46.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:18:46.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:18:46.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:18:46.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:18:46.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:18:46.620Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:18:46.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:18:46.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/resourceInstances/pnfa10f5aac2e8e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:18:46.620Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:18:46.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:18:46.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:18:46.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:18:46.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:18:46.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:18:46.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:18:46.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:18:46.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191005978, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:18:46.652Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:18:50.613Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:18:50.634Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:18:50.636Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:18:50.636Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:18:50.636Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:18:50.637Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:19:20.639Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:19:20.673Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:19:20.681Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:19:20.682Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:19:20.682Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:19:20.683Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:19:46.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:19:46.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:19:46.340Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:19:46.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:19:46.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:19:46.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191009443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKvbquxolysuhc5xyp0xo/1.0/artifacts/service-DemoPnfKvbquxolysuhc5xyp0xo-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:19:46.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:19:50.683Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:19:50.709Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:19:50.713Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:19:50.714Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:19:50.714Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:19:50.714Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:20:20.715Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:20:20.725Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:20:20.727Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:20:20.728Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:20:20.728Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:20:20.728Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:20:46.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:20:46.343Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:20:46.344Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:20:46.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:20:46.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "cds", "timestamp": 1655191088980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "multicloud-k8s-id", "timestamp": 1655191089823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "clamp", "timestamp": 1655191093607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "cds", "timestamp": 1655191088980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "multicloud-k8s-id", "timestamp": 1655191089823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:20:46.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "clamp", "timestamp": 1655191093607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:20:46.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "cds", "timestamp": 1655191088980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "multicloud-k8s-id", "timestamp": 1655191089823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-14T07:20:46.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "clamp", "timestamp": 1655191093607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "policy-id", "timestamp": 1655191098754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "multicloud-k8s-id", "timestamp": 1655191089823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "cds", "timestamp": 1655191088980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "clamp", "timestamp": 1655191093607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "policy-id", "timestamp": 1655191098754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "cds", "timestamp": 1655191088980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "multicloud-k8s-id", "timestamp": 1655191089823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-14T07:20:46.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "clamp", "timestamp": 1655191093607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "policy-id", "timestamp": 1655191098754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-14T07:20:46.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "cds", "timestamp": 1655191088980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "multicloud-k8s-id", "timestamp": 1655191089823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "clamp", "timestamp": 1655191093607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "policy-id", "timestamp": 1655191098754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "cds", "timestamp": 1655191088980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "multicloud-k8s-id", "timestamp": 1655191089823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "clamp", "timestamp": 1655191093607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "policy-id", "timestamp": 1655191098754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "cds", "timestamp": 1655191088980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:20:46.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "multicloud-k8s-id", "timestamp": 1655191089823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:20:46.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "clamp", "timestamp": 1655191093607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:20:46.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "policy-id", "timestamp": 1655191098754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "aai-ml", "timestamp": 1655191103828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "policy-id", "timestamp": 1655191098754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "multicloud-k8s-id", "timestamp": 1655191104994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:20:46.573Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:20:46.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "cds", "timestamp": 1655191105057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:20:46.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:20:46.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "aai-ml", "timestamp": 1655191103828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "policy-id", "timestamp": 1655191098754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:20:46.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "aai-ml", "timestamp": 1655191103828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "multicloud-k8s-id", "timestamp": 1655191106095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:20:46.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:20:46.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "cds", "timestamp": 1655191106386, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:20:46.644Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b7ee9f4-fa46-4684-9693-fa988736685e 2022-06-14T07:20:46.655Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b7ee9f4-fa46-4684-9693-fa988736685e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:20:46.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "policy-id", "timestamp": 1655191107509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:20:46.680Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:20:46.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "aai-ml", "timestamp": 1655191103828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "multicloud-k8s-id", "timestamp": 1655191107149, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:20:46.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:20:46.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "policy-id", "timestamp": 1655191108515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:20:46.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:20:46.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "aai-ml", "timestamp": 1655191103828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "multicloud-k8s-id", "timestamp": 1655191108180, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:20:46.712Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b7ee9f4-fa46-4684-9693-fa988736685e 2022-06-14T07:20:46.712Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b7ee9f4-fa46-4684-9693-fa988736685e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:20:46.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "policy-id", "timestamp": 1655191109519, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:20:46.731Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b7ee9f4-fa46-4684-9693-fa988736685e 2022-06-14T07:20:46.732Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b7ee9f4-fa46-4684-9693-fa988736685e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-14T07:20:46.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "aai-ml", "timestamp": 1655191103828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "multicloud-k8s-id", "timestamp": 1655191109183, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:20:46.745Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:20:46.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "aai-ml", "timestamp": 1655191103828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:20:46.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "clamp", "timestamp": 1655191111090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:20:46.747Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:20:46.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "aai-ml", "timestamp": 1655191103828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:20:46.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:20:46.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "aai-ml", "timestamp": 1655191112643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:20:46.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:20:46.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "clamp", "timestamp": 1655191114095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:20:46.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:20:46.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:20:46.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "clamp", "timestamp": 1655191115102, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:20:46.754Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b7ee9f4-fa46-4684-9693-fa988736685e 2022-06-14T07:20:46.754Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b7ee9f4-fa46-4684-9693-fa988736685e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:20:50.729Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:20:50.739Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:20:50.742Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:20:50.742Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:20:50.743Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:20:50.743Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:21:20.744Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:21:20.760Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:21:20.763Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:21:20.763Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:21:20.763Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:21:20.763Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:21:46.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:21:46.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:21:46.340Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:21:46.475Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:21:46.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:21:46.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "aai-ml", "timestamp": 1655191126317, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:21:46.477Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:21:46.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:21:46.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b7ee9f4-fa46-4684-9693-fa988736685e", "consumerID": "aai-ml", "timestamp": 1655191127320, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:21:46.486Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b7ee9f4-fa46-4684-9693-fa988736685e 2022-06-14T07:21:46.486Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b7ee9f4-fa46-4684-9693-fa988736685e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:21:50.764Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T07:21:50.765Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T07:21:50.781Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a09ea6a3-0321-43e5-b133-1f60b10bccb6 and serviceModelVersionId: 9d2012b7-3640-4c3c-9c72-acc7e528d9a7 2022-06-14T07:21:50.782Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b37ea39-1ddf-4f03-92b4-718218629c1c 2022-06-14T07:21:50.786Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b37ea39-1ddf-4f03-92b4-718218629c1c/model-vers/model-ver/9d2012b7-3640-4c3c-9c72-acc7e528d9a7?depth=0 2022-06-14T07:21:50.802Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T07:21:50.879Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b37ea39-1ddf-4f03-92b4-718218629c1c/model-vers/model-ver/9d2012b7-3640-4c3c-9c72-acc7e528d9a7?depth=0|INFO|500||Invoke 2022-06-14T07:21:50.880Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b37ea39-1ddf-4f03-92b4-718218629c1c/model-vers/model-ver/9d2012b7-3640-4c3c-9c72-acc7e528d9a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b37ea39-1ddf-4f03-92b4-718218629c1c/model-vers/model-ver/9d2012b7-3640-4c3c-9c72-acc7e528d9a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a09ea6a3-0321-43e5-b133-1f60b10bccb6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df7d1a04-1091-48b3-ba8e-f9d0472e1b91], X-ECOMP-RequestID=[a09ea6a3-0321-43e5-b133-1f60b10bccb6], X-TransactionId=[], X-ONAP-RequestID=[a09ea6a3-0321-43e5-b133-1f60b10bccb6], Content-Type=[application/merge-patch+json]} 2022-06-14T07:21:50.925Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b37ea39-1ddf-4f03-92b4-718218629c1c/model-vers/model-ver/9d2012b7-3640-4c3c-9c72-acc7e528d9a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T07:21:51.091Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b37ea39-1ddf-4f03-92b4-718218629c1c/model-vers/model-ver/9d2012b7-3640-4c3c-9c72-acc7e528d9a7?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/2b37ea39-1ddf-4f03-92b4-718218629c1c/model-vers/model-ver/9d2012b7-3640-4c3c-9c72-acc7e528d9a7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220614-07:21:50:976-66935], vertex-id=[274464], Content-Length=[0], Date=[Tue, 14 Jun 2022 07:21:50 GMT], Content-Type=[application/json]} 2022-06-14T07:21:51.092Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b37ea39-1ddf-4f03-92b4-718218629c1c/model-vers/model-ver/9d2012b7-3640-4c3c-9c72-acc7e528d9a7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-14T07:21:51.093Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b37ea39-1ddf-4f03-92b4-718218629c1c/model-vers/model-ver/9d2012b7-3640-4c3c-9c72-acc7e528d9a7?depth=0|INFO|500||InvokeReturn 2022-06-14T07:21:51.099Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T07:21:51.099Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:21:51.114Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T07:21:51.115Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a09ea6a3-0321-43e5-b133-1f60b10bccb6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T07:21:51.116Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T07:21:51.117Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:21:51.123Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:21:51.123Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191311116, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:21:51.223Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:21:51.224Z||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-06-14T07:21:51.225Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:21:51.245Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:21:51.246Z||pool-147-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:21:52.140Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T07:21:52.143Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"cc078f05-029d-4b3f-87d9-08710e067dbb","serviceName":"Demo_pNF_8haNRKC7ve23d2w94wtb","serviceVersion":"1.0","serviceUUID":"37b4dd72-4fa3-4ccd-93b9-734780a0b37f","serviceDescription":"catalog service description","serviceInvariantUUID":"5a23e351-c2bf-4b08-8f82-e0a08862f4f0","resources":[{"resourceInstanceName":"pNF 02726db6-cf11 0","resourceName":"pNF 02726db6-cf11","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2c329d27-c7f9-48e5-a52b-1b600efc4948","resourceInvariantUUID":"1b4bb674-20d5-47bb-827d-0c80ecacdf76","resourceCustomizationUUID":"39680129-da88-4a74-8432-082008aafc5d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vf-license-model.xml","artifactChecksum":"Y2I2MmJmMzBiYzQ4YjE5YzgwZGRhMDFjYmIyYmI3MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4d7dff25-01cf-4668-b1cb-437f49a07e7f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/pNF.csar","artifactChecksum":"YjEyYTY2Mzg1MTFkZWFmODU3MTdhZjYyMmM3Yjc3ZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3be37a74-babb-431c-8182-40bb1679bda5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d67c07f-8368-4007-8e75-7ea65a356a97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vendor-license-model.xml","artifactChecksum":"ZTA2ZDBmNjZlZTM5NGU2ZTcwNTJmMDk1YzM4ODc4ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b0446c63-1213-4656-a1c7-5beffb9e920a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6798502b-f3a0-4e9a-be9c-bb9abd5cfd44","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da5ed1cf-f5e8-46a2-b461-4b21d61ce206","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8hanrkc7ve23d2w94wtb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-template.yml","artifactChecksum":"MjUzZmEzZmEzZWEwYmQ1NWNhNDM3OTdmM2EzNjQ0OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"61026bd6-ce67-45e5-8bd5-9b5396f9f003","artifactVersion":"1"},{"artifactName":"service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar","artifactChecksum":"YzNiZjgxZTczNTE4MzAxOTY1NjAwMmU1MmU5MTc0ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5de6150e-036f-419f-95a8-c4323ab666c7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T07:21:52.144Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:21:52.145Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:21:52.151Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:21:52.151Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:21:52.251Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:21:52.252Z||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-06-14T07:21:52.252Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:21:52.276Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:21:52.277Z||pool-148-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:21:53.152Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:21:53.154Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:21:53.157Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:21:53.158Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:21:53.258Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:21:53.259Z||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-06-14T07:21:53.259Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:21:53.300Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:21:53.301Z||pool-149-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:21:54.160Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:21:54.162Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:21:54.165Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:21:54.166Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:21:54.269Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-14T07:21:54.270Z||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-06-14T07:21:54.270Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:21:54.298Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:21:54.299Z||pool-150-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:21:55.167Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:21:55.167Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:21:55.173Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:21:55.174Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:21:55.273Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T07:21:55.274Z||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-06-14T07:21:55.274Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:21:55.317Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:21:55.318Z||pool-151-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:21:56.174Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:21:56.175Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:21:56.191Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:21:56.191Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:21:56.287Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-14T07:21:56.288Z||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-06-14T07:21:56.288Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:21:56.321Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:21:56.322Z||pool-152-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:21:57.192Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:21:57.193Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:21:57.200Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:21:57.201Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:21:57.300Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:21:57.303Z||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-06-14T07:21:57.303Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:21:57.323Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:21:57.324Z||pool-153-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:21:58.203Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:21:58.203Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:21:58.207Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:21:58.208Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:21:58.308Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:21:58.309Z||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-06-14T07:21:58.310Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:21:58.338Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:21:58.339Z||pool-154-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:21:59.209Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:21:59.210Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:21:59.212Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:21:59.213Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:21:59.315Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T07:21:59.316Z||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-06-14T07:21:59.316Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:21:59.349Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:21:59.350Z||pool-155-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:22:00.216Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "serviceName": "Demo_pNF_8haNRKC7ve23d2w94wtb", "serviceVersion": "1.0", "serviceUUID": "37b4dd72-4fa3-4ccd-93b9-734780a0b37f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5a23e351-c2bf-4b08-8f82-e0a08862f4f0", "resources": [ { "resourceInstanceName": "pNF 02726db6-cf11 0", "resourceCustomizationUUID": "39680129-da88-4a74-8432-082008aafc5d", "resourceName": "pNF 02726db6-cf11", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2c329d27-c7f9-48e5-a52b-1b600efc4948", "resourceInvariantUUID": "1b4bb674-20d5-47bb-827d-0c80ecacdf76", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "artifactChecksum": "YzNiZjgxZTczNTE4MzAxOTY1NjAwMmU1MmU5MTc0ZTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5de6150e-036f-419f-95a8-c4323ab666c7" } ], "workloadContext": "Production" } 2022-06-14T07:22:00.216Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T07:22:00.217Z|a09ea6a3-0321-43e5-b133-1f60b10bccb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 37b4dd72-4fa3-4ccd-93b9-734780a0b37f ASDC 2022-06-14T07:22:00.218Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:cc078f05-029d-4b3f-87d9-08710e067dbb ServiceName:Demo_pNF_8haNRKC7ve23d2w94wtb ServiceVersion:1.0 ServiceUUID:37b4dd72-4fa3-4ccd-93b9-734780a0b37f ServiceInvariantUUID:5a23e351-c2bf-4b08-8f82-e0a08862f4f0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar ArtifactUUID:5de6150e-036f-419f-95a8-c4323ab666c7 ArtifactChecksum:YzNiZjgxZTczNTE4MzAxOTY1NjAwMmU1MmU5MTc0ZTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 02726db6-cf11 0 ResourceCustomizationUUID:39680129-da88-4a74-8432-082008aafc5d ResourceInvariantUUID:1b4bb674-20d5-47bb-827d-0c80ecacdf76 ResourceName:pNF 02726db6-cf11 ResourceType:PNF ResourceUUID:2c329d27-c7f9-48e5-a52b-1b600efc4948 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-14T07:22:00.219Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37b4dd72-4fa3-4ccd-93b9-734780a0b37f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:22:00.280Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:22:00.281Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:22:00.281Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:22:00.282Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5de6150e-036f-419f-95a8-c4323ab666c7 from URL: /sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:00.282Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:22:00.282Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:00.482Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:22:00.491Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 5de6150e-036f-419f-95a8-c4323ab666c7 82641 2022-06-14T07:22:00.491Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar ASDC sendASDCNotification 2022-06-14T07:22:00.491Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:00.491Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:22:00.492Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:22:00.500Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:22:00.500Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191320491, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:22:00.606Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-14T07:22:00.607Z||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-06-14T07:22:00.608Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:22:00.703Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:22:00.704Z||pool-156-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:22:01.511Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:22:01.516Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:22:01.517Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5de6150e-036f-419f-95a8-c4323ab666c7, URL: /sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar to file: /app/ASDC/1/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:01.517Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:01.518Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:01.518Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:01.817Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11160172052545904469/Definitions/service-DemoPnf8hanrkc7ve23d2w94wtb-template.yml 2022-06-14T07:22:03.708Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T07:22:03.709Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:22:03.710Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:03.710Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-14T07:22:03.710Z|cc078f05-029d-4b3f-87d9-08710e067dbb|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-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:03.710Z|cc078f05-029d-4b3f-87d9-08710e067dbb|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-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:03.710Z|cc078f05-029d-4b3f-87d9-08710e067dbb|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-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:03.711Z|cc078f05-029d-4b3f-87d9-08710e067dbb|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-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:03.711Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 02726db6-cf11 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-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:03.711Z|cc078f05-029d-4b3f-87d9-08710e067dbb|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-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:03.711Z|cc078f05-029d-4b3f-87d9-08710e067dbb|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-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:03.711Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:22:03.712Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:22:03.712Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_8haNRKC7ve23d2w94wtb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:22:03.713Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Node template pNF 02726db6-cf11 0 is matching search criteria 2022-06-14T07:22:03.713Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:22:03.713Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 02726db6-cf11 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:22:03.713Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:22:03.714Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_8haNRKC7ve23d2w94wtb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:22:03.714Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Node template pNF 02726db6-cf11 0 is matching search criteria 2022-06-14T07:22:03.714Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:22:03.714Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 02726db6-cf11 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:22:03.714Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:22:03.714Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_8haNRKC7ve23d2w94wtb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:22:03.715Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:22:03.715Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_8haNRKC7ve23d2w94wtb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:22:03.715Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:22:03.715Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_8haNRKC7ve23d2w94wtb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:22:03.715Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:22:03.715Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_8haNRKC7ve23d2w94wtb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:22:03.716Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:22:03.716Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_8haNRKC7ve23d2w94wtb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:22:03.716Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_8haNRKC7ve23d2w94wtb Description:catalog service description Model UUID:37b4dd72-4fa3-4ccd-93b9-734780a0b37f Model Version:NULL Model InvariantUuid:5a23e351-c2bf-4b08-8f82-e0a08862f4f0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T07:22:03.734Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2c329d27-c7f9-48e5-a52b-1b600efc4948 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:22:03.739Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||pNF 02726db6-cf11 0 2022-06-14T07:22:03.739Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2c329d27-c7f9-48e5-a52b-1b600efc4948 2022-06-14T07:22:03.740Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 37b4dd72-4fa3-4ccd-93b9-734780a0b37f 2022-06-14T07:22:03.740Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 37b4dd72-4fa3-4ccd-93b9-734780a0b37f 2022-06-14T07:22:03.740Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 02726db6-cf11 0 2c329d27-c7f9-48e5-a52b-1b600efc4948 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:22:03.753Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@723562ee, org.onap.sdc.toscaparser.api.parameters.Input@5ec343c3, org.onap.sdc.toscaparser.api.parameters.Input@20f2064a, org.onap.sdc.toscaparser.api.parameters.Input@8d4c332, org.onap.sdc.toscaparser.api.parameters.Input@51aff2d4] 2022-06-14T07:22:03.753Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:22:03.754Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_8haNRKC7ve23d2w94wtb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:22:03.754Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 37b4dd72-4fa3-4ccd-93b9-734780a0b37f: pNF 02726db6-cf11 2022-06-14T07:22:03.755Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||Processing PNF resource: 2c329d27-c7f9-48e5-a52b-1b600efc4948 2022-06-14T07:22:03.755Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:22:03.755Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_8haNRKC7ve23d2w94wtb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:22:03.755Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||Resource customization UUID: 39680129-da88-4a74-8432-082008aafc5d is the same as notified resource customizationUUID: 39680129-da88-4a74-8432-082008aafc5d Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-14T07:22:03.862Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 02726db6-cf11 2c329d27-c7f9-48e5-a52b-1b600efc4948 0 ASDC deployResourceStructure 2022-06-14T07:22:03.863Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar ASDC sendASDCNotification 2022-06-14T07:22:03.863Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar 2022-06-14T07:22:03.863Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:22:03.864Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:22:03.869Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:22:03.869Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191323863, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:22:03.979Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2022-06-14T07:22:03.980Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:22:03.981Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:22:04.087Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:22:04.088Z||pool-157-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:22:04.870Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:22:04.905Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:22:04.910Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:22:04.911Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:22:04.911Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:22:04.911Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:22:34.912Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:22:34.927Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:22:34.931Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:22:34.931Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:22:34.931Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:22:34.931Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:22:46.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:22:46.324Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:22:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:22:46.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:22:46.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "cds", "timestamp": 1655191223980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "aai-ml", "timestamp": 1655191223828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "policy-id", "timestamp": 1655191218754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "cds", "timestamp": 1655191223980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vfw9e6cc89eb1ff0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "aai-ml", "timestamp": 1655191223828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vfw9e6cc89eb1ff0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "policy-id", "timestamp": 1655191218754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vfw9e6cc89eb1ff0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "cds", "timestamp": 1655191223980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "aai-ml", "timestamp": 1655191223828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "policy-id", "timestamp": 1655191218754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T07:22:46.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "cds", "timestamp": 1655191223980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "aai-ml", "timestamp": 1655191223828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "policy-id", "timestamp": 1655191218754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "cds", "timestamp": 1655191223980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "policy-id", "timestamp": 1655191218754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "aai-ml", "timestamp": 1655191223828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "multicloud-k8s-id", "timestamp": 1655191229823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "aai-ml", "timestamp": 1655191223828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "cds", "timestamp": 1655191223980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "policy-id", "timestamp": 1655191218754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "multicloud-k8s-id", "timestamp": 1655191229823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vfw9e6cc89eb1ff0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:22:46.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "cds", "timestamp": 1655191223980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:22:46.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "aai-ml", "timestamp": 1655191223828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:22:46.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "policy-id", "timestamp": 1655191218754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:22:46.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "multicloud-k8s-id", "timestamp": 1655191229823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T07:22:46.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "aai-ml", "timestamp": 1655191233563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:22:46.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:22:46.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "cds", "timestamp": 1655191233130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:22:46.429Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:22:46.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "policy-id", "timestamp": 1655191233880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:22:46.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:22:46.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "multicloud-k8s-id", "timestamp": 1655191229823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "cds", "timestamp": 1655191234139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:22:46.466Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a6aba28-1772-4afe-87a0-85b51265f039 2022-06-14T07:22:46.467Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a6aba28-1772-4afe-87a0-85b51265f039 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:22:46.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "policy-id", "timestamp": 1655191234887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:22:46.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:22:46.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "multicloud-k8s-id", "timestamp": 1655191229823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T07:22:46.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "policy-id", "timestamp": 1655191235908, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:22:46.513Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a6aba28-1772-4afe-87a0-85b51265f039 2022-06-14T07:22:46.514Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a6aba28-1772-4afe-87a0-85b51265f039 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:22:46.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "multicloud-k8s-id", "timestamp": 1655191229823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "multicloud-k8s-id", "timestamp": 1655191229823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:22:46.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "multicloud-k8s-id", "timestamp": 1655191237773, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vfw9e6cc89eb1ff0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:22:46.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:22:46.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "multicloud-k8s-id", "timestamp": 1655191238879, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:22:46.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:22:46.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "multicloud-k8s-id", "timestamp": 1655191239989, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:22:46.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:22:46.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "multicloud-k8s-id", "timestamp": 1655191241020, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:22:46.543Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a6aba28-1772-4afe-87a0-85b51265f039 2022-06-14T07:22:46.543Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a6aba28-1772-4afe-87a0-85b51265f039 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-14T07:22:46.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "multicloud-k8s-id", "timestamp": 1655191242024, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vfw9e6cc89eb1ff0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:22:46.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:22:46.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "clamp", "timestamp": 1655191243607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:22:46.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:22:46.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:22:46.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "clamp", "timestamp": 1655191243607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vfw9e6cc89eb1ff0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:22:46.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:23:04.932Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:23:04.953Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:23:04.955Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:23:04.956Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:23:04.956Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:23:04.956Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:23:34.959Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:23:35.008Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:23:35.015Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:23:35.016Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:23:35.016Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:23:35.016Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:23:46.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:23:46.324Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:23:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:23:46.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:23:46.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:23:46.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "clamp", "timestamp": 1655191243607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:23:46.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:23:46.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:23:46.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "clamp", "timestamp": 1655191243607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:23:46.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:23:46.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:23:46.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "clamp", "timestamp": 1655191243607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/resourceInstances/vfw9e6cc89eb1ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:23:46.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:23:46.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:23:46.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "clamp", "timestamp": 1655191243607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:23:46.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:23:46.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:23:46.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "clamp", "timestamp": 1655191243607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:23:46.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:23:46.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:23:46.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "aai-ml", "timestamp": 1655191254816, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:23:46.471Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:23:46.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:23:46.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "aai-ml", "timestamp": 1655191255821, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:23:46.483Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4a6aba28-1772-4afe-87a0-85b51265f039 2022-06-14T07:23:46.483Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a6aba28-1772-4afe-87a0-85b51265f039 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:23:46.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:23:46.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "clamp", "timestamp": 1655191260200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:23:46.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:23:46.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:23:46.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "clamp", "timestamp": 1655191263211, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614071914/1.0/artifacts/service-Vfw20220614071914-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:23:46.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:23:46.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:23:46.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6aba28-1772-4afe-87a0-85b51265f039", "consumerID": "clamp", "timestamp": 1655191264215, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:23:46.519Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4a6aba28-1772-4afe-87a0-85b51265f039 2022-06-14T07:23:46.519Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a6aba28-1772-4afe-87a0-85b51265f039 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:24:05.019Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:24:05.044Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:24:05.050Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:24:05.051Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:24:05.052Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:24:05.052Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:24:35.063Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:24:35.097Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:24:35.100Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:24:35.101Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:24:35.101Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:24:35.101Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:24:46.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:24:46.326Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:24:46.326Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:24:46.904Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:24:46.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a09ea6a3-0321-43e5-b133-1f60b10bccb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191311116, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:24:46.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:24:46.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/resourceInstances/pnf02726db6cf110/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:24:46.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191320491, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:24:46.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:24:46.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191323863, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8hanrkc7ve23d2w94wtb/1.0/artifacts/service-DemoPnf8hanrkc7ve23d2w94wtb-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:24:46.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:24:46.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "cds", "timestamp": 1655191328980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "multicloud-k8s-id", "timestamp": 1655191329823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "cds", "timestamp": 1655191328980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "multicloud-k8s-id", "timestamp": 1655191329823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "cds", "timestamp": 1655191328980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "multicloud-k8s-id", "timestamp": 1655191329823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "cds", "timestamp": 1655191328980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "multicloud-k8s-id", "timestamp": 1655191329823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "clamp", "timestamp": 1655191333607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "cds", "timestamp": 1655191328980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "multicloud-k8s-id", "timestamp": 1655191329823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "clamp", "timestamp": 1655191333607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "cds", "timestamp": 1655191328980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "multicloud-k8s-id", "timestamp": 1655191329823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "clamp", "timestamp": 1655191333607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "cds", "timestamp": 1655191328980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "multicloud-k8s-id", "timestamp": 1655191329823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "clamp", "timestamp": 1655191333607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "cds", "timestamp": 1655191328980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:24:46.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "multicloud-k8s-id", "timestamp": 1655191329823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:24:46.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "clamp", "timestamp": 1655191333607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "cds", "timestamp": 1655191337884, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:24:46.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:24:46.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "clamp", "timestamp": 1655191333607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "policy-id", "timestamp": 1655191338754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:46.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:46.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:46.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "cds", "timestamp": 1655191338892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:24:46.976Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e487f96-7cc3-488d-836c-6fd339dbc243 2022-06-14T07:24:46.977Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e487f96-7cc3-488d-836c-6fd339dbc243 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:24:47.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "clamp", "timestamp": 1655191333607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:47.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "policy-id", "timestamp": 1655191338754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:47.003Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "clamp", "timestamp": 1655191333607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:24:47.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "policy-id", "timestamp": 1655191338754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:47.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "policy-id", "timestamp": 1655191338754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:47.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "policy-id", "timestamp": 1655191338754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:47.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "policy-id", "timestamp": 1655191338754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:47.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "aai-ml", "timestamp": 1655191343828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:47.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "policy-id", "timestamp": 1655191338754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:47.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "aai-ml", "timestamp": 1655191343828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:47.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "policy-id", "timestamp": 1655191338754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:24:47.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "aai-ml", "timestamp": 1655191343828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:47.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "policy-id", "timestamp": 1655191347499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:24:47.012Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:24:47.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "aai-ml", "timestamp": 1655191343828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:47.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "policy-id", "timestamp": 1655191348504, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:24:47.013Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:24:47.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "aai-ml", "timestamp": 1655191343828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:47.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "policy-id", "timestamp": 1655191349507, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:24:47.020Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e487f96-7cc3-488d-836c-6fd339dbc243 2022-06-14T07:24:47.021Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e487f96-7cc3-488d-836c-6fd339dbc243 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:24:47.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "aai-ml", "timestamp": 1655191343828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/resourceInstances/pnf0d04b26ab82b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:47.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "aai-ml", "timestamp": 1655191343828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:24:47.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "clamp", "timestamp": 1655191351321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:24:47.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:24:47.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "aai-ml", "timestamp": 1655191343828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:24:47.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:24:47.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "aai-ml", "timestamp": 1655191352564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:24:47.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:24:47.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "clamp", "timestamp": 1655191353256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:24:47.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:24:47.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "clamp", "timestamp": 1655191354260, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:24:47.053Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1e487f96-7cc3-488d-836c-6fd339dbc243 2022-06-14T07:24:47.053Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e487f96-7cc3-488d-836c-6fd339dbc243 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:24:47.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "aai-ml", "timestamp": 1655191361817, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFyeb4ea7rlt4lj4qz8ak/1.0/artifacts/service-DemoPnfFyeb4ea7rlt4lj4qz8ak-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:24:47.064Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:24:47.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:24:47.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e487f96-7cc3-488d-836c-6fd339dbc243", "consumerID": "aai-ml", "timestamp": 1655191362821, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:24:47.072Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e487f96-7cc3-488d-836c-6fd339dbc243 2022-06-14T07:24:47.072Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e487f96-7cc3-488d-836c-6fd339dbc243 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:25:05.102Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:25:05.115Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:25:05.122Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:25:05.122Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:25:05.123Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:25:05.123Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:25:35.123Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:25:35.137Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:25:35.139Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:25:35.140Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:25:35.140Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:25:35.144Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:25:46.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:25:46.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:25:46.325Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:25:55.916Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:26:05.145Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:26:05.187Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:26:05.192Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:26:05.194Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:26:05.194Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:26:05.197Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:26:35.198Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:26:35.229Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:26:35.232Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:26:35.233Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:26:35.233Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:26:35.233Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:26:46.321Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:26:46.322Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:26:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:26:55.918Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:05.234Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T07:27:05.235Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cc078f05-029d-4b3f-87d9-08710e067dbb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T07:27:05.269Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cc078f05-029d-4b3f-87d9-08710e067dbb and serviceModelVersionId: 37b4dd72-4fa3-4ccd-93b9-734780a0b37f 2022-06-14T07:27:05.269Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a23e351-c2bf-4b08-8f82-e0a08862f4f0 2022-06-14T07:27:05.272Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a23e351-c2bf-4b08-8f82-e0a08862f4f0/model-vers/model-ver/37b4dd72-4fa3-4ccd-93b9-734780a0b37f?depth=0 2022-06-14T07:27:05.282Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T07:27:05.438Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a23e351-c2bf-4b08-8f82-e0a08862f4f0/model-vers/model-ver/37b4dd72-4fa3-4ccd-93b9-734780a0b37f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-14T07:27:05.444Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a23e351-c2bf-4b08-8f82-e0a08862f4f0/model-vers/model-ver/37b4dd72-4fa3-4ccd-93b9-734780a0b37f?depth=0|INFO|500||Invoke 2022-06-14T07:27:05.509Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a23e351-c2bf-4b08-8f82-e0a08862f4f0/model-vers/model-ver/37b4dd72-4fa3-4ccd-93b9-734780a0b37f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T07:27:05.768Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a23e351-c2bf-4b08-8f82-e0a08862f4f0/model-vers/model-ver/37b4dd72-4fa3-4ccd-93b9-734780a0b37f?depth=0|INFO|500||InvokeReturn 2022-06-14T07:27:05.769Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a23e351-c2bf-4b08-8f82-e0a08862f4f0/model-vers/model-ver/37b4dd72-4fa3-4ccd-93b9-734780a0b37f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220614-07:27:05:560-28157], vertex-id=[499736], Content-Length=[0], Date=[Tue, 14 Jun 2022 07:27:05 GMT], Content-Type=[application/json]} 2022-06-14T07:27:05.769Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-14T07:27:05.769Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T07:27:05.770Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:27:05.784Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T07:27:05.785Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cc078f05-029d-4b3f-87d9-08710e067dbb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T07:27:05.786Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T07:27:05.787Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:05.796Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:05.797Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191625785, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:27:05.903Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-14T07:27:05.904Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:05.904Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:05.936Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:05.937Z||pool-158-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:27:06.826Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T07:27:06.826Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"88c26453-8e9c-4820-9dde-d5eb8c61b588","serviceName":"vFW 2022-06-14 06-57-42","serviceVersion":"1.0","serviceUUID":"439493dc-428c-46d5-9656-f568a96ab091","serviceDescription":"catalog service description","serviceInvariantUUID":"3552a0c8-8d9e-47bf-b681-b48afc089021","resources":[{"resourceInstanceName":"vFW 935b2c60-ab74 0","resourceName":"vFW 935b2c60-ab74","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b781549b-71d6-4388-a537-1dd2bf49e6a2","resourceInvariantUUID":"adf98dc9-879c-45a1-9d64-efdc25ad7391","resourceCustomizationUUID":"22ccd0a5-8ee2-4d60-ad0b-f94cb3102e61","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vf-license-model.xml","artifactChecksum":"OWY2ZWFhYTk0ODk0ZDdiZWIyNzliNzM5NDBjZDAyNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44745b09-88b4-41f8-9db3-8c333a90216d","artifactVersion":"1"},{"artifactName":"vfw935b2c60ab740_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json","artifactChecksum":"ZTNjNDUyY2Y4ZmVhMzVlNGRkZWQyZTJlYzcwYzBhZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e6a27ed-238c-41c3-9f9b-36643ece0b4a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b111fe7e-f13e-45fc-b1ed-942ddf6b8687","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vendor-license-model.xml","artifactChecksum":"NTQxZTE3MGMwZTlkOGUzYmEwNzhlYTgwMjM4MTczNWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c5d41a5c-844b-47c6-a771-75bccc29bbc0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67108943-ab8d-4fe2-b161-4025e279521b","artifactVersion":"2","generatedFromUUID":"b111fe7e-f13e-45fc-b1ed-942ddf6b8687"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220614065742-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-template.yml","artifactChecksum":"MzFmYmI4MmUzNTJiZDEzNjEwZGU2NjFjODI4MGQxNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1bdab7f7-d4b9-45ea-919e-8ba5350721e9","artifactVersion":"1"},{"artifactName":"service-Vfw20220614065742-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar","artifactChecksum":"YTRmZDQ3ZjU1YTkwM2JmNjJmZGQ4Y2VlMDljNTQxODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"29e5b4db-1247-46e7-87ca-35a396e33e08","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T07:27:06.827Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:27:06.827Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:06.832Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:06.833Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:27:06.935Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T07:27:06.937Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:06.937Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:06.996Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:06.996Z||pool-159-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:27:07.833Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:27:07.835Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:07.839Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:07.839Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json", "status": "NOTIFIED" } 2022-06-14T07:27:07.939Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:27:07.940Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:07.941Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:07.979Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:07.981Z||pool-160-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:27:08.840Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:27:08.841Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:08.844Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:08.844Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T07:27:08.945Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:27:08.947Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:08.947Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:09.025Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:09.028Z||pool-161-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:27:09.846Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:27:09.852Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:09.860Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:09.860Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:27:09.960Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:27:09.961Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:09.961Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:10.014Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:10.016Z||pool-162-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:27:10.866Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:27:10.869Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:10.872Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:10.873Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T07:27:10.973Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:27:10.974Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:10.975Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:10.992Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:10.994Z||pool-163-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:27:11.875Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:27:11.876Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:11.879Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:11.879Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:27:11.980Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:27:11.981Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:11.981Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:12.014Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:12.014Z||pool-164-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:27:12.880Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:27:12.881Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:12.903Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:12.904Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:27:13.003Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:27:13.005Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:13.005Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:13.033Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:13.035Z||pool-165-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:27:13.906Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "serviceName": "vFW 2022-06-14 06-57-42", "serviceVersion": "1.0", "serviceUUID": "439493dc-428c-46d5-9656-f568a96ab091", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3552a0c8-8d9e-47bf-b681-b48afc089021", "resources": [ { "resourceInstanceName": "vFW 935b2c60-ab74 0", "resourceCustomizationUUID": "22ccd0a5-8ee2-4d60-ad0b-f94cb3102e61", "resourceName": "vFW 935b2c60-ab74", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b781549b-71d6-4388-a537-1dd2bf49e6a2", "resourceInvariantUUID": "adf98dc9-879c-45a1-9d64-efdc25ad7391", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw935b2c60ab740_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json", "artifactChecksum": "ZTNjNDUyY2Y4ZmVhMzVlNGRkZWQyZTJlYzcwYzBhZmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9e6a27ed-238c-41c3-9f9b-36643ece0b4a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b111fe7e-f13e-45fc-b1ed-942ddf6b8687", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "67108943-ab8d-4fe2-b161-4025e279521b", "generatedFromUUID": "b111fe7e-f13e-45fc-b1ed-942ddf6b8687" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "67108943-ab8d-4fe2-b161-4025e279521b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220614065742-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "artifactChecksum": "YTRmZDQ3ZjU1YTkwM2JmNjJmZGQ4Y2VlMDljNTQxODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "29e5b4db-1247-46e7-87ca-35a396e33e08" } ], "workloadContext": "Production" } 2022-06-14T07:27:13.907Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T07:27:13.907Z|cc078f05-029d-4b3f-87d9-08710e067dbb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 439493dc-428c-46d5-9656-f568a96ab091 ASDC 2022-06-14T07:27:13.908Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:88c26453-8e9c-4820-9dde-d5eb8c61b588 ServiceName:vFW 2022-06-14 06-57-42 ServiceVersion:1.0 ServiceUUID:439493dc-428c-46d5-9656-f568a96ab091 ServiceInvariantUUID:3552a0c8-8d9e-47bf-b681-b48afc089021 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220614065742-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar ArtifactUUID:29e5b4db-1247-46e7-87ca-35a396e33e08 ArtifactChecksum:YTRmZDQ3ZjU1YTkwM2JmNjJmZGQ4Y2VlMDljNTQxODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 935b2c60-ab74 0 ResourceCustomizationUUID:22ccd0a5-8ee2-4d60-ad0b-f94cb3102e61 ResourceInvariantUUID:adf98dc9-879c-45a1-9d64-efdc25ad7391 ResourceName:vFW 935b2c60-ab74 ResourceType:VF ResourceUUID:b781549b-71d6-4388-a537-1dd2bf49e6a2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw935b2c60ab740_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json ArtifactUUID:9e6a27ed-238c-41c3-9f9b-36643ece0b4a ArtifactChecksum:ZTNjNDUyY2Y4ZmVhMzVlNGRkZWQyZTJlYzcwYzBhZmQ= 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/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml ArtifactUUID:b111fe7e-f13e-45fc-b1ed-942ddf6b8687 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/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env ArtifactUUID:67108943-ab8d-4fe2-b161-4025e279521b 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/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env ArtifactUUID:67108943-ab8d-4fe2-b161-4025e279521b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-14T07:27:13.911Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 439493dc-428c-46d5-9656-f568a96ab091 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:27:13.976Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:27:13.980Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:27:13.980Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:27:13.981Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 29e5b4db-1247-46e7-87ca-35a396e33e08 from URL: /sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar 2022-06-14T07:27:13.981Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:27:13.982Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar 2022-06-14T07:27:14.435Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:27:14.444Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar 29e5b4db-1247-46e7-87ca-35a396e33e08 99059 2022-06-14T07:27:14.444Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar ASDC sendASDCNotification 2022-06-14T07:27:14.445Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar 2022-06-14T07:27:14.445Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:27:14.446Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:14.449Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:14.449Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191634444, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:27:14.549Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:27:14.550Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:14.551Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:14.573Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:14.573Z||pool-166-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:27:15.453Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:27:15.454Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:27:15.454Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 29e5b4db-1247-46e7-87ca-35a396e33e08, URL: /sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar to file: /app/ASDC/1/service-Vfw20220614065742-csar.csar 2022-06-14T07:27:15.454Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220614065742-csar.csar 2022-06-14T07:27:15.455Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220614065742-csar.csar 2022-06-14T07:27:15.456Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220614065742-csar.csar 2022-06-14T07:27:15.955Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2561265190855276728/Definitions/service-Vfw20220614065742-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 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-06-14T07:27:20.269Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T07:27:20.270Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:27:20.271Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220614065742-csar.csar 2022-06-14T07:27:20.271Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-14T07:27:20.271Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||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-Vfw20220614065742-csar.csar 2022-06-14T07:27:20.271Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||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-Vfw20220614065742-csar.csar 2022-06-14T07:27:20.271Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|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-Vfw20220614065742-csar.csar 2022-06-14T07:27:20.271Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614065742-csar.csar 2022-06-14T07:27:20.272Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614065742-csar.csar 2022-06-14T07:27:20.272Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||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-Vfw20220614065742-csar.csar 2022-06-14T07:27:20.273Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|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-Vfw20220614065742-csar.csar 2022-06-14T07:27:20.273Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614065742-csar.csar 2022-06-14T07:27:20.273Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220614065742-csar.csar 2022-06-14T07:27:20.273Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220614065742-csar.csar 2022-06-14T07:27:20.273Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614065742-csar.csar 2022-06-14T07:27:20.273Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|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-Vfw20220614065742-csar.csar 2022-06-14T07:27:20.273Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 935b2c60-ab74 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-Vfw20220614065742-csar.csar 2022-06-14T07:27:20.273Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:27:20.274Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.274Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:20.275Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is matching search criteria 2022-06-14T07:27:20.275Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:27:20.275Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 935b2c60-ab74 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:27:20.276Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.276Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:20.276Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is matching search criteria 2022-06-14T07:27:20.276Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:27:20.276Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 935b2c60-ab74 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:27:20.277Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.277Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:20.277Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.277Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is not matching search criteria 2022-06-14T07:27:20.278Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:27:20.278Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:27:20.278Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:27:20.278Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:20.279Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:27:20.279Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:27:20.279Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:27:20.279Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:27:20.279Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:27:20.280Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:27:20.280Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:20.280Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:27:20.280Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:20.280Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:27:20.281Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:27:20.281Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-14T07:27:20.281Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.281Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T07:27:20.282Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.282Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is matching search criteria 2022-06-14T07:27:20.282Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 935b2c60-ab74 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:27:20.283Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.283Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is matching search criteria 2022-06-14T07:27:20.283Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 935b2c60-ab74 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:27:20.284Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.284Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is matching search criteria 2022-06-14T07:27:20.284Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 935b2c60-ab74 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:27:20.284Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.285Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is not matching search criteria 2022-06-14T07:27:20.285Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:27:20.285Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-14T07:27:20.285Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:27:20.285Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:27:20.285Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:27:20.286Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:27:20.288Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:20.289Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:27:20.289Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:20.289Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:27:20.289Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:27:20.289Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fb6621d2-8cc4-4dee-a3e1-5a10c3e8f807 2022-06-14T07:27:20.290Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.290Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is not matching search criteria 2022-06-14T07:27:20.290Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:27:20.291Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:27:20.291Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:27:20.291Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:20.291Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:27:20.291Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:27:20.291Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:27:20.292Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-14T07:27:20.292Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:27:20.292Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:20.292Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:27:20.292Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:27:20.292Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=982a0832-6694-48c7-943e-99e8b6eff528 2022-06-14T07:27:20.293Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.293Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is not matching search criteria 2022-06-14T07:27:20.293Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:27:20.293Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:27:20.293Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:27:20.293Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:20.293Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:27:20.293Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:27:20.294Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:27:20.294Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:27:20.294Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:27:20.294Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:27:20.298Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:20.299Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-14T07:27:20.299Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f5c4da30-2fbb-4d8c-b6a0-3678c6b003c5 2022-06-14T07:27:20.300Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.306Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:20.307Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.307Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:20.308Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.308Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:20.308Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:20.308Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:20.308Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-14 06-57-42 Description:catalog service description Model UUID:439493dc-428c-46d5-9656-f568a96ab091 Model Version:NULL Model InvariantUuid:3552a0c8-8d9e-47bf-b681-b48afc089021 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 935b2c60-ab74 Model UUID:0172bd5e-e686-4dd0-9060-3f766373b571 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:adf98dc9-879c-45a1-9d64-efdc25ad7391 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:22ccd0a5-8ee2-4d60-ad0b-f94cb3102e61 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:619b7a7b-d8ea-4dab-a32f-d89daeea03c5 ModelName:Vfw935b2c60Ab74..base_vfw..module-0 ModelUuid:2ada4be9-a20c-4d7e-9cb3-72108620af94 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fb6621d2-8cc4-4dee-a3e1-5a10c3e8f807 ModelInvariantUuid:74e9c257-f45e-4b1f-8f19-71d6af99c8dc ModelName:vFW 935b2c60-ab74-nodes.vfwCvfc ModelUuid:61019217-b6c2-4568-89c4-fd994aafbde9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:23c72ead-3f4c-41c5-804b-3dda7760e477 ModelInvariantUuid:c2f2fbcd-fd45-4131-a114-464158c5691a ModelName:Vfw935b2c60Ab74.compute.nodes.heat.vfw ModelUuid:24fcae61-43a4-4562-b917-0a1b50bd709c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:982a0832-6694-48c7-943e-99e8b6eff528 ModelInvariantUuid:046917d5-c9a0-481e-95c0-74466b9a0708 ModelName:vFW 935b2c60-ab74-nodes.vsnCvfc ModelUuid:29d7b165-9c20-4f5e-b337-c971c9c98293 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:69f18ea7-aa4f-4599-b5a8-7dbc62618a73 ModelInvariantUuid:7698faaa-ff53-444a-8663-8b9d2de1983b ModelName:Vfw935b2c60Ab74.compute.nodes.heat.vsn ModelUuid:4147b519-dba5-424e-b30b-88f58ff04175 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f5c4da30-2fbb-4d8c-b6a0-3678c6b003c5 ModelInvariantUuid:3cfc9fef-f8f6-4812-af5f-75e1ae0cc174 ModelName:vFW 935b2c60-ab74-nodes.vpgCvfc ModelUuid:80a49c53-989e-46a8-a039-f859a72b8688 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:ad608697-b99c-40e8-9edf-be5b9e08659b ModelInvariantUuid:2167de80-8640-48cc-a523-5549fb291614 ModelName:Vfw935b2c60Ab74.compute.nodes.heat.vpg ModelUuid:62c51569-062c-4fbd-91a2-c14da576ed17 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T07:27:20.332Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b781549b-71d6-4388-a537-1dd2bf49e6a2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:27:20.341Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||vFW 935b2c60-ab74 0 2022-06-14T07:27:20.341Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b781549b-71d6-4388-a537-1dd2bf49e6a2 2022-06-14T07:27:20.342Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9e6a27ed-238c-41c3-9f9b-36643ece0b4a from URL: /sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json 2022-06-14T07:27:20.343Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:27:20.343Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json 2022-06-14T07:27:20.478Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:27:20.479Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json 9e6a27ed-238c-41c3-9f9b-36643ece0b4a 785 2022-06-14T07:27:20.479Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json ASDC sendASDCNotification 2022-06-14T07:27:20.479Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json 2022-06-14T07:27:20.479Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:27:20.480Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:20.483Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:20.483Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191640479, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:27:20.587Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-14T07:27:20.588Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:20.588Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:20.630Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:20.631Z||pool-167-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:27:21.485Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw935b2c60Ab74..base_vfw..module-0", "vfModuleModelInvariantUUID": "619b7a7b-d8ea-4dab-a32f-d89daeea03c5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ada4be9-a20c-4d7e-9cb3-72108620af94", "vfModuleModelCustomizationUUID": "d63d3724-fa49-4d6f-a2d9-6d52a2fc0024", "isBase": true, "artifacts": [ "b111fe7e-f13e-45fc-b1ed-942ddf6b8687", "67108943-ab8d-4fe2-b161-4025e279521b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T07:27:21.491Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw935b2c60Ab74..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ada4be9-a20c-4d7e-9cb3-72108620af94 VfModuleModelInvariantUUID:619b7a7b-d8ea-4dab-a32f-d89daeea03c5 VfModuleModelDescription:NULL Artifacts UUID List:{ b111fe7e-f13e-45fc-b1ed-942ddf6b8687 , 67108943-ab8d-4fe2-b161-4025e279521b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T07:27:21.513Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw935b2c60Ab74..base_vfw..module-0", "vfModuleModelInvariantUUID": "619b7a7b-d8ea-4dab-a32f-d89daeea03c5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ada4be9-a20c-4d7e-9cb3-72108620af94", "vfModuleModelCustomizationUUID": "d63d3724-fa49-4d6f-a2d9-6d52a2fc0024", "isBase": true, "artifacts": [ "b111fe7e-f13e-45fc-b1ed-942ddf6b8687", "67108943-ab8d-4fe2-b161-4025e279521b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T07:27:21.513Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw935b2c60Ab74..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ada4be9-a20c-4d7e-9cb3-72108620af94 VfModuleModelInvariantUUID:619b7a7b-d8ea-4dab-a32f-d89daeea03c5 VfModuleModelDescription:NULL Artifacts UUID List:{ b111fe7e-f13e-45fc-b1ed-942ddf6b8687 , 67108943-ab8d-4fe2-b161-4025e279521b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T07:27:21.514Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b111fe7e-f13e-45fc-b1ed-942ddf6b8687 from URL: /sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml 2022-06-14T07:27:21.514Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:27:21.515Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml 2022-06-14T07:27:21.632Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:27:21.633Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml b111fe7e-f13e-45fc-b1ed-942ddf6b8687 20368 2022-06-14T07:27:21.633Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-14T07:27:21.637Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml 2022-06-14T07:27:21.637Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:27:21.637Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:21.650Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:21.651Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191641633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:27:21.743Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-06-14T07:27:21.744Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:21.744Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:21.763Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:21.764Z||pool-168-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:27:22.654Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 67108943-ab8d-4fe2-b161-4025e279521b from URL: /sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env 2022-06-14T07:27:22.654Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:27:22.655Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env 2022-06-14T07:27:22.795Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:27:22.796Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env 67108943-ab8d-4fe2-b161-4025e279521b 2098 2022-06-14T07:27:22.797Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-14T07:27:22.797Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env 2022-06-14T07:27:22.798Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:27:22.799Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:22.805Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:22.805Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191642797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:27:22.907Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T07:27:22.909Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:22.910Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:22.971Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:22.971Z||pool-169-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:27:23.809Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 439493dc-428c-46d5-9656-f568a96ab091 2022-06-14T07:27:23.810Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 935b2c60-ab74 0 b781549b-71d6-4388-a537-1dd2bf49e6a2 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:27:23.897Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@645abb45, org.onap.sdc.toscaparser.api.parameters.Input@e70e093, org.onap.sdc.toscaparser.api.parameters.Input@5bb7fb4, org.onap.sdc.toscaparser.api.parameters.Input@42b26bc7, org.onap.sdc.toscaparser.api.parameters.Input@73037047] 2022-06-14T07:27:23.900Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:23.901Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:23.901Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-14T07:27:23.901Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 22ccd0a5-8ee2-4d60-ad0b-f94cb3102e61 2022-06-14T07:27:23.902Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22ccd0a5-8ee2-4d60-ad0b-f94cb3102e61 matches Tosca VF Customization UUID: 22ccd0a5-8ee2-4d60-ad0b-f94cb3102e61 2022-06-14T07:27:23.902Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 22ccd0a5-8ee2-4d60-ad0b-f94cb3102e61 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-14T07:27:23.922Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:23.924Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:23.925Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 22ccd0a5-8ee2-4d60-ad0b-f94cb3102e61: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-14T07:27:23.926Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@755b4fe0 2022-06-14T07:27:23.926Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:23.926Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T07:27:23.927Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d63d3724-fa49-4d6f-a2d9-6d52a2fc0024 2022-06-14T07:27:23.927Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d63d3724-fa49-4d6f-a2d9-6d52a2fc0024 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-14T07:27:23.935Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:23.936Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is matching search criteria 2022-06-14T07:27:23.937Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 935b2c60-ab74 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:27:23.937Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:23.938Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is matching search criteria 2022-06-14T07:27:23.938Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 935b2c60-ab74 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:27:23.939Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:23.939Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is not matching search criteria 2022-06-14T07:27:23.939Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:27:23.939Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-14T07:27:23.940Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:27:23.940Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:27:23.940Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:27:23.943Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:27:23.943Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:23.943Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:27:23.944Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:23.944Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:27:23.946Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:27:23.947Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fb6621d2-8cc4-4dee-a3e1-5a10c3e8f807 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T07:27:23.954Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:23.956Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is matching search criteria 2022-06-14T07:27:23.956Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 935b2c60-ab74 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:27:23.957Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:23.957Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is not matching search criteria 2022-06-14T07:27:23.958Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:27:23.959Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:27:23.962Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:27:23.962Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:23.963Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:27:23.963Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:27:23.963Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:27:23.964Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-14T07:27:23.965Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:27:23.965Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:23.966Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:27:23.966Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:27:23.967Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=982a0832-6694-48c7-943e-99e8b6eff528 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T07:27:23.973Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:23.974Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is matching search criteria 2022-06-14T07:27:23.976Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 935b2c60-ab74 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:27:23.986Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:23.989Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is not matching search criteria 2022-06-14T07:27:23.990Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:27:23.990Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:27:23.991Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:27:23.991Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:23.994Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:27:23.995Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:27:23.996Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:27:23.998Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:27:23.998Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:27:24.000Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:27:24.002Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:27:24.002Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-14T07:27:24.004Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f5c4da30-2fbb-4d8c-b6a0-3678c6b003c5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T07:27:24.020Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:24.021Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is matching search criteria 2022-06-14T07:27:24.022Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 935b2c60-ab74 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:27:24.024Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:24.024Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Node template vFW 935b2c60-ab74 0 is matching search criteria 2022-06-14T07:27:24.025Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 935b2c60-ab74 0] matching following query criteria: sdcType=VF, customizationUUID=22ccd0a5-8ee2-4d60-ad0b-f94cb3102e61 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:27:24.032Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:24.034Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:24.043Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 439493dc-428c-46d5-9656-f568a96ab091: vFW 935b2c60-ab74 2022-06-14T07:27:24.044Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:24.046Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:24.046Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:24.048Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:24.048Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:24.049Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:24.064Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:24.064Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:24.065Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:27:24.065Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 06-57-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:27:24.067Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-14 06-57-42 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:27:24.921Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 935b2c60-ab74 b781549b-71d6-4388-a537-1dd2bf49e6a2 1 ASDC deployResourceStructure 2022-06-14T07:27:24.921Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json ASDC sendASDCNotification 2022-06-14T07:27:24.922Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json 2022-06-14T07:27:24.922Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:27:24.923Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:24.927Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:24.928Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191644921, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:27:25.034Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-14T07:27:25.036Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:25.036Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:25.063Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:25.064Z||pool-170-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:27:25.930Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-14T07:27:25.930Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml 2022-06-14T07:27:25.934Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:27:25.935Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:25.938Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:25.938Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191645930, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-14T07:27:26.044Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-14T07:27:26.046Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:26.048Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:26.176Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:26.179Z||pool-171-thread-1|||||INFO|500||cambria reply ok (133 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:27:26.939Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-14T07:27:26.939Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env 2022-06-14T07:27:26.939Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:27:26.940Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:26.946Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:26.946Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191646939, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-14T07:27:27.049Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T07:27:27.051Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:27.051Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:27.110Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:27.111Z||pool-172-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:27:27.948Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar ASDC sendASDCNotification 2022-06-14T07:27:27.949Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar 2022-06-14T07:27:27.949Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:27:27.949Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:27:27.952Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:27:27.952Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191647948, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:27:28.055Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-14T07:27:28.056Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:27:28.056Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:27:28.075Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:28.076Z||pool-173-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:27:28.954Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:27:28.967Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:27:28.970Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:27:28.976Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:27:28.976Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:27:28.976Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:27:46.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:27:46.324Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:27:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:27:47.020Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:27:47.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc078f05-029d-4b3f-87d9-08710e067dbb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191625785, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:27:47.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:27:47.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:27:47.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:27:47.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json", "status": "NOTIFIED" } 2022-06-14T07:27:47.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:27:47.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T07:27:47.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:27:47.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:27:47.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:27:47.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T07:27:47.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:27:47.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:27:47.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:27:47.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:27:47.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:27:47.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191634444, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:27:47.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:27:47.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191640479, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:27:47.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:27:47.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191641633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:27:47.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:27:47.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191642797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:27:47.031Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:27:47.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191644921, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/vfw935b2c60ab740_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:27:47.032Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:27:47.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191645930, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-14T07:27:47.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:27:47.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191646939, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/resourceInstances/vfw935b2c60ab740/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-14T07:27:47.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:27:47.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:27:47.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191647948, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614065742/1.0/artifacts/service-Vfw20220614065742-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:27:47.035Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:27:58.977Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:27:58.999Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:27:59.003Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:27:59.003Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:27:59.004Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:27:59.004Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:28:29.004Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:28:29.025Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:28:29.029Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:28:29.029Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:28:29.030Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:28:29.030Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:28:46.321Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:28:46.323Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:28:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:28:55.994Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:28:59.031Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:28:59.046Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:28:59.050Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:28:59.050Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:28:59.050Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:28:59.050Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:29:29.051Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:29:29.063Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:29:29.065Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:29:29.065Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:29:29.065Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:29:29.065Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:29:46.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:29:46.322Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:29:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:29:55.910Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:29:59.065Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:29:59.103Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:29:59.109Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:29:59.109Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:29:59.110Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:29:59.110Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:30:29.111Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:30:29.140Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:30:29.143Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:30:29.143Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:30:29.143Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:30:29.143Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:30:46.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:30:46.337Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:30:46.338Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:30:55.991Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:30:59.144Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:30:59.184Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:30:59.188Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:30:59.188Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:30:59.188Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:30:59.189Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:31:29.190Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:31:29.222Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:31:29.236Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:31:29.237Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:31:29.237Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:31:29.237Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:31:46.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:31:46.323Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:31:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:31:55.915Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:31:59.238Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:31:59.266Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:31:59.275Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:31:59.276Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:31:59.276Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:31:59.277Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:32:29.277Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T07:32:29.278Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T07:32:29.307Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88c26453-8e9c-4820-9dde-d5eb8c61b588 and serviceModelVersionId: 439493dc-428c-46d5-9656-f568a96ab091 2022-06-14T07:32:29.307Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3552a0c8-8d9e-47bf-b681-b48afc089021 2022-06-14T07:32:29.310Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3552a0c8-8d9e-47bf-b681-b48afc089021/model-vers/model-ver/439493dc-428c-46d5-9656-f568a96ab091?depth=0 2022-06-14T07:32:29.326Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T07:32:29.453Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3552a0c8-8d9e-47bf-b681-b48afc089021/model-vers/model-ver/439493dc-428c-46d5-9656-f568a96ab091?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-14T07:32:29.457Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3552a0c8-8d9e-47bf-b681-b48afc089021/model-vers/model-ver/439493dc-428c-46d5-9656-f568a96ab091?depth=0|INFO|500||Invoke 2022-06-14T07:32:29.554Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3552a0c8-8d9e-47bf-b681-b48afc089021/model-vers/model-ver/439493dc-428c-46d5-9656-f568a96ab091?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T07:32:29.742Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3552a0c8-8d9e-47bf-b681-b48afc089021/model-vers/model-ver/439493dc-428c-46d5-9656-f568a96ab091?depth=0|INFO|500||InvokeReturn 2022-06-14T07:32:29.743Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3552a0c8-8d9e-47bf-b681-b48afc089021/model-vers/model-ver/439493dc-428c-46d5-9656-f568a96ab091?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220614-07:32:29:585-11284], vertex-id=[246000], Content-Length=[0], Date=[Tue, 14 Jun 2022 07:32:29 GMT], Content-Type=[application/json]} 2022-06-14T07:32:29.744Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-14T07:32:29.745Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T07:32:29.745Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:32:29.759Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T07:32:29.760Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88c26453-8e9c-4820-9dde-d5eb8c61b588 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T07:32:29.760Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T07:32:29.761Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:32:29.766Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:32:29.766Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191949760, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:32:29.865Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:32:29.867Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:32:29.867Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:32:29.896Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:32:29.897Z||pool-174-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:32:30.800Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T07:32:30.800Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"42dd986b-5220-4c77-ada7-841b04a7be83","serviceName":"Demo_pNF_83XhYueGDe3sv52c0XeU","serviceVersion":"1.0","serviceUUID":"b8ddf346-b4ff-4ab2-a610-f814b96666fd","serviceDescription":"catalog service description","serviceInvariantUUID":"c25995d1-f7ed-49f4-9f29-a7876ff06a76","resources":[{"resourceInstanceName":"pNF e7034383-1ef8 0","resourceName":"pNF e7034383-1ef8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8910697e-0e2a-4665-affc-0bddfaa7fb31","resourceInvariantUUID":"cf486bf1-4153-48f1-9ce8-4c66288da585","resourceCustomizationUUID":"86967879-82b7-43a8-bc94-95c4cc0f6ab9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vf-license-model.xml","artifactChecksum":"NmI0ZjhiNjk3ODhjMzExMDAyYWVlZTdhNTRhMzk1ZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4782aaa-2446-4701-ab1b-43f51d5eb6a6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/pNF.csar","artifactChecksum":"YjEyYTY2Mzg1MTFkZWFmODU3MTdhZjYyMmM3Yjc3ZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e347e0d-2911-46ae-bc0d-7d72a3818647","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0b1abc7-7885-4e9f-9384-87ad387c9a79","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vendor-license-model.xml","artifactChecksum":"ZGJkNWRmMWM4Y2UzNWI3YWZhNjliMDBiYTJhNGQ5YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e790e31b-161f-4e9a-b8d2-8a8b85b6ec9b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"38041657-74aa-4401-b11f-fb0e1355c099","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d86aebbf-2aac-4573-a383-91522cd2c50d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf83xhyuegde3sv52c0xeu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-template.yml","artifactChecksum":"MDI5YjM1MTAxNWRkZmUxMjhlY2ZmNDE5ZGM1NWVmOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"239beec9-ba57-409b-b3d2-50096269aea6","artifactVersion":"1"},{"artifactName":"service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar","artifactChecksum":"ZTc1ZmJjZjBjMWIyMTJjN2JlZGRmYjA4YTlmN2E1YmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"126a19e1-3734-4cb8-b9e1-b7391085bbd4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T07:32:30.803Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:32:30.804Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:32:30.808Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:32:30.809Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:32:30.908Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T07:32:30.909Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:32:30.909Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:32:30.934Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:32:30.935Z||pool-175-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:32:31.810Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:32:31.811Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:32:31.817Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:32:31.818Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:32:31.917Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:32:31.919Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:32:31.919Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:32:31.935Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:32:31.936Z||pool-176-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:32:32.818Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:32:32.820Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:32:32.823Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:32:32.823Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:32:32.924Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:32:32.926Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:32:32.926Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:32:32.952Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:32:32.953Z||pool-177-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:32:33.826Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:32:33.826Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:32:33.829Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:32:33.829Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:32:33.929Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:32:33.931Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:32:33.931Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:32:33.957Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:32:33.958Z||pool-178-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:32:34.830Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:32:34.831Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:32:34.853Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:32:34.854Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:32:34.955Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T07:32:34.956Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:32:34.957Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:32:34.992Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:32:34.992Z||pool-179-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:32:35.855Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:32:35.856Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:32:35.863Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:32:35.863Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:32:35.966Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-14T07:32:35.969Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:32:35.970Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:32:36.072Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:32:36.073Z||pool-180-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:32:36.867Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:32:36.869Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:32:36.874Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:32:36.875Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:32:36.972Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-14T07:32:36.973Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:32:36.974Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:32:37.017Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:32:37.018Z||pool-181-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:32:37.876Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:32:37.878Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:32:37.882Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:32:37.882Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:32:37.982Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:32:37.983Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:32:37.983Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:32:38.019Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:32:38.019Z||pool-182-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:32:38.884Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "serviceName": "Demo_pNF_83XhYueGDe3sv52c0XeU", "serviceVersion": "1.0", "serviceUUID": "b8ddf346-b4ff-4ab2-a610-f814b96666fd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c25995d1-f7ed-49f4-9f29-a7876ff06a76", "resources": [ { "resourceInstanceName": "pNF e7034383-1ef8 0", "resourceCustomizationUUID": "86967879-82b7-43a8-bc94-95c4cc0f6ab9", "resourceName": "pNF e7034383-1ef8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8910697e-0e2a-4665-affc-0bddfaa7fb31", "resourceInvariantUUID": "cf486bf1-4153-48f1-9ce8-4c66288da585", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "artifactChecksum": "ZTc1ZmJjZjBjMWIyMTJjN2JlZGRmYjA4YTlmN2E1YmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "126a19e1-3734-4cb8-b9e1-b7391085bbd4" } ], "workloadContext": "Production" } 2022-06-14T07:32:38.885Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T07:32:38.885Z|88c26453-8e9c-4820-9dde-d5eb8c61b588|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b8ddf346-b4ff-4ab2-a610-f814b96666fd ASDC 2022-06-14T07:32:38.886Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:42dd986b-5220-4c77-ada7-841b04a7be83 ServiceName:Demo_pNF_83XhYueGDe3sv52c0XeU ServiceVersion:1.0 ServiceUUID:b8ddf346-b4ff-4ab2-a610-f814b96666fd ServiceInvariantUUID:c25995d1-f7ed-49f4-9f29-a7876ff06a76 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar ArtifactUUID:126a19e1-3734-4cb8-b9e1-b7391085bbd4 ArtifactChecksum:ZTc1ZmJjZjBjMWIyMTJjN2JlZGRmYjA4YTlmN2E1YmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e7034383-1ef8 0 ResourceCustomizationUUID:86967879-82b7-43a8-bc94-95c4cc0f6ab9 ResourceInvariantUUID:cf486bf1-4153-48f1-9ce8-4c66288da585 ResourceName:pNF e7034383-1ef8 ResourceType:PNF ResourceUUID:8910697e-0e2a-4665-affc-0bddfaa7fb31 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-14T07:32:38.887Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8ddf346-b4ff-4ab2-a610-f814b96666fd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:32:38.955Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:32:38.956Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:32:38.956Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:32:38.957Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 126a19e1-3734-4cb8-b9e1-b7391085bbd4 from URL: /sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:38.957Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:32:38.957Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:39.201Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:32:39.211Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 126a19e1-3734-4cb8-b9e1-b7391085bbd4 82653 2022-06-14T07:32:39.212Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar ASDC sendASDCNotification 2022-06-14T07:32:39.212Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:39.213Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:32:39.213Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:32:39.218Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:32:39.219Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191959212, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:32:39.317Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T07:32:39.319Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:32:39.320Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:32:39.340Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:32:39.341Z||pool-183-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:32:40.224Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:32:40.225Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:32:40.225Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 126a19e1-3734-4cb8-b9e1-b7391085bbd4, URL: /sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar to file: /app/ASDC/1/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:40.226Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:40.232Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:40.232Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:40.567Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1302507548985040593/Definitions/service-DemoPnf83xhyuegde3sv52c0xeu-template.yml 2022-06-14T07:32:42.312Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T07:32:42.313Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:32:42.315Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:42.315Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-14T07:32:42.316Z|42dd986b-5220-4c77-ada7-841b04a7be83|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-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:42.316Z|42dd986b-5220-4c77-ada7-841b04a7be83|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-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:42.316Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e7034383-1ef8 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-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:42.317Z|42dd986b-5220-4c77-ada7-841b04a7be83|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-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:42.317Z|42dd986b-5220-4c77-ada7-841b04a7be83|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-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:42.317Z|42dd986b-5220-4c77-ada7-841b04a7be83|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-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:42.318Z|42dd986b-5220-4c77-ada7-841b04a7be83|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-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:42.318Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:32:42.318Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:32:42.319Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_83XhYueGDe3sv52c0XeU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:32:42.319Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Node template pNF e7034383-1ef8 0 is matching search criteria 2022-06-14T07:32:42.320Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:32:42.320Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF e7034383-1ef8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:32:42.320Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:32:42.321Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_83XhYueGDe3sv52c0XeU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:32:42.321Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Node template pNF e7034383-1ef8 0 is matching search criteria 2022-06-14T07:32:42.321Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:32:42.321Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF e7034383-1ef8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:32:42.322Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:32:42.322Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_83XhYueGDe3sv52c0XeU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:32:42.323Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:32:42.323Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_83XhYueGDe3sv52c0XeU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:32:42.324Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:32:42.324Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_83XhYueGDe3sv52c0XeU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:32:42.324Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:32:42.324Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_83XhYueGDe3sv52c0XeU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:32:42.325Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:32:42.325Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_83XhYueGDe3sv52c0XeU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:32:42.325Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_83XhYueGDe3sv52c0XeU Description:catalog service description Model UUID:b8ddf346-b4ff-4ab2-a610-f814b96666fd Model Version:NULL Model InvariantUuid:c25995d1-f7ed-49f4-9f29-a7876ff06a76 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T07:32:42.339Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8910697e-0e2a-4665-affc-0bddfaa7fb31 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:32:42.345Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||pNF e7034383-1ef8 0 2022-06-14T07:32:42.346Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8910697e-0e2a-4665-affc-0bddfaa7fb31 2022-06-14T07:32:42.346Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b8ddf346-b4ff-4ab2-a610-f814b96666fd 2022-06-14T07:32:42.346Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b8ddf346-b4ff-4ab2-a610-f814b96666fd 2022-06-14T07:32:42.346Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e7034383-1ef8 0 8910697e-0e2a-4665-affc-0bddfaa7fb31 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:32:42.355Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6340660c, org.onap.sdc.toscaparser.api.parameters.Input@7d2daabd, org.onap.sdc.toscaparser.api.parameters.Input@2d0bb304, org.onap.sdc.toscaparser.api.parameters.Input@26176a64, org.onap.sdc.toscaparser.api.parameters.Input@468708ac] 2022-06-14T07:32:42.356Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:32:42.356Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_83XhYueGDe3sv52c0XeU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:32:42.356Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b8ddf346-b4ff-4ab2-a610-f814b96666fd: pNF e7034383-1ef8 2022-06-14T07:32:42.357Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||Processing PNF resource: 8910697e-0e2a-4665-affc-0bddfaa7fb31 2022-06-14T07:32:42.357Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:32:42.357Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_83XhYueGDe3sv52c0XeU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:32:42.357Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||Resource customization UUID: 86967879-82b7-43a8-bc94-95c4cc0f6ab9 is the same as notified resource customizationUUID: 86967879-82b7-43a8-bc94-95c4cc0f6ab9 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-14T07:32:42.422Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e7034383-1ef8 8910697e-0e2a-4665-affc-0bddfaa7fb31 0 ASDC deployResourceStructure 2022-06-14T07:32:42.423Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar ASDC sendASDCNotification 2022-06-14T07:32:42.425Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar 2022-06-14T07:32:42.425Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:32:42.427Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:32:42.430Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:32:42.431Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191962423, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:32:42.532Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T07:32:42.533Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:32:42.533Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:32:42.559Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:32:42.560Z||pool-184-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:32:43.433Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:32:43.456Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:32:43.460Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:32:43.460Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:32:43.461Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:32:43.461Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:32:46.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:32:46.346Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:32:46.347Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZQwS26COZsTTp54c) ... 2022-06-14T07:32:47.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:32:47.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:32:47.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "88c26453-8e9c-4820-9dde-d5eb8c61b588", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191949760, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:32:47.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:32:47.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:32:47.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:32:47.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:32:47.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:32:47.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:32:47.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:32:47.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:32:47.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:32:47.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:32:47.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:32:47.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:32:47.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:32:47.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:32:47.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:32:47.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:32:47.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:32:47.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/resourceInstances/pnfe70343831ef80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:32:47.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:32:47.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:32:47.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:32:47.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:32:47.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:32:47.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655190348027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:32:47.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:32:47.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:32:47.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191959212, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:32:47.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:32:47.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:32:47.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655191962423, "artifactURL": "/sdc/v1/catalog/services/DemoPnf83xhyuegde3sv52c0xeu/1.0/artifacts/service-DemoPnf83xhyuegde3sv52c0xeu-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:32:47.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:33:13.461Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:33:13.503Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:33:13.507Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:33:13.508Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:33:13.508Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:33:13.508Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:33:43.510Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:33:43.544Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:33:43.551Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:33:43.551Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:33:43.552Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:33:43.552Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:33:46.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:33:46.331Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:33:46.334Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:33:47.017Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:33:47.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "multicloud-k8s-id", "timestamp": 1655191989823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "cds", "timestamp": 1655191988980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "multicloud-k8s-id", "timestamp": 1655191989823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "cds", "timestamp": 1655191988980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "multicloud-k8s-id", "timestamp": 1655191989823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "cds", "timestamp": 1655191988980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "clamp", "timestamp": 1655191993608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "multicloud-k8s-id", "timestamp": 1655191989823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "cds", "timestamp": 1655191988980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "clamp", "timestamp": 1655191993608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "multicloud-k8s-id", "timestamp": 1655191989823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "cds", "timestamp": 1655191988980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "clamp", "timestamp": 1655191993608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "multicloud-k8s-id", "timestamp": 1655191989823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "cds", "timestamp": 1655191988980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "clamp", "timestamp": 1655191993608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "cds", "timestamp": 1655191988980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "multicloud-k8s-id", "timestamp": 1655191989823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "clamp", "timestamp": 1655191993608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "multicloud-k8s-id", "timestamp": 1655191989823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:33:47.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "cds", "timestamp": 1655191988980, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:33:47.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "clamp", "timestamp": 1655191993608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "policy-id", "timestamp": 1655191998754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "cds", "timestamp": 1655191999314, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:33:47.032Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:33:47.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "clamp", "timestamp": 1655191993608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "policy-id", "timestamp": 1655191998754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "cds", "timestamp": 1655192000319, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:33:47.092Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eab6dce3-d1ba-404d-9ae7-ff84b705454a 2022-06-14T07:33:47.093Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eab6dce3-d1ba-404d-9ae7-ff84b705454a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:33:47.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "clamp", "timestamp": 1655191993608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:33:47.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "policy-id", "timestamp": 1655191998754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "policy-id", "timestamp": 1655191998754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "policy-id", "timestamp": 1655191998754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "policy-id", "timestamp": 1655191998754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "aai-ml", "timestamp": 1655192003828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "policy-id", "timestamp": 1655191998754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "aai-ml", "timestamp": 1655192003828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "policy-id", "timestamp": 1655191998754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:33:47.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "aai-ml", "timestamp": 1655192003828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "policy-id", "timestamp": 1655192007510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:33:47.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:33:47.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "aai-ml", "timestamp": 1655192003828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "policy-id", "timestamp": 1655192008517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:33:47.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:33:47.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "aai-ml", "timestamp": 1655192003828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "policy-id", "timestamp": 1655192009521, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:33:47.159Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eab6dce3-d1ba-404d-9ae7-ff84b705454a 2022-06-14T07:33:47.160Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eab6dce3-d1ba-404d-9ae7-ff84b705454a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:33:47.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "aai-ml", "timestamp": 1655192003828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/resourceInstances/pnf225a0de4f9730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "aai-ml", "timestamp": 1655192003828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:33:47.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "aai-ml", "timestamp": 1655192003828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:33:47.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-14T07:33:47.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "clamp", "timestamp": 1655192012574, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:33:47.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:33:47.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "aai-ml", "timestamp": 1655192012619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:33:47.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:33:47.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "clamp", "timestamp": 1655192014602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:33:47.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:33:47.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "clamp", "timestamp": 1655192015607, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:33:47.213Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eab6dce3-d1ba-404d-9ae7-ff84b705454a 2022-06-14T07:33:47.214Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eab6dce3-d1ba-404d-9ae7-ff84b705454a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:33:47.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "aai-ml", "timestamp": 1655192022061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCazajzxtbxv7c5j2zea1/1.0/artifacts/service-DemoPnfCazajzxtbxv7c5j2zea1-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:33:47.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:33:47.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-14T07:33:47.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "eab6dce3-d1ba-404d-9ae7-ff84b705454a", "consumerID": "aai-ml", "timestamp": 1655192023065, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:33:47.287Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eab6dce3-d1ba-404d-9ae7-ff84b705454a 2022-06-14T07:33:47.288Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId eab6dce3-d1ba-404d-9ae7-ff84b705454a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:34:13.553Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:34:13.567Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:34:13.577Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:34:13.578Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:34:13.578Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:34:13.578Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:34:43.578Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:34:43.632Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:34:43.649Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:34:43.650Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:34:43.650Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:34:43.650Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:34:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:34:46.322Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:34:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:34:46.667Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:34:46.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "aai-ml", "timestamp": 1655192063828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "cds", "timestamp": 1655192063981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "policy-id", "timestamp": 1655192058754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "aai-ml", "timestamp": 1655192063828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vfw7869d70520270_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "cds", "timestamp": 1655192063981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vfw7869d70520270_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "policy-id", "timestamp": 1655192058754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vfw7869d70520270_modules.json", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "aai-ml", "timestamp": 1655192063828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "cds", "timestamp": 1655192063981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "policy-id", "timestamp": 1655192058754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T07:34:46.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "cds", "timestamp": 1655192063981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "aai-ml", "timestamp": 1655192063828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "policy-id", "timestamp": 1655192058754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "cds", "timestamp": 1655192063981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "aai-ml", "timestamp": 1655192063828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "policy-id", "timestamp": 1655192058754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "multicloud-k8s-id", "timestamp": 1655192069823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "cds", "timestamp": 1655192063981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "aai-ml", "timestamp": 1655192063828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "policy-id", "timestamp": 1655192058754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "multicloud-k8s-id", "timestamp": 1655192069823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vfw7869d70520270_modules.json", "status": "NOTIFIED" } 2022-06-14T07:34:46.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "cds", "timestamp": 1655192063981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:34:46.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "aai-ml", "timestamp": 1655192063828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:34:46.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "policy-id", "timestamp": 1655192058754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:34:46.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "multicloud-k8s-id", "timestamp": 1655192069823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T07:34:46.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "aai-ml", "timestamp": 1655192073142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:34:46.710Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:34:46.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "cds", "timestamp": 1655192072715, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:34:46.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:34:46.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "policy-id", "timestamp": 1655192073429, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:34:46.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:34:46.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "multicloud-k8s-id", "timestamp": 1655192069823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "cds", "timestamp": 1655192073722, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:34:46.788Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b 2022-06-14T07:34:46.789Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:34:46.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "policy-id", "timestamp": 1655192074433, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:34:46.824Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:34:46.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "multicloud-k8s-id", "timestamp": 1655192069823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T07:34:46.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "policy-id", "timestamp": 1655192075442, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:34:46.839Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b 2022-06-14T07:34:46.839Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:34:46.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "multicloud-k8s-id", "timestamp": 1655192069823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "multicloud-k8s-id", "timestamp": 1655192069823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:34:46.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "multicloud-k8s-id", "timestamp": 1655192077594, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vfw7869d70520270_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:34:46.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:34:46.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "multicloud-k8s-id", "timestamp": 1655192078707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:34:46.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:34:46.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "multicloud-k8s-id", "timestamp": 1655192079819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:34:46.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:34:46.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "multicloud-k8s-id", "timestamp": 1655192080853, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:34:46.883Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b 2022-06-14T07:34:46.884Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-14T07:34:46.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "multicloud-k8s-id", "timestamp": 1655192081857, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vfw7869d70520270_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:34:46.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:34:46.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "clamp", "timestamp": 1655192083607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:34:46.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:34:46.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:34:46.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "clamp", "timestamp": 1655192083607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vfw7869d70520270_modules.json", "status": "NOTIFIED" } 2022-06-14T07:34:46.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:35:13.651Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:35:13.701Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:35:13.707Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:35:13.707Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:35:13.708Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:35:13.708Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:35:43.708Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:35:43.729Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:35:43.744Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:35:43.744Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:35:43.744Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:35:43.744Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:35:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:35:46.321Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:35:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:35:46.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:35:46.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:35:46.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "clamp", "timestamp": 1655192083607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:35:46.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:36:13.745Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:36:13.760Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:36:13.768Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:36:13.769Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:36:13.769Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:36:13.770Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:36:43.770Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:36:43.791Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:36:43.803Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:36:43.803Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:36:43.803Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:36:43.804Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:36:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:36:46.322Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:36:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:36:46.865Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:36:46.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:36:46.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "clamp", "timestamp": 1655192083607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:36:46.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:36:46.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:36:46.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "clamp", "timestamp": 1655192083607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/resourceInstances/vfw7869d70520270/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-14T07:36:46.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:36:46.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:36:46.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "clamp", "timestamp": 1655192083607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:36:46.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:36:46.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:36:46.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "clamp", "timestamp": 1655192083607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:36:46.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:36:46.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:36:46.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "aai-ml", "timestamp": 1655192093367, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:36:46.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:36:46.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:36:46.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "aai-ml", "timestamp": 1655192094373, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:36:46.895Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b 2022-06-14T07:36:46.896Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:36:46.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:36:46.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "clamp", "timestamp": 1655192099610, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:36:46.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:36:46.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:36:46.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "clamp", "timestamp": 1655192101640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614073307/1.0/artifacts/service-Vfw20220614073307-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:36:46.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:36:46.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:36:46.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b", "consumerID": "clamp", "timestamp": 1655192102646, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:36:46.942Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b 2022-06-14T07:36:46.943Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0cc22e-66c6-44b3-8e6d-e9ef6b26db0b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:37:13.804Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:37:13.835Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:37:13.841Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:37:13.841Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:37:13.841Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:37:13.841Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:37:43.842Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T07:37:43.842Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42dd986b-5220-4c77-ada7-841b04a7be83 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T07:37:43.865Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42dd986b-5220-4c77-ada7-841b04a7be83 and serviceModelVersionId: b8ddf346-b4ff-4ab2-a610-f814b96666fd 2022-06-14T07:37:43.866Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c25995d1-f7ed-49f4-9f29-a7876ff06a76 2022-06-14T07:37:43.868Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c25995d1-f7ed-49f4-9f29-a7876ff06a76/model-vers/model-ver/b8ddf346-b4ff-4ab2-a610-f814b96666fd?depth=0 2022-06-14T07:37:43.884Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T07:37:43.998Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c25995d1-f7ed-49f4-9f29-a7876ff06a76/model-vers/model-ver/b8ddf346-b4ff-4ab2-a610-f814b96666fd?depth=0|INFO|500||Invoke 2022-06-14T07:37:43.999Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c25995d1-f7ed-49f4-9f29-a7876ff06a76/model-vers/model-ver/b8ddf346-b4ff-4ab2-a610-f814b96666fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c25995d1-f7ed-49f4-9f29-a7876ff06a76/model-vers/model-ver/b8ddf346-b4ff-4ab2-a610-f814b96666fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[42dd986b-5220-4c77-ada7-841b04a7be83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2d5ca43e-b2d1-451c-90f5-1e03854f6cf2], X-ECOMP-RequestID=[42dd986b-5220-4c77-ada7-841b04a7be83], X-TransactionId=[], X-ONAP-RequestID=[42dd986b-5220-4c77-ada7-841b04a7be83], Content-Type=[application/merge-patch+json]} 2022-06-14T07:37:44.075Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c25995d1-f7ed-49f4-9f29-a7876ff06a76/model-vers/model-ver/b8ddf346-b4ff-4ab2-a610-f814b96666fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T07:37:44.315Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c25995d1-f7ed-49f4-9f29-a7876ff06a76/model-vers/model-ver/b8ddf346-b4ff-4ab2-a610-f814b96666fd?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/c25995d1-f7ed-49f4-9f29-a7876ff06a76/model-vers/model-ver/b8ddf346-b4ff-4ab2-a610-f814b96666fd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220614-07:37:44:090-10645], vertex-id=[254192], Content-Length=[0], Date=[Tue, 14 Jun 2022 07:37:44 GMT], Content-Type=[application/json]} 2022-06-14T07:37:44.316Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c25995d1-f7ed-49f4-9f29-a7876ff06a76/model-vers/model-ver/b8ddf346-b4ff-4ab2-a610-f814b96666fd?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-14T07:37:44.318Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c25995d1-f7ed-49f4-9f29-a7876ff06a76/model-vers/model-ver/b8ddf346-b4ff-4ab2-a610-f814b96666fd?depth=0|INFO|500||InvokeReturn 2022-06-14T07:37:44.319Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T07:37:44.320Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:37:44.336Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T07:37:44.337Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42dd986b-5220-4c77-ada7-841b04a7be83 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T07:37:44.337Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T07:37:44.339Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:37:44.345Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:37:44.346Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192264337, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:37:44.455Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-06-14T07:37:44.457Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:37:44.457Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:37:44.514Z||pool-185-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:37:44.515Z||pool-185-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:37:45.389Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:37:45.390Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:37:45.390Z|42dd986b-5220-4c77-ada7-841b04a7be83|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 ZQwS26COZsTTp54c) ... 2022-06-14T07:37:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:37:46.321Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:37:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:37:46.983Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:37:46.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:37:46.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42dd986b-5220-4c77-ada7-841b04a7be83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192264337, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:37:46.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:37:49.485Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:37:49.997Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T07:37:49.998Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"5a63c214-b07d-4ac8-8cde-c1b453438cc4","serviceName":"vFW 2022-06-14 07-07-12","serviceVersion":"1.0","serviceUUID":"2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b","serviceDescription":"catalog service description","serviceInvariantUUID":"b8cefcd5-30cf-4b40-8041-27f4c1bde583","resources":[{"resourceInstanceName":"vFW 8e75afc1-754f 0","resourceName":"vFW 8e75afc1-754f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"19782ead-4339-46ac-bd96-cddee13683e7","resourceInvariantUUID":"31564df2-1a8c-4bdb-95dd-ccc18a42d19f","resourceCustomizationUUID":"3f5a4dd2-8515-4e01-9de0-ae7814e37340","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vf-license-model.xml","artifactChecksum":"N2E0ZDM1MDgzNzNhNTFhMTRlMGFmODRmYmViYmUzYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb9ab343-5027-4977-920d-0f8d473536b9","artifactVersion":"1"},{"artifactName":"vfw8e75afc1754f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json","artifactChecksum":"NzNmMDAxOTU1MmM2ZDk3ZmM5OTgxZTAxNGI4NDE2MmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e0562d6b-aff1-487c-a87f-98a88fa46821","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1e90036-f8c8-4c59-b57d-10acce855f6c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vendor-license-model.xml","artifactChecksum":"YjNjOWViNzZhZThmNmY0OTllOWJmM2FhODQ3YzY5N2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1429f067-ffa5-4954-abe1-3ac85df418df","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d518681a-2899-485a-b5fa-7e3ffa97c227","artifactVersion":"2","generatedFromUUID":"c1e90036-f8c8-4c59-b57d-10acce855f6c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220614070712-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-template.yml","artifactChecksum":"MzNjMzAzNTI2ZjE1NmEwNWI4OWEzYWE4MjdiNTYyNTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ace8e8fe-383e-46ca-a8ec-734bd2c16aa6","artifactVersion":"1"},{"artifactName":"service-Vfw20220614070712-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar","artifactChecksum":"ZjVmODA0ZGRmMWNiZTk2MTAzOGMzYjgwYTZiZmNiYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88aeb7b6-2b5f-431a-bb66-141b38f2fb3b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T07:37:50.003Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:37:50.004Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:37:50.023Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:37:50.024Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:37:50.112Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2022-06-14T07:37:50.113Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:37:50.113Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:37:50.133Z||pool-186-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:37:50.135Z||pool-186-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:37:51.025Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:37:51.026Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:37:51.028Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:37:51.028Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:37:51.129Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T07:37:51.130Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:37:51.131Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:37:51.146Z||pool-187-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:37:51.147Z||pool-187-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:37:52.028Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:37:52.031Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:37:52.036Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:37:52.037Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T07:37:52.136Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:37:52.137Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:37:52.137Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:37:52.177Z||pool-188-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:37:52.178Z||pool-188-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:37:53.038Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:37:53.039Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:37:53.042Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:37:53.042Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:37:53.142Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:37:53.143Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:37:53.143Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:37:53.167Z||pool-189-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:37:53.167Z||pool-189-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:37:54.043Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:37:54.046Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:37:54.049Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:37:54.049Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T07:37:54.152Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-14T07:37:54.153Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:37:54.154Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:37:54.172Z||pool-190-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:37:54.173Z||pool-190-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:37:55.050Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:37:55.051Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:37:55.054Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:37:55.054Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:37:55.156Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T07:37:55.159Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:37:55.163Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:37:55.200Z||pool-191-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:37:55.201Z||pool-191-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:37:56.055Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:37:56.056Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:37:56.059Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:37:56.059Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:37:56.159Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:37:56.160Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:37:56.160Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:37:56.175Z||pool-192-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:37:56.175Z||pool-192-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:37:57.061Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "serviceName": "vFW 2022-06-14 07-07-12", "serviceVersion": "1.0", "serviceUUID": "2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b8cefcd5-30cf-4b40-8041-27f4c1bde583", "resources": [ { "resourceInstanceName": "vFW 8e75afc1-754f 0", "resourceCustomizationUUID": "3f5a4dd2-8515-4e01-9de0-ae7814e37340", "resourceName": "vFW 8e75afc1-754f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "19782ead-4339-46ac-bd96-cddee13683e7", "resourceInvariantUUID": "31564df2-1a8c-4bdb-95dd-ccc18a42d19f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw8e75afc1754f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json", "artifactChecksum": "NzNmMDAxOTU1MmM2ZDk3ZmM5OTgxZTAxNGI4NDE2MmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e0562d6b-aff1-487c-a87f-98a88fa46821", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c1e90036-f8c8-4c59-b57d-10acce855f6c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d518681a-2899-485a-b5fa-7e3ffa97c227", "generatedFromUUID": "c1e90036-f8c8-4c59-b57d-10acce855f6c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d518681a-2899-485a-b5fa-7e3ffa97c227", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220614070712-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "artifactChecksum": "ZjVmODA0ZGRmMWNiZTk2MTAzOGMzYjgwYTZiZmNiYjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "88aeb7b6-2b5f-431a-bb66-141b38f2fb3b" } ], "workloadContext": "Production" } 2022-06-14T07:37:57.062Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T07:37:57.062Z|42dd986b-5220-4c77-ada7-841b04a7be83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b ASDC 2022-06-14T07:37:57.063Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:5a63c214-b07d-4ac8-8cde-c1b453438cc4 ServiceName:vFW 2022-06-14 07-07-12 ServiceVersion:1.0 ServiceUUID:2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b ServiceInvariantUUID:b8cefcd5-30cf-4b40-8041-27f4c1bde583 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220614070712-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar ArtifactUUID:88aeb7b6-2b5f-431a-bb66-141b38f2fb3b ArtifactChecksum:ZjVmODA0ZGRmMWNiZTk2MTAzOGMzYjgwYTZiZmNiYjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 8e75afc1-754f 0 ResourceCustomizationUUID:3f5a4dd2-8515-4e01-9de0-ae7814e37340 ResourceInvariantUUID:31564df2-1a8c-4bdb-95dd-ccc18a42d19f ResourceName:vFW 8e75afc1-754f ResourceType:VF ResourceUUID:19782ead-4339-46ac-bd96-cddee13683e7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw8e75afc1754f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json ArtifactUUID:e0562d6b-aff1-487c-a87f-98a88fa46821 ArtifactChecksum:NzNmMDAxOTU1MmM2ZDk3ZmM5OTgxZTAxNGI4NDE2MmM= 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/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml ArtifactUUID:c1e90036-f8c8-4c59-b57d-10acce855f6c 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/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env ArtifactUUID:d518681a-2899-485a-b5fa-7e3ffa97c227 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/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env ArtifactUUID:d518681a-2899-485a-b5fa-7e3ffa97c227 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-14T07:37:57.063Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:37:57.123Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:37:57.124Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:37:57.124Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:37:57.124Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 88aeb7b6-2b5f-431a-bb66-141b38f2fb3b from URL: /sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar 2022-06-14T07:37:57.124Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:37:57.125Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar 2022-06-14T07:37:57.453Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:37:57.460Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar 88aeb7b6-2b5f-431a-bb66-141b38f2fb3b 98983 2022-06-14T07:37:57.460Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar ASDC sendASDCNotification 2022-06-14T07:37:57.460Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar 2022-06-14T07:37:57.461Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:37:57.461Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:37:57.463Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:37:57.463Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192277460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:37:57.563Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:37:57.564Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:37:57.564Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:37:57.586Z||pool-193-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:37:57.588Z||pool-193-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:37:58.464Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:37:58.466Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:37:58.466Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 88aeb7b6-2b5f-431a-bb66-141b38f2fb3b, URL: /sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar to file: /app/ASDC/1/service-Vfw20220614070712-csar.csar 2022-06-14T07:37:58.467Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220614070712-csar.csar 2022-06-14T07:37:58.468Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220614070712-csar.csar 2022-06-14T07:37:58.468Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220614070712-csar.csar 2022-06-14T07:37:58.927Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7064586728948215290/Definitions/service-Vfw20220614070712-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-06-14T07:38:02.981Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T07:38:02.982Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:38:02.982Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220614070712-csar.csar 2022-06-14T07:38:02.983Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-14T07:38:02.983Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||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-Vfw20220614070712-csar.csar 2022-06-14T07:38:02.983Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||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-Vfw20220614070712-csar.csar 2022-06-14T07:38:02.983Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|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-Vfw20220614070712-csar.csar 2022-06-14T07:38:02.983Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614070712-csar.csar 2022-06-14T07:38:02.983Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614070712-csar.csar 2022-06-14T07:38:02.983Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||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-Vfw20220614070712-csar.csar 2022-06-14T07:38:02.984Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|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-Vfw20220614070712-csar.csar 2022-06-14T07:38:02.984Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220614070712-csar.csar 2022-06-14T07:38:02.984Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220614070712-csar.csar 2022-06-14T07:38:02.984Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220614070712-csar.csar 2022-06-14T07:38:02.984Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220614070712-csar.csar 2022-06-14T07:38:02.984Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e75afc1-754f 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-Vfw20220614070712-csar.csar 2022-06-14T07:38:02.984Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|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-Vfw20220614070712-csar.csar 2022-06-14T07:38:02.984Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:38:02.984Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:02.985Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:02.985Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is matching search criteria 2022-06-14T07:38:02.985Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:38:02.986Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e75afc1-754f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:38:02.986Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:02.988Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:02.988Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is matching search criteria 2022-06-14T07:38:02.988Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:38:02.989Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e75afc1-754f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:38:02.989Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:02.990Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:02.990Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:02.990Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is not matching search criteria 2022-06-14T07:38:02.990Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:38:02.991Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:38:02.991Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:02.991Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:38:02.991Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:38:02.991Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:38:02.992Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:38:02.992Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:38:02.993Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:38:02.993Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:38:02.993Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:02.994Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:38:02.994Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:02.994Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:38:02.994Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:38:02.995Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-14T07:38:02.995Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:02.995Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T07:38:02.995Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:02.996Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is matching search criteria 2022-06-14T07:38:02.996Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e75afc1-754f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:38:02.996Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:02.996Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is matching search criteria 2022-06-14T07:38:02.997Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e75afc1-754f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:38:02.997Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:02.997Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is matching search criteria 2022-06-14T07:38:02.997Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e75afc1-754f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:38:02.998Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:02.998Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is not matching search criteria 2022-06-14T07:38:02.998Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:38:02.998Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-14T07:38:02.998Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:38:02.999Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:38:02.999Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:38:02.999Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:38:02.999Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:02.999Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:38:03.000Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:03.000Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:38:03.000Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:38:03.000Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4d213355-09d4-4650-8f0e-46a72d3dc78a 2022-06-14T07:38:03.001Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:03.001Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is not matching search criteria 2022-06-14T07:38:03.001Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:38:03.002Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:38:03.002Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:03.002Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:38:03.002Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:38:03.002Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:38:03.003Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:38:03.003Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-14T07:38:03.003Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:38:03.003Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:03.004Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:38:03.004Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:38:03.004Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ce77891a-8d50-44fc-967c-458ae68acb88 2022-06-14T07:38:03.004Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:03.004Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is not matching search criteria 2022-06-14T07:38:03.005Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:38:03.005Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:38:03.005Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:03.005Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:38:03.005Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:38:03.006Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:38:03.006Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:38:03.006Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:38:03.006Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:38:03.006Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:38:03.006Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:03.007Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-14T07:38:03.007Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4a0dba8d-1eda-409d-8339-51ddbde53b1b 2022-06-14T07:38:03.007Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:03.007Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:03.007Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:03.008Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:03.008Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:03.008Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:03.008Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:03.008Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:03.008Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-14 07-07-12 Description:catalog service description Model UUID:2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b Model Version:NULL Model InvariantUuid:b8cefcd5-30cf-4b40-8041-27f4c1bde583 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 8e75afc1-754f Model UUID:333787c4-07e3-4b1f-9e5d-7f596ce86d94 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:31564df2-1a8c-4bdb-95dd-ccc18a42d19f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3f5a4dd2-8515-4e01-9de0-ae7814e37340 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f5fbf94b-3d49-46f5-9068-79cb1b87b5d0 ModelName:Vfw8e75afc1754f..base_vfw..module-0 ModelUuid:79a05059-affd-4065-babd-fb1661ccfd92 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4d213355-09d4-4650-8f0e-46a72d3dc78a ModelInvariantUuid:7825cb99-3a7d-4672-8977-49ef1b75fa5d ModelName:vFW 8e75afc1-754f-nodes.vfwCvfc ModelUuid:1a0d60af-b1ea-451d-87f8-2f57aadb9e0f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0d228b36-2589-44d3-97a2-52a0c1daccd5 ModelInvariantUuid:bef14f0a-d165-4fcf-b353-f790856d2713 ModelName:Vfw8e75afc1754f.compute.nodes.heat.vfw ModelUuid:c22ef201-b702-4c49-adba-031b18247272 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ce77891a-8d50-44fc-967c-458ae68acb88 ModelInvariantUuid:9b11eed5-ccb0-4279-b49f-a615f5fb037a ModelName:vFW 8e75afc1-754f-nodes.vsnCvfc ModelUuid:966c34ad-a1b4-4cc1-b9b7-99aa6bf5bf5a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:6a26cf4a-4410-48cf-aeae-db8a78644a43 ModelInvariantUuid:fdb20666-3fb3-4a20-bee4-719dc4934bea ModelName:Vfw8e75afc1754f.compute.nodes.heat.vsn ModelUuid:01595bd4-a262-4f68-b87e-6bd9894582b1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4a0dba8d-1eda-409d-8339-51ddbde53b1b ModelInvariantUuid:aaaa612c-b967-4982-ad00-91132c8c70b8 ModelName:vFW 8e75afc1-754f-nodes.vpgCvfc ModelUuid:79f97dd0-e4d4-4098-b269-2d46c958f67f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:ce640eea-5426-4ef0-bc5d-2b73276f062f ModelInvariantUuid:564c8802-5228-4f64-96dd-58302934be68 ModelName:Vfw8e75afc1754f.compute.nodes.heat.vpg ModelUuid:f43019de-d87c-4e97-8565-380f2568b220 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T07:38:03.018Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 19782ead-4339-46ac-bd96-cddee13683e7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:38:03.022Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||vFW 8e75afc1-754f 0 2022-06-14T07:38:03.023Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 19782ead-4339-46ac-bd96-cddee13683e7 2022-06-14T07:38:03.023Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e0562d6b-aff1-487c-a87f-98a88fa46821 from URL: /sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json 2022-06-14T07:38:03.023Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:38:03.024Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json 2022-06-14T07:38:03.120Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:38:03.123Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json e0562d6b-aff1-487c-a87f-98a88fa46821 785 2022-06-14T07:38:03.124Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json ASDC sendASDCNotification 2022-06-14T07:38:03.124Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json 2022-06-14T07:38:03.124Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:38:03.125Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:38:03.128Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:38:03.129Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192283123, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:38:03.228Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:38:03.229Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:38:03.230Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:38:03.247Z||pool-194-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:38:03.248Z||pool-194-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:38:04.130Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8e75afc1754f..base_vfw..module-0", "vfModuleModelInvariantUUID": "f5fbf94b-3d49-46f5-9068-79cb1b87b5d0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "79a05059-affd-4065-babd-fb1661ccfd92", "vfModuleModelCustomizationUUID": "a31b95f3-8c33-4543-a2d7-ee25b90d8afe", "isBase": true, "artifacts": [ "c1e90036-f8c8-4c59-b57d-10acce855f6c", "d518681a-2899-485a-b5fa-7e3ffa97c227" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T07:38:04.141Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8e75afc1754f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:79a05059-affd-4065-babd-fb1661ccfd92 VfModuleModelInvariantUUID:f5fbf94b-3d49-46f5-9068-79cb1b87b5d0 VfModuleModelDescription:NULL Artifacts UUID List:{ c1e90036-f8c8-4c59-b57d-10acce855f6c , d518681a-2899-485a-b5fa-7e3ffa97c227 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T07:38:04.145Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8e75afc1754f..base_vfw..module-0", "vfModuleModelInvariantUUID": "f5fbf94b-3d49-46f5-9068-79cb1b87b5d0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "79a05059-affd-4065-babd-fb1661ccfd92", "vfModuleModelCustomizationUUID": "a31b95f3-8c33-4543-a2d7-ee25b90d8afe", "isBase": true, "artifacts": [ "c1e90036-f8c8-4c59-b57d-10acce855f6c", "d518681a-2899-485a-b5fa-7e3ffa97c227" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T07:38:04.145Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8e75afc1754f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:79a05059-affd-4065-babd-fb1661ccfd92 VfModuleModelInvariantUUID:f5fbf94b-3d49-46f5-9068-79cb1b87b5d0 VfModuleModelDescription:NULL Artifacts UUID List:{ c1e90036-f8c8-4c59-b57d-10acce855f6c , d518681a-2899-485a-b5fa-7e3ffa97c227 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-14T07:38:04.145Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c1e90036-f8c8-4c59-b57d-10acce855f6c from URL: /sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml 2022-06-14T07:38:04.145Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:38:04.146Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml 2022-06-14T07:38:04.234Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:38:04.235Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml c1e90036-f8c8-4c59-b57d-10acce855f6c 20368 2022-06-14T07:38:04.236Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-14T07:38:04.236Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml 2022-06-14T07:38:04.236Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:38:04.236Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:38:04.239Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:38:04.239Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192284236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:38:04.340Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-14T07:38:04.343Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:38:04.343Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:38:04.364Z||pool-195-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:38:04.365Z||pool-195-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:38:05.243Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d518681a-2899-485a-b5fa-7e3ffa97c227 from URL: /sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env 2022-06-14T07:38:05.244Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:38:05.244Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env 2022-06-14T07:38:05.336Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:38:05.337Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env d518681a-2899-485a-b5fa-7e3ffa97c227 2098 2022-06-14T07:38:05.337Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-14T07:38:05.338Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env 2022-06-14T07:38:05.338Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:38:05.338Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:38:05.347Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:38:05.347Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192285337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:38:05.442Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-14T07:38:05.444Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:38:05.444Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:38:05.525Z||pool-196-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:38:05.526Z||pool-196-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:38:06.348Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b 2022-06-14T07:38:06.349Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8e75afc1-754f 0 19782ead-4339-46ac-bd96-cddee13683e7 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:38:06.372Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@743cf378, org.onap.sdc.toscaparser.api.parameters.Input@2f1ba241, org.onap.sdc.toscaparser.api.parameters.Input@49dad005, org.onap.sdc.toscaparser.api.parameters.Input@29a0a279, org.onap.sdc.toscaparser.api.parameters.Input@3a942306] 2022-06-14T07:38:06.374Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.374Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:06.375Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-14T07:38:06.375Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3f5a4dd2-8515-4e01-9de0-ae7814e37340 2022-06-14T07:38:06.375Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3f5a4dd2-8515-4e01-9de0-ae7814e37340 matches Tosca VF Customization UUID: 3f5a4dd2-8515-4e01-9de0-ae7814e37340 2022-06-14T07:38:06.375Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3f5a4dd2-8515-4e01-9de0-ae7814e37340 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-14T07:38:06.379Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.379Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:06.382Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3f5a4dd2-8515-4e01-9de0-ae7814e37340: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-14T07:38:06.382Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bb5ffb9 2022-06-14T07:38:06.383Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.383Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-14T07:38:06.383Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a31b95f3-8c33-4543-a2d7-ee25b90d8afe 2022-06-14T07:38:06.383Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a31b95f3-8c33-4543-a2d7-ee25b90d8afe Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-14T07:38:06.387Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.387Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is matching search criteria 2022-06-14T07:38:06.387Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e75afc1-754f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:38:06.388Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.388Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is matching search criteria 2022-06-14T07:38:06.388Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e75afc1-754f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:38:06.388Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.389Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is not matching search criteria 2022-06-14T07:38:06.389Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:38:06.390Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-14T07:38:06.390Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:38:06.391Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:38:06.391Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:38:06.391Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:38:06.391Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:06.391Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:38:06.392Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:06.392Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:38:06.392Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:38:06.392Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4d213355-09d4-4650-8f0e-46a72d3dc78a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T07:38:06.396Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.396Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is matching search criteria 2022-06-14T07:38:06.396Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e75afc1-754f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:38:06.397Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.397Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is not matching search criteria 2022-06-14T07:38:06.397Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:38:06.397Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:38:06.398Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:06.398Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:38:06.398Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:38:06.398Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:38:06.398Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:38:06.399Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-14T07:38:06.399Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-14T07:38:06.399Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:06.399Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-14T07:38:06.399Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:38:06.400Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ce77891a-8d50-44fc-967c-458ae68acb88 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T07:38:06.407Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.407Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is matching search criteria 2022-06-14T07:38:06.408Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e75afc1-754f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:38:06.409Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.409Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is not matching search criteria 2022-06-14T07:38:06.409Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-14T07:38:06.409Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-14T07:38:06.410Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:06.410Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:38:06.410Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-14T07:38:06.410Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-14T07:38:06.411Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-14T07:38:06.411Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-14T07:38:06.411Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-14T07:38:06.412Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-14T07:38:06.412Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-14T07:38:06.412Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-14T07:38:06.412Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4a0dba8d-1eda-409d-8339-51ddbde53b1b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-14T07:38:06.417Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.417Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is matching search criteria 2022-06-14T07:38:06.418Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e75afc1-754f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:38:06.418Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.418Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e75afc1-754f 0 is matching search criteria 2022-06-14T07:38:06.419Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e75afc1-754f 0] matching following query criteria: sdcType=VF, customizationUUID=3f5a4dd2-8515-4e01-9de0-ae7814e37340 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:38:06.421Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.421Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:06.421Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b: vFW 8e75afc1-754f 2022-06-14T07:38:06.421Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.422Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:06.422Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.422Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:06.422Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.423Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:06.423Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.423Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:06.423Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:38:06.423Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-14 07-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:38:06.423Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-14 07-07-12 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:38:06.669Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8e75afc1-754f 19782ead-4339-46ac-bd96-cddee13683e7 1 ASDC deployResourceStructure 2022-06-14T07:38:06.669Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json ASDC sendASDCNotification 2022-06-14T07:38:06.669Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json 2022-06-14T07:38:06.669Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:38:06.670Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:38:06.673Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:38:06.673Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192286669, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:38:06.772Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:38:06.773Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:38:06.773Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:38:06.800Z||pool-197-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:38:06.800Z||pool-197-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:38:07.680Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-14T07:38:07.681Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml 2022-06-14T07:38:07.681Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:38:07.681Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:38:07.684Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:38:07.685Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192287680, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-14T07:38:07.785Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:38:07.786Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:38:07.786Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:38:07.807Z||pool-198-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:38:07.807Z||pool-198-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:38:08.691Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-14T07:38:08.692Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env 2022-06-14T07:38:08.692Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:38:08.692Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:38:08.694Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:38:08.695Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192288691, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-14T07:38:08.795Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:38:08.796Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:38:08.796Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:38:08.823Z||pool-199-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:38:08.823Z||pool-199-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:38:09.696Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar ASDC sendASDCNotification 2022-06-14T07:38:09.696Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar 2022-06-14T07:38:09.697Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:38:09.698Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:38:09.700Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:38:09.700Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192289696, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:38:09.809Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-06-14T07:38:09.811Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:38:09.811Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:38:09.842Z||pool-200-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:38:09.843Z||pool-200-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:38:10.701Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:38:10.717Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:38:10.720Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:38:10.720Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:38:10.720Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:38:10.720Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:38:40.722Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:38:40.755Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:38:40.761Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:38:40.761Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:38:40.761Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:38:40.761Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:38:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:38:46.321Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:38:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:38:46.969Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:38:46.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:38:46.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:38:46.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:38:46.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:38:46.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-14T07:38:46.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:38:46.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:38:46.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:38:46.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-14T07:38:46.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:38:46.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:38:46.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:38:46.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:38:46.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:38:46.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192277460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:38:46.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:38:46.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192283123, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:38:46.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:38:46.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192284236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:38:46.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:38:46.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192285337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:38:46.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:38:46.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192286669, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/vfw8e75afc1754f0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:38:46.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:38:46.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192287680, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-14T07:38:46.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:38:46.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192288691, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/resourceInstances/vfw8e75afc1754f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-14T07:38:46.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:38:46.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:38:46.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192289696, "artifactURL": "/sdc/v1/catalog/services/Vfw20220614070712/1.0/artifacts/service-Vfw20220614070712-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:38:46.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:39:10.767Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:39:10.816Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:39:10.828Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:39:10.828Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:39:10.828Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:39:10.828Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:39:40.830Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:39:40.880Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:39:40.885Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:39:40.885Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:39:40.885Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:39:40.885Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:39:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:39:46.321Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:39:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:39:55.887Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:40:10.885Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:40:10.904Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:40:10.908Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:40:10.909Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:40:10.909Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:40:10.909Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:40:40.910Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:40:40.947Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:40:40.954Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:40:40.960Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:40:40.961Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:40:40.961Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:40:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:40:46.321Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:40:46.323Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:40:55.896Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:41:10.962Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:41:10.980Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:41:10.985Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:41:10.986Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:41:10.986Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:41:10.986Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:41:40.986Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:41:41.031Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:41:41.039Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:41:41.039Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:41:41.039Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:41:41.040Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:41:46.321Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:41:46.322Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:41:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:41:55.887Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:42:11.040Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:42:11.055Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:42:11.058Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:42:11.058Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:42:11.059Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:42:11.059Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:42:41.060Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:42:41.073Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:42:41.076Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:42:41.076Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:42:41.076Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:42:41.077Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:42:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:42:46.322Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:42:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:42:55.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:43:11.077Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T07:43:11.078Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T07:43:11.086Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5a63c214-b07d-4ac8-8cde-c1b453438cc4 and serviceModelVersionId: 2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b 2022-06-14T07:43:11.086Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b8cefcd5-30cf-4b40-8041-27f4c1bde583 2022-06-14T07:43:11.088Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b8cefcd5-30cf-4b40-8041-27f4c1bde583/model-vers/model-ver/2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b?depth=0 2022-06-14T07:43:11.094Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T07:43:11.144Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8cefcd5-30cf-4b40-8041-27f4c1bde583/model-vers/model-ver/2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-14T07:43:11.146Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8cefcd5-30cf-4b40-8041-27f4c1bde583/model-vers/model-ver/2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b?depth=0|INFO|500||Invoke 2022-06-14T07:43:11.184Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8cefcd5-30cf-4b40-8041-27f4c1bde583/model-vers/model-ver/2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T07:43:11.393Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8cefcd5-30cf-4b40-8041-27f4c1bde583/model-vers/model-ver/2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b?depth=0|INFO|500||InvokeReturn 2022-06-14T07:43:11.395Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8cefcd5-30cf-4b40-8041-27f4c1bde583/model-vers/model-ver/2a2e8c2a-311d-42ae-ab84-d01fa6ca6e8b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220614-07:43:11:188-56873], vertex-id=[536600], Content-Length=[0], Date=[Tue, 14 Jun 2022 07:43:11 GMT], Content-Type=[application/json]} 2022-06-14T07:43:11.395Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-14T07:43:11.395Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T07:43:11.396Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:43:11.399Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T07:43:11.400Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5a63c214-b07d-4ac8-8cde-c1b453438cc4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T07:43:11.401Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T07:43:11.401Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:43:11.404Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:43:11.404Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192591400, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:43:11.504Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:43:11.506Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:43:11.506Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:43:11.526Z||pool-201-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:43:11.527Z||pool-201-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:43:12.422Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T07:43:12.422Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f424e00b-4e9b-4a98-8ebf-30e7eea5684b","serviceName":"Demo_pNF_WW7J7ZvxncaXitIYkTty","serviceVersion":"1.0","serviceUUID":"af837c84-e5ae-4fcc-b739-85b3f7ff82a1","serviceDescription":"catalog service description","serviceInvariantUUID":"dd675526-6414-4e65-815b-b5bc0b43a6bb","resources":[{"resourceInstanceName":"pNF b85f80a4-ed7c 0","resourceName":"pNF b85f80a4-ed7c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d5c27da1-3ae0-436c-a09e-939f4d7aca05","resourceInvariantUUID":"9b920779-5856-4cf1-871a-ab68170c7f6a","resourceCustomizationUUID":"7fa95a4d-e0e7-49ef-8036-402d9d42366b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vf-license-model.xml","artifactChecksum":"NTBlMmRlODBlNmI0MzBkODVjNDUzOTZkNDJlZDlkOWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2d05728-1773-4804-b97c-794eda682707","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/pNF.csar","artifactChecksum":"YjEyYTY2Mzg1MTFkZWFmODU3MTdhZjYyMmM3Yjc3ZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7002ec6a-b2c5-4316-ba70-395b327a3f84","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e88127-a929-46da-8283-fdd90f149c7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vendor-license-model.xml","artifactChecksum":"YjBmZjZkZjRmNTUyYzcyMTAwNTRhMDE3MWIzMmRjYjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1465f585-c337-45e4-a8de-d96028988fcf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"024248cf-40b6-4651-a26c-19ad5ec0a84b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5aefcce9-5247-4149-9c12-dd2dee27da69","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWw7j7zvxncaxitiyktty-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-template.yml","artifactChecksum":"N2E3ODgzMGYxODQwYzA1NTMyM2ZiNWJjODc1M2Q2YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7547eaa8-70c3-4416-af02-abccc3622aa1","artifactVersion":"1"},{"artifactName":"service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar","artifactChecksum":"ZDc5NTA0MWY2MzUzNWVjNGQyMWI4NjQ4MGY2MTZjOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"abaaeb21-1c65-4aca-a82a-2af549fedb7d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T07:43:12.423Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:43:12.423Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:43:12.426Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:43:12.426Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:43:12.526Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T07:43:12.527Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:43:12.527Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:43:12.544Z||pool-202-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:43:12.545Z||pool-202-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:43:13.427Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:43:13.428Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:43:13.431Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:43:13.432Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:43:13.531Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:43:13.532Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:43:13.533Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:43:13.550Z||pool-203-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:43:13.551Z||pool-203-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:43:14.432Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:43:14.433Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:43:14.436Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:43:14.436Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:43:14.539Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-14T07:43:14.540Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:43:14.540Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:43:14.561Z||pool-204-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:43:14.561Z||pool-204-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:43:15.437Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:43:15.438Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:43:15.441Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:43:15.442Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:43:15.542Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:43:15.543Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:43:15.543Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:43:15.562Z||pool-205-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:43:15.563Z||pool-205-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:43:16.443Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:43:16.444Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:43:16.447Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:43:16.448Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:43:16.547Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:43:16.548Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:43:16.549Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:43:16.571Z||pool-206-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:43:16.572Z||pool-206-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:43:17.448Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:43:17.450Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:43:17.454Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:43:17.454Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:43:17.553Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:43:17.554Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:43:17.554Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:43:17.587Z||pool-207-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:43:17.588Z||pool-207-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:43:18.454Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:43:18.456Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:43:18.459Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:43:18.459Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:43:18.559Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:43:18.560Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:43:18.560Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:43:18.599Z||pool-208-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:43:18.600Z||pool-208-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:43:19.460Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:43:19.460Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:43:19.463Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:43:19.463Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:43:19.563Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:43:19.564Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:43:19.564Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:43:19.593Z||pool-209-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:43:19.594Z||pool-209-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:43:20.464Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "serviceName": "Demo_pNF_WW7J7ZvxncaXitIYkTty", "serviceVersion": "1.0", "serviceUUID": "af837c84-e5ae-4fcc-b739-85b3f7ff82a1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "dd675526-6414-4e65-815b-b5bc0b43a6bb", "resources": [ { "resourceInstanceName": "pNF b85f80a4-ed7c 0", "resourceCustomizationUUID": "7fa95a4d-e0e7-49ef-8036-402d9d42366b", "resourceName": "pNF b85f80a4-ed7c", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d5c27da1-3ae0-436c-a09e-939f4d7aca05", "resourceInvariantUUID": "9b920779-5856-4cf1-871a-ab68170c7f6a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "artifactChecksum": "ZDc5NTA0MWY2MzUzNWVjNGQyMWI4NjQ4MGY2MTZjOTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "abaaeb21-1c65-4aca-a82a-2af549fedb7d" } ], "workloadContext": "Production" } 2022-06-14T07:43:20.464Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T07:43:20.464Z|5a63c214-b07d-4ac8-8cde-c1b453438cc4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 af837c84-e5ae-4fcc-b739-85b3f7ff82a1 ASDC 2022-06-14T07:43:20.465Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f424e00b-4e9b-4a98-8ebf-30e7eea5684b ServiceName:Demo_pNF_WW7J7ZvxncaXitIYkTty ServiceVersion:1.0 ServiceUUID:af837c84-e5ae-4fcc-b739-85b3f7ff82a1 ServiceInvariantUUID:dd675526-6414-4e65-815b-b5bc0b43a6bb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar ArtifactUUID:abaaeb21-1c65-4aca-a82a-2af549fedb7d ArtifactChecksum:ZDc5NTA0MWY2MzUzNWVjNGQyMWI4NjQ4MGY2MTZjOTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF b85f80a4-ed7c 0 ResourceCustomizationUUID:7fa95a4d-e0e7-49ef-8036-402d9d42366b ResourceInvariantUUID:9b920779-5856-4cf1-871a-ab68170c7f6a ResourceName:pNF b85f80a4-ed7c ResourceType:PNF ResourceUUID:d5c27da1-3ae0-436c-a09e-939f4d7aca05 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-14T07:43:20.465Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af837c84-e5ae-4fcc-b739-85b3f7ff82a1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:43:20.517Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:43:20.519Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:43:20.520Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:43:20.520Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: abaaeb21-1c65-4aca-a82a-2af549fedb7d from URL: /sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:20.520Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:43:20.522Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:20.737Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:43:20.740Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar abaaeb21-1c65-4aca-a82a-2af549fedb7d 82663 2022-06-14T07:43:20.740Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar ASDC sendASDCNotification 2022-06-14T07:43:20.740Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:20.741Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:43:20.741Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:43:20.743Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:43:20.743Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192600740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:43:20.843Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:43:20.844Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:43:20.844Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:43:20.864Z||pool-210-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:43:20.865Z||pool-210-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:43:21.743Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:43:21.744Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:43:21.745Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: abaaeb21-1c65-4aca-a82a-2af549fedb7d, URL: /sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar to file: /app/ASDC/1/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:21.746Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:21.746Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:21.746Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:22.000Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7877086009706430945/Definitions/service-DemoPnfWw7j7zvxncaxitiyktty-template.yml 2022-06-14T07:43:23.371Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T07:43:23.372Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:43:23.372Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:23.372Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-14T07:43:23.372Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|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-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:23.373Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b85f80a4-ed7c 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-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:23.373Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|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-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:23.373Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|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-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:23.373Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|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-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:23.373Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|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-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:23.377Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|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-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:23.378Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:43:23.378Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:43:23.379Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WW7J7ZvxncaXitIYkTty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:43:23.380Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Node template pNF b85f80a4-ed7c 0 is matching search criteria 2022-06-14T07:43:23.380Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:43:23.380Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF b85f80a4-ed7c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:43:23.381Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:43:23.381Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WW7J7ZvxncaXitIYkTty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:43:23.381Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Node template pNF b85f80a4-ed7c 0 is matching search criteria 2022-06-14T07:43:23.382Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:43:23.382Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF b85f80a4-ed7c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-14T07:43:23.382Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:43:23.382Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WW7J7ZvxncaXitIYkTty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:43:23.383Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:43:23.383Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WW7J7ZvxncaXitIYkTty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:43:23.383Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:43:23.384Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WW7J7ZvxncaXitIYkTty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:43:23.384Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:43:23.384Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WW7J7ZvxncaXitIYkTty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:43:23.384Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:43:23.384Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WW7J7ZvxncaXitIYkTty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:43:23.385Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_WW7J7ZvxncaXitIYkTty Description:catalog service description Model UUID:af837c84-e5ae-4fcc-b739-85b3f7ff82a1 Model Version:NULL Model InvariantUuid:dd675526-6414-4e65-815b-b5bc0b43a6bb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T07:43:23.411Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: d5c27da1-3ae0-436c-a09e-939f4d7aca05 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:43:23.416Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||pNF b85f80a4-ed7c 0 2022-06-14T07:43:23.416Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d5c27da1-3ae0-436c-a09e-939f4d7aca05 2022-06-14T07:43:23.417Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||No resources found for Service: af837c84-e5ae-4fcc-b739-85b3f7ff82a1 2022-06-14T07:43:23.417Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: af837c84-e5ae-4fcc-b739-85b3f7ff82a1 2022-06-14T07:43:23.417Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b85f80a4-ed7c 0 d5c27da1-3ae0-436c-a09e-939f4d7aca05 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:43:23.431Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b4cfa31, org.onap.sdc.toscaparser.api.parameters.Input@12d267a2, org.onap.sdc.toscaparser.api.parameters.Input@d48b298, org.onap.sdc.toscaparser.api.parameters.Input@4f446fd, org.onap.sdc.toscaparser.api.parameters.Input@18f5b920] 2022-06-14T07:43:23.431Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:43:23.432Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WW7J7ZvxncaXitIYkTty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:43:23.432Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid af837c84-e5ae-4fcc-b739-85b3f7ff82a1: pNF b85f80a4-ed7c 2022-06-14T07:43:23.432Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||Processing PNF resource: d5c27da1-3ae0-436c-a09e-939f4d7aca05 2022-06-14T07:43:23.432Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:43:23.433Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_WW7J7ZvxncaXitIYkTty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-14T07:43:23.433Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||Resource customization UUID: 7fa95a4d-e0e7-49ef-8036-402d9d42366b is the same as notified resource customizationUUID: 7fa95a4d-e0e7-49ef-8036-402d9d42366b Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-14T07:43:23.505Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b85f80a4-ed7c d5c27da1-3ae0-436c-a09e-939f4d7aca05 0 ASDC deployResourceStructure 2022-06-14T07:43:23.505Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar ASDC sendASDCNotification 2022-06-14T07:43:23.506Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar 2022-06-14T07:43:23.506Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:43:23.508Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:43:23.512Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:43:23.512Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192603505, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:43:23.611Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:43:23.612Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:43:23.612Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:43:23.644Z||pool-211-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:43:23.644Z||pool-211-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:43:24.515Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:43:24.566Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:43:24.571Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:43:24.571Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:43:24.571Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:43:24.571Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:43:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:43:46.321Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:43:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:43:46.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:43:46.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:43:46.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5a63c214-b07d-4ac8-8cde-c1b453438cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192591400, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:43:46.953Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:43:46.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:43:46.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:43:46.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:43:46.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:43:46.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:43:46.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:43:46.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:43:46.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:43:46.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:43:46.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:43:46.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:43:46.954Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:43:46.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:43:46.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:43:46.954Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:43:46.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:43:46.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/resourceInstances/pnfb85f80a4ed7c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:43:46.954Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:43:46.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:43:46.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:43:46.954Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:43:46.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:43:46.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:43:46.955Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:43:46.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:43:46.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192600740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:43:46.955Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:43:46.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:43:46.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192603505, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWw7j7zvxncaxitiyktty/1.0/artifacts/service-DemoPnfWw7j7zvxncaxitiyktty-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:43:46.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:43:54.572Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:43:54.589Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:43:54.593Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:43:54.593Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:43:54.593Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:43:54.593Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:44:24.598Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:44:24.644Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:44:24.650Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:44:24.650Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:44:24.651Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:44:24.651Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:44:46.321Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:44:46.324Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:44:46.324Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:44:54.652Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:44:54.678Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:44:54.681Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:44:54.682Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:44:54.682Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:44:54.682Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:44:55.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:45:24.683Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:45:24.720Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:45:24.727Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:45:24.728Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:45:24.728Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:45:24.728Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:45:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:45:46.322Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:45:46.322Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:45:54.728Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:45:54.755Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:45:54.761Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:45:54.762Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:45:54.763Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:45:54.764Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:45:55.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:46:24.766Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:46:24.781Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:46:24.785Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:46:24.785Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:46:24.785Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:46:24.785Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:46:46.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:46:46.326Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:46:46.326Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:46:54.786Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:46:54.798Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:46:54.802Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:46:54.802Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:46:54.802Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:46:54.803Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:46:55.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:47:24.803Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:47:24.829Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:47:24.832Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:47:24.833Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:47:24.833Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:47:24.833Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:47:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:47:46.321Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:47:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:47:46.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:47:46.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "cds", "timestamp": 1655192843980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "aai-ml", "timestamp": 1655192843828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "multicloud-k8s-id", "timestamp": 1655192849823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "cds", "timestamp": 1655192843980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "aai-ml", "timestamp": 1655192843828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "multicloud-k8s-id", "timestamp": 1655192849823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "cds", "timestamp": 1655192843980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "aai-ml", "timestamp": 1655192843828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "multicloud-k8s-id", "timestamp": 1655192849823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "cds", "timestamp": 1655192843980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "aai-ml", "timestamp": 1655192843828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "multicloud-k8s-id", "timestamp": 1655192849823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "cds", "timestamp": 1655192843980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "aai-ml", "timestamp": 1655192843828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "multicloud-k8s-id", "timestamp": 1655192849823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "cds", "timestamp": 1655192843980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "aai-ml", "timestamp": 1655192843828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "multicloud-k8s-id", "timestamp": 1655192849823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "cds", "timestamp": 1655192843980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "aai-ml", "timestamp": 1655192843828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "multicloud-k8s-id", "timestamp": 1655192849823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "cds", "timestamp": 1655192843980, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:47:46.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "aai-ml", "timestamp": 1655192843828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:47:46.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "multicloud-k8s-id", "timestamp": 1655192849823, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:47:46.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "cds", "timestamp": 1655192858530, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:47:46.574Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:47:46.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "aai-ml", "timestamp": 1655192859025, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:47:46.576Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:47:46.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "policy-id", "timestamp": 1655192858754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "cds", "timestamp": 1655192859536, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:47:46.615Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 980fe772-f878-4255-a87f-706df7adfef6 2022-06-14T07:47:46.616Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 980fe772-f878-4255-a87f-706df7adfef6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:47:46.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "policy-id", "timestamp": 1655192858754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "policy-id", "timestamp": 1655192858754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "policy-id", "timestamp": 1655192858754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "policy-id", "timestamp": 1655192858754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "clamp", "timestamp": 1655192863607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "policy-id", "timestamp": 1655192858754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "clamp", "timestamp": 1655192863607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:46.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:47:46.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "policy-id", "timestamp": 1655192858754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:47:46.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:47:54.834Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:47:54.855Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:47:54.866Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:47:54.866Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:47:54.866Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:47:54.867Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:48:24.867Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-06-14T07:48:24.868Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-14T07:48:24.884Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f424e00b-4e9b-4a98-8ebf-30e7eea5684b and serviceModelVersionId: af837c84-e5ae-4fcc-b739-85b3f7ff82a1 2022-06-14T07:48:24.884Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd675526-6414-4e65-815b-b5bc0b43a6bb 2022-06-14T07:48:24.886Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd675526-6414-4e65-815b-b5bc0b43a6bb/model-vers/model-ver/af837c84-e5ae-4fcc-b739-85b3f7ff82a1?depth=0 2022-06-14T07:48:24.899Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-14T07:48:25.010Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd675526-6414-4e65-815b-b5bc0b43a6bb/model-vers/model-ver/af837c84-e5ae-4fcc-b739-85b3f7ff82a1?depth=0|INFO|500||Invoke 2022-06-14T07:48:25.011Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd675526-6414-4e65-815b-b5bc0b43a6bb/model-vers/model-ver/af837c84-e5ae-4fcc-b739-85b3f7ff82a1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd675526-6414-4e65-815b-b5bc0b43a6bb/model-vers/model-ver/af837c84-e5ae-4fcc-b739-85b3f7ff82a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f424e00b-4e9b-4a98-8ebf-30e7eea5684b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10155455-e32d-49a1-9c3e-00f6233f9278], X-ECOMP-RequestID=[f424e00b-4e9b-4a98-8ebf-30e7eea5684b], X-TransactionId=[], X-ONAP-RequestID=[f424e00b-4e9b-4a98-8ebf-30e7eea5684b], Content-Type=[application/merge-patch+json]} 2022-06-14T07:48:25.062Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd675526-6414-4e65-815b-b5bc0b43a6bb/model-vers/model-ver/af837c84-e5ae-4fcc-b739-85b3f7ff82a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-06-14T07:48:25.327Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd675526-6414-4e65-815b-b5bc0b43a6bb/model-vers/model-ver/af837c84-e5ae-4fcc-b739-85b3f7ff82a1?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/dd675526-6414-4e65-815b-b5bc0b43a6bb/model-vers/model-ver/af837c84-e5ae-4fcc-b739-85b3f7ff82a1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220614-07:48:25:051-77104], vertex-id=[258288], Content-Length=[0], Date=[Tue, 14 Jun 2022 07:48:25 GMT], Content-Type=[application/json]} 2022-06-14T07:48:25.327Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd675526-6414-4e65-815b-b5bc0b43a6bb/model-vers/model-ver/af837c84-e5ae-4fcc-b739-85b3f7ff82a1?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-14T07:48:25.328Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd675526-6414-4e65-815b-b5bc0b43a6bb/model-vers/model-ver/af837c84-e5ae-4fcc-b739-85b3f7ff82a1?depth=0|INFO|500||InvokeReturn 2022-06-14T07:48:25.329Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-14T07:48:25.330Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:48:25.364Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-14T07:48:25.365Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f424e00b-4e9b-4a98-8ebf-30e7eea5684b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-06-14T07:48:25.367Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-06-14T07:48:25.367Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:25.387Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:25.388Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192905367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:48:25.476Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-06-14T07:48:25.478Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:25.478Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:25.534Z||pool-212-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:25.535Z||pool-212-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:48:26.420Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-14T07:48:26.421Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2b626f68-b224-441e-95dc-93e058e2e54c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"672ce7cf-3855-4a0a-8a0b-0d8019a628a8","serviceDescription":"service","serviceInvariantUUID":"4175a3ab-08d4-4811-b2d2-a6cf9ed753e9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0927fc91-ec59-44e6-aace-59bbb3a34317","resourceInvariantUUID":"b5637c68-903f-4ca4-9827-22d2028ec8bd","resourceCustomizationUUID":"c0904e31-9c09-4f8a-9fce-1765c878595e","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":"ZDY3NjQ0MzcwZGQ2NzJkNTVkZGFjYTRiMGRjYWJmYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30fb765d-6829-42b8-9480-6c63107bd049","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":"ZTUwMThlOTkyMDgzOTA4MDE4NDZjMTA1NTBkYmExZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"93755759-7396-47e3-9b4e-7a658247c9c1","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":"6ab2c44f-611a-4cc1-866e-bc7c0a19b431","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":"a50a44e6-924d-4de7-8914-11f123ede440","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":"258b629c-b0d9-438f-9d47-f30940fe41a6","artifactVersion":"2","generatedFromUUID":"3f5dfd6f-adc4-49be-9ef7-33e7ab11307e"},{"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":"49563263-9411-4cce-bd0e-30d03448990a","artifactVersion":"2","generatedFromUUID":"6ab2c44f-611a-4cc1-866e-bc7c0a19b431"},{"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":"3f5dfd6f-adc4-49be-9ef7-33e7ab11307e","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":"ad6c21a5-e081-45df-bcd0-930df3cb8b61","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":"ZDA3YjllNGFkZGZlNWIwZDVhMDk4ZmI2NTc0ZGQ4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16913258-d015-428f-bf16-b132ae0b6280","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YzI0NDYxNTI2MDIxZDhiZDUzZTFmZWU2YzAwYjVkNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ae79966-bfd3-4235-893d-680505d5858e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-14T07:48:26.423Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:48:26.424Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:26.428Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:26.428Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:48:26.527Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T07:48:26.528Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:26.528Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:26.560Z||pool-213-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:26.561Z||pool-213-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:27.429Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:48:27.430Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:27.432Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:27.432Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:48:27.533Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:48:27.534Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:27.534Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:27.549Z||pool-214-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:27.550Z||pool-214-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:28.433Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:48:28.435Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:28.438Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:28.439Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-14T07:48:28.539Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:48:28.540Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:28.540Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:28.557Z||pool-215-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:28.558Z||pool-215-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:29.440Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:48:29.441Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:29.443Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:29.443Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:48:29.544Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:48:29.544Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:29.545Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:29.575Z||pool-216-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:29.576Z||pool-216-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:48:30.444Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:48:30.445Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:30.448Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:30.449Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-14T07:48:30.551Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T07:48:30.552Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:30.553Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:30.579Z||pool-217-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:30.580Z||pool-217-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:48:31.449Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:48:31.451Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:31.453Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:31.454Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-14T07:48:31.554Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:48:31.555Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:31.555Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:31.570Z||pool-218-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:31.572Z||pool-218-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:32.455Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:48:32.457Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:32.461Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:32.462Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-14T07:48:32.562Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:48:32.563Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:32.563Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:32.581Z||pool-219-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:32.582Z||pool-219-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:33.463Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:48:33.463Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:33.466Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:33.467Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-14T07:48:33.567Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-06-14T07:48:33.568Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:33.568Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:33.587Z||pool-220-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:33.588Z||pool-220-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:34.475Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:48:34.476Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:34.479Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:34.479Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:48:34.579Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-14T07:48:34.580Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:34.580Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:34.607Z||pool-221-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:34.608Z||pool-221-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:35.483Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-14T07:48:35.483Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:35.485Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:35.486Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:48:35.586Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:48:35.587Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:35.587Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:35.623Z||pool-222-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:35.624Z||pool-222-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:48:36.487Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "672ce7cf-3855-4a0a-8a0b-0d8019a628a8", "serviceDescription": "service", "serviceInvariantUUID": "4175a3ab-08d4-4811-b2d2-a6cf9ed753e9", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c0904e31-9c09-4f8a-9fce-1765c878595e", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0927fc91-ec59-44e6-aace-59bbb3a34317", "resourceInvariantUUID": "b5637c68-903f-4ca4-9827-22d2028ec8bd", "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": "ZTUwMThlOTkyMDgzOTA4MDE4NDZjMTA1NTBkYmExZWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "93755759-7396-47e3-9b4e-7a658247c9c1", "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": "6ab2c44f-611a-4cc1-866e-bc7c0a19b431", "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": "49563263-9411-4cce-bd0e-30d03448990a", "generatedFromUUID": "6ab2c44f-611a-4cc1-866e-bc7c0a19b431" }, "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": "258b629c-b0d9-438f-9d47-f30940fe41a6", "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": "49563263-9411-4cce-bd0e-30d03448990a", "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": "3f5dfd6f-adc4-49be-9ef7-33e7ab11307e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YzI0NDYxNTI2MDIxZDhiZDUzZTFmZWU2YzAwYjVkNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7ae79966-bfd3-4235-893d-680505d5858e" } ], "workloadContext": "Production" } 2022-06-14T07:48:36.487Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-14T07:48:36.488Z|f424e00b-4e9b-4a98-8ebf-30e7eea5684b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 672ce7cf-3855-4a0a-8a0b-0d8019a628a8 ASDC 2022-06-14T07:48:36.489Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:2b626f68-b224-441e-95dc-93e058e2e54c ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:672ce7cf-3855-4a0a-8a0b-0d8019a628a8 ServiceInvariantUUID:4175a3ab-08d4-4811-b2d2-a6cf9ed753e9 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:7ae79966-bfd3-4235-893d-680505d5858e ArtifactChecksum:YzI0NDYxNTI2MDIxZDhiZDUzZTFmZWU2YzAwYjVkNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c0904e31-9c09-4f8a-9fce-1765c878595e ResourceInvariantUUID:b5637c68-903f-4ca4-9827-22d2028ec8bd ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:0927fc91-ec59-44e6-aace-59bbb3a34317 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:93755759-7396-47e3-9b4e-7a658247c9c1 ArtifactChecksum:ZTUwMThlOTkyMDgzOTA4MDE4NDZjMTA1NTBkYmExZWQ= 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:6ab2c44f-611a-4cc1-866e-bc7c0a19b431 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:49563263-9411-4cce-bd0e-30d03448990a 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:258b629c-b0d9-438f-9d47-f30940fe41a6 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:49563263-9411-4cce-bd0e-30d03448990a 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:3f5dfd6f-adc4-49be-9ef7-33e7ab11307e ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-14T07:48:36.489Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 672ce7cf-3855-4a0a-8a0b-0d8019a628a8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-14T07:48:36.590Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:48:36.592Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:48:36.592Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:48:36.592Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7ae79966-bfd3-4235-893d-680505d5858e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-14T07:48:36.592Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:48:36.592Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:37.055Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:48:37.080Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7ae79966-bfd3-4235-893d-680505d5858e 158204 2022-06-14T07:48:37.088Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:37.088Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:37.089Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:48:37.089Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:37.092Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:37.092Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192917088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:48:37.194Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T07:48:37.195Z||pool-223-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:37.196Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:37.228Z||pool-223-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:37.228Z||pool-223-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:38.093Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-14T07:48:38.094Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-14T07:48:38.094Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7ae79966-bfd3-4235-893d-680505d5858e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-14T07:48:38.094Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-14T07:48:38.096Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-14T07:48:38.096Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-14T07:48:38.380Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9027896827632508837/Definitions/service-BasicCnfMacro-template.yml 2022-06-14T07:48:40.486Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-14T07:48:40.487Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:48:40.487Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-14T07:48:40.487Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-14T07:48:40.488Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.488Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.488Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.488Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.488Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-14T07:48:40.489Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:40.489Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.489Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-14T07:48:40.490Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:48:40.490Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.490Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:40.491Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.491Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-14T07:48:40.491Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-14T07:48:40.492Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.492Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:40.492Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.493Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:40.493Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-14T07:48:40.493Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-14T07:48:40.493Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-14T07:48:40.493Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-14T07:48:40.494Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:40.494Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.494Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:40.494Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-14T07:48:40.495Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:48:40.495Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:40.496Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-14T07:48:40.496Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:48:40.496Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:40.497Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-14T07:48:40.497Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:48:40.497Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:40.498Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-14T07:48:40.498Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:48:40.498Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:40.498Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-14T07:48:40.499Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-14T07:48:40.500Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=ce837804-a4d1-414a-8aff-50bc3c36148e 2022-06-14T07:48:40.500Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:40.501Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.501Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:40.502Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.502Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:40.502Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.503Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:40.503Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.503Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:672ce7cf-3855-4a0a-8a0b-0d8019a628a8 Model Version:NULL Model InvariantUuid:4175a3ab-08d4-4811-b2d2-a6cf9ed753e9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:2c40ef0b-026c-4377-ac08-4a8109a7b3b7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b5637c68-903f-4ca4-9827-22d2028ec8bd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c0904e31-9c09-4f8a-9fce-1765c878595e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ef8a77f4-c5dc-44af-b1f5-d35e550abf65 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:fb5d7e4a-a6e0-4f47-bf2d-68a013b90873 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:c96adb68-b8ba-49da-8b90-54fc62bafd9b ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:07e2ed00-ddee-4c39-8d3f-ab4630335fb5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ce837804-a4d1-414a-8aff-50bc3c36148e ModelInvariantUuid:3a75243b-263a-4303-bcb5-14361075b1af ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:155c3904-f272-4142-bd9a-8a0aecdbf9be ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:cd0e2782-043d-4b47-8b31-b4f6ebb762a0 ModelInvariantUuid:c141878b-2b46-401a-9973-780a7aedd69b ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:a5d9e8dc-3186-455b-b56c-b8d80c7a8bf7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-14T07:48:40.517Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0927fc91-ec59-44e6-aace-59bbb3a34317 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:48:40.520Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0 2022-06-14T07:48:40.521Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0927fc91-ec59-44e6-aace-59bbb3a34317 2022-06-14T07:48:40.521Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 93755759-7396-47e3-9b4e-7a658247c9c1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-14T07:48:40.522Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:48:40.522Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.583Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:48:40.584Z|2b626f68-b224-441e-95dc-93e058e2e54c|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 93755759-7396-47e3-9b4e-7a658247c9c1 1565 2022-06-14T07:48:40.585Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.585Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:40.585Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:48:40.585Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:40.588Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:40.588Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192920584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:48:40.688Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:48:40.689Z||pool-224-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:40.690Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:40.712Z||pool-224-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:40.713Z||pool-224-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:41.589Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "c96adb68-b8ba-49da-8b90-54fc62bafd9b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "07e2ed00-ddee-4c39-8d3f-ab4630335fb5", "vfModuleModelCustomizationUUID": "034a60e8-286a-4838-8f74-11a8ea77fae3", "isBase": true, "artifacts": [ "6ab2c44f-611a-4cc1-866e-bc7c0a19b431", "49563263-9411-4cce-bd0e-30d03448990a" ], "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": "ef8a77f4-c5dc-44af-b1f5-d35e550abf65", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fb5d7e4a-a6e0-4f47-bf2d-68a013b90873", "vfModuleModelCustomizationUUID": "5a281cfe-d119-4d48-84a9-af51df71bbc3", "isBase": false, "artifacts": [ "3f5dfd6f-adc4-49be-9ef7-33e7ab11307e" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T07:48:41.606Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:07e2ed00-ddee-4c39-8d3f-ab4630335fb5 VfModuleModelInvariantUUID:c96adb68-b8ba-49da-8b90-54fc62bafd9b VfModuleModelDescription:NULL Artifacts UUID List:{ 6ab2c44f-611a-4cc1-866e-bc7c0a19b431 , 49563263-9411-4cce-bd0e-30d03448990a } 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:fb5d7e4a-a6e0-4f47-bf2d-68a013b90873 VfModuleModelInvariantUUID:ef8a77f4-c5dc-44af-b1f5-d35e550abf65 VfModuleModelDescription:NULL Artifacts UUID List:{ 3f5dfd6f-adc4-49be-9ef7-33e7ab11307e } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-14T07:48:41.611Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "c96adb68-b8ba-49da-8b90-54fc62bafd9b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "07e2ed00-ddee-4c39-8d3f-ab4630335fb5", "vfModuleModelCustomizationUUID": "034a60e8-286a-4838-8f74-11a8ea77fae3", "isBase": true, "artifacts": [ "6ab2c44f-611a-4cc1-866e-bc7c0a19b431", "49563263-9411-4cce-bd0e-30d03448990a" ], "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": "ef8a77f4-c5dc-44af-b1f5-d35e550abf65", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fb5d7e4a-a6e0-4f47-bf2d-68a013b90873", "vfModuleModelCustomizationUUID": "5a281cfe-d119-4d48-84a9-af51df71bbc3", "isBase": false, "artifacts": [ "3f5dfd6f-adc4-49be-9ef7-33e7ab11307e" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-14T07:48:41.613Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:07e2ed00-ddee-4c39-8d3f-ab4630335fb5 VfModuleModelInvariantUUID:c96adb68-b8ba-49da-8b90-54fc62bafd9b VfModuleModelDescription:NULL Artifacts UUID List:{ 6ab2c44f-611a-4cc1-866e-bc7c0a19b431 , 49563263-9411-4cce-bd0e-30d03448990a } 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:fb5d7e4a-a6e0-4f47-bf2d-68a013b90873 VfModuleModelInvariantUUID:ef8a77f4-c5dc-44af-b1f5-d35e550abf65 VfModuleModelDescription:NULL Artifacts UUID List:{ 3f5dfd6f-adc4-49be-9ef7-33e7ab11307e } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-14T07:48:41.615Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6ab2c44f-611a-4cc1-866e-bc7c0a19b431 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-14T07:48:41.616Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:48:41.616Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:41.729Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:48:41.730Z|2b626f68-b224-441e-95dc-93e058e2e54c|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 6ab2c44f-611a-4cc1-866e-bc7c0a19b431 914 2022-06-14T07:48:41.731Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:41.731Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:41.731Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:48:41.731Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:41.736Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:41.737Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192921731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:48:41.836Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-14T07:48:41.837Z||pool-225-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:41.837Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:41.866Z||pool-225-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:41.866Z||pool-225-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:42.746Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 258b629c-b0d9-438f-9d47-f30940fe41a6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-14T07:48:42.748Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:48:42.749Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:42.927Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:48:42.940Z|2b626f68-b224-441e-95dc-93e058e2e54c|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 258b629c-b0d9-438f-9d47-f30940fe41a6 12 2022-06-14T07:48:42.941Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:42.941Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:42.941Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:48:42.942Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:42.946Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:42.946Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192922941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:48:43.054Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-06-14T07:48:43.055Z||pool-226-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:43.055Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:43.076Z||pool-226-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:43.076Z||pool-226-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:43.947Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 49563263-9411-4cce-bd0e-30d03448990a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-14T07:48:43.948Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:48:43.949Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:44.032Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:48:44.032Z|2b626f68-b224-441e-95dc-93e058e2e54c|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 49563263-9411-4cce-bd0e-30d03448990a 96 2022-06-14T07:48:44.033Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:44.035Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:44.036Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:48:44.036Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:44.041Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:44.042Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192924033, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:48:44.150Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-06-14T07:48:44.152Z||pool-227-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:44.152Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:44.173Z||pool-227-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:44.174Z||pool-227-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:48:45.043Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3f5dfd6f-adc4-49be-9ef7-33e7ab11307e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-14T07:48:45.049Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-14T07:48:45.050Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:45.134Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-14T07:48:45.136Z|2b626f68-b224-441e-95dc-93e058e2e54c|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 3f5dfd6f-adc4-49be-9ef7-33e7ab11307e 20206 2022-06-14T07:48:45.137Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:45.153Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:45.154Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-14T07:48:45.156Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:45.162Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:45.171Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192925137, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-14T07:48:45.261Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-06-14T07:48:45.263Z||pool-228-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:45.263Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:45.281Z||pool-228-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:45.281Z||pool-228-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:48:46.177Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 672ce7cf-3855-4a0a-8a0b-0d8019a628a8 2022-06-14T07:48:46.178Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 0927fc91-ec59-44e6-aace-59bbb3a34317 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:48:46.191Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47332e8f, org.onap.sdc.toscaparser.api.parameters.Input@41e8e60f, org.onap.sdc.toscaparser.api.parameters.Input@4a078847, org.onap.sdc.toscaparser.api.parameters.Input@749e99c8, org.onap.sdc.toscaparser.api.parameters.Input@2a079682] 2022-06-14T07:48:46.193Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:46.193Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:46.194Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-14T07:48:46.194Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c0904e31-9c09-4f8a-9fce-1765c878595e 2022-06-14T07:48:46.194Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0904e31-9c09-4f8a-9fce-1765c878595e matches Tosca VF Customization UUID: c0904e31-9c09-4f8a-9fce-1765c878595e 2022-06-14T07:48:46.194Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c0904e31-9c09-4f8a-9fce-1765c878595e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-14T07:48:46.197Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:46.197Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:46.199Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c0904e31-9c09-4f8a-9fce-1765c878595e: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-14T07:48:46.199Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5abab763 2022-06-14T07:48:46.199Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:46.199Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:46.200Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a281cfe-d119-4d48-84a9-af51df71bbc3 2022-06-14T07:48:46.200Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a281cfe-d119-4d48-84a9-af51df71bbc3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-14T07:48:46.204Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:46.204Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-14T07:48:46.204Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:48:46.204Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:46.205Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-14T07:48:46.205Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-14T07:48:46.205Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:46.205Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-14T07:48:46.205Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c0904e31-9c09-4f8a-9fce-1765c878595e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-14T07:48:46.208Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:46.208Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:46.209Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 672ce7cf-3855-4a0a-8a0b-0d8019a628a8: basic_cnf_macro 2022-06-14T07:48:46.209Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:46.209Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:46.209Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:46.210Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:46.210Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:46.210Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:46.210Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:46.210Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:46.211Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-14T07:48:46.211Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:46.211Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:46.301Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 0927fc91-ec59-44e6-aace-59bbb3a34317 2 ASDC deployResourceStructure 2022-06-14T07:48:46.302Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:46.302Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:46.302Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:48:46.303Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:46.304Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:46.305Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192926302, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-14T07:48:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:48:46.321Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:48:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:48:46.352Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:46.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:48:46.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "clamp", "timestamp": 1655192863607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-14T07:48:46.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:48:46.405Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:48:46.406Z||pool-229-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:46.406Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:46.431Z||pool-229-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:46.432Z||pool-229-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:47.305Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:47.306Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:47.307Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:48:47.307Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:47.310Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:47.310Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192927305, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-14T07:48:47.411Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:48:47.411Z||pool-230-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:47.412Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:47.426Z||pool-230-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:47.426Z||pool-230-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:48.311Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:48.311Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:48.312Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-14T07:48:48.312Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:48.315Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:48.316Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192928311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-14T07:48:48.418Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-14T07:48:48.419Z||pool-231-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:48.420Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:48.441Z||pool-231-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:48.441Z||pool-231-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:49.317Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:49.318Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:49.318Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:48:49.319Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:49.322Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:49.322Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192929317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-14T07:48:49.422Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:48:49.423Z||pool-232-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:49.423Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:49.448Z||pool-232-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:49.448Z||pool-232-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:50.323Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:50.324Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:50.324Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-14T07:48:50.324Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:50.326Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:50.326Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192930323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-14T07:48:50.427Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:48:50.428Z||pool-233-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:50.429Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:50.447Z||pool-233-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:50.447Z||pool-233-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-14T07:48:51.327Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:51.328Z|2b626f68-b224-441e-95dc-93e058e2e54c|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-06-14T07:48:51.328Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-14T07:48:51.329Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-14T07:48:51.333Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-14T07:48:51.333Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192931327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:48:51.433Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-14T07:48:51.434Z||pool-234-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-14T07:48:51.435Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZQwS26COZsTTp54c) ... 2022-06-14T07:48:51.451Z||pool-234-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:48:51.452Z||pool-234-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-14T07:48:52.335Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b626f68-b224-441e-95dc-93e058e2e54c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:48:52.357Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b626f68-b224-441e-95dc-93e058e2e54c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:48:52.362Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:48:52.362Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:48:52.362Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:48:52.362Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:49:22.363Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b626f68-b224-441e-95dc-93e058e2e54c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:49:22.380Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b626f68-b224-441e-95dc-93e058e2e54c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:49:22.386Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:49:22.386Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:49:22.387Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:49:22.387Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:49:46.320Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:49:46.321Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:49:46.321Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:49:46.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:49:46.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:49:46.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "policy-id", "timestamp": 1655192858754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:49:46.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:49:52.387Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b626f68-b224-441e-95dc-93e058e2e54c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:49:52.403Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b626f68-b224-441e-95dc-93e058e2e54c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:49:52.407Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:49:52.407Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:49:52.407Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:49:52.407Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:50:22.408Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b626f68-b224-441e-95dc-93e058e2e54c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:50:22.429Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b626f68-b224-441e-95dc-93e058e2e54c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:50:22.434Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:50:22.434Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:50:22.434Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:50:22.434Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-14T07:50:46.328Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-14T07:50:46.329Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-14T07:50:46.329Z||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 ZQwS26COZsTTp54c) ... 2022-06-14T07:50:46.393Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-14T07:50:46.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "clamp", "timestamp": 1655192863607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:50:46.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "policy-id", "timestamp": 1655192867524, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:50:46.396Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:50:46.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "aai-ml", "timestamp": 1655192867497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:50:46.397Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:50:46.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "clamp", "timestamp": 1655192863607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:50:46.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "policy-id", "timestamp": 1655192868529, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:50:46.399Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:50:46.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "aai-ml", "timestamp": 1655192868502, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:50:46.445Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 980fe772-f878-4255-a87f-706df7adfef6 2022-06-14T07:50:46.445Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 980fe772-f878-4255-a87f-706df7adfef6 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:50:46.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "clamp", "timestamp": 1655192863607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/resourceInstances/pnf67f01f9f8d4e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-14T07:50:46.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "policy-id", "timestamp": 1655192869534, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:50:46.474Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 980fe772-f878-4255-a87f-706df7adfef6 2022-06-14T07:50:46.475Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 980fe772-f878-4255-a87f-706df7adfef6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:50:46.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "clamp", "timestamp": 1655192863607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:50:46.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "clamp", "timestamp": 1655192863607, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:50:46.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "clamp", "timestamp": 1655192879400, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:50:46.502Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:50:46.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "clamp", "timestamp": 1655192880957, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pdmvqnjtifshyuszjn9/1.0/artifacts/service-DemoPnf1pdmvqnjtifshyuszjn9-csar.csar", "status": "DEPLOY_OK" } 2022-06-14T07:50:46.503Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:50:46.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "980fe772-f878-4255-a87f-706df7adfef6", "consumerID": "clamp", "timestamp": 1655192881961, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-14T07:50:46.525Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 980fe772-f878-4255-a87f-706df7adfef6 2022-06-14T07:50:46.526Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 980fe772-f878-4255-a87f-706df7adfef6 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-14T07:50:46.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f424e00b-4e9b-4a98-8ebf-30e7eea5684b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192905367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-06-14T07:50:46.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:50:46.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:50:46.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-14T07:50:46.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-14T07:50:46.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-14T07:50:46.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-14T07:50:46.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-14T07:50:46.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-14T07:50:46.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-14T07:50:46.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-14T07:50:46.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192265389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-14T07:50:46.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-14T07:50:46.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192917088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-14T07:50:46.560Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:50:46.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192920584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-14T07:50:46.561Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:50:46.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192921731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-14T07:50:46.562Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:50:46.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192922941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:50:46.563Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:50:46.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192924033, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-14T07:50:46.563Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:50:46.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-14T07:50:46.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b626f68-b224-441e-95dc-93e058e2e54c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655192925137, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-14T07:50:46.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-14T07:50:52.434Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b626f68-b224-441e-95dc-93e058e2e54c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:50:52.449Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b626f68-b224-441e-95dc-93e058e2e54c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-14T07:50:52.453Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-14T07:50:52.453Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-14T07:50:52.454Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-14T07:50:52.454Z|2b626f68-b224-441e-95dc-93e058e2e54c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.