JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2023-02-09T05:32:52.371Z||main|||||INFO|500||The following profiles are active: basic 2023-02-09T05:33:14.995Z||main|||||INFO|500||Starting service [Tomcat] 2023-02-09T05:33:14.996Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-02-09T05:33:15.216Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-02-09T05:33:22.910Z||main|||||INFO|500||catdb-pool - Starting... 2023-02-09T05:33:23.599Z||main|||||INFO|500||catdb-pool - Start completed. 2023-02-09T05:33:24.477Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-02-09T05:33:24.837Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-02-09T05:33:26.229Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-02-09T05:33:31.695Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-02-09T05:33:33.168Z||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. 2023-02-09T05:33:38.491Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-09T05:33:38.705Z||main|||||INFO|500||reqdb-pool - Starting... 2023-02-09T05:33:38.720Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-02-09T05:33:38.743Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-02-09T05:33:39.723Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-02-09T05:33:40.500Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-09T05:33:42.583Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_ 2023-02-09T05:33:43.791Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02 2023-02-09T05:33:43.792Z||main|||||ERROR|500||(conn=1240) Table 'catalogdb.activity_spec' doesn't exist 2023-02-09T05:33:43.830Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet 2023-02-09T05:33:49.917Z||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 2023-02-09T05:33:55.063Z||main|||||WARN|500||--- 2023-02-09T05:33:55.065Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-02-09T05:33:55.066Z||main|||||WARN|500||--- 2023-02-09T05:33:55.739Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-02-09T05:34:04.975Z||main|||||INFO|500||Started Application in 78.361 seconds (JVM running for 82.674) 2023-02-09T05:34:05.019Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-02-09T05:34:05.022Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-02-09T05:34:05.032Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-02-09T05:34:05.134Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 29dc3ead-c1a5-4cb4-940c-456a5ec093ec url= /sdc/v1/artifactTypes 2023-02-09T05:34:05.148Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-02-09T05:34:06.308Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8080 [sdc-be.onap/10.233.20.136] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:107) 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$$5ff4831c.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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2023-02-09T05:34:06.313Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1e25021c 2023-02-09T05:34:06.315Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-02-09T05:34:06.364Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect 2023-02-09T05:34:06.406Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem 2023-02-09T05:34:06.412Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC 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$$5ff4831c.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: SDC 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 2023-02-09T05:34:54.964Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-02-09T05:34:54.966Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-02-09T05:34:54.967Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-02-09T05:34:54.991Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d765d12e-97a2-403e-8b24-f7bbf5a3341f url= /sdc/v1/artifactTypes 2023-02-09T05:34:54.991Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-02-09T05:34:56.025Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8080 [sdc-be.onap/10.233.20.136] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:107) 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$$5ff4831c.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.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2023-02-09T05:34:56.026Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6b441c68 2023-02-09T05:34:56.027Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-02-09T05:34:56.028Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect 2023-02-09T05:34:56.028Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem 2023-02-09T05:34:56.030Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC 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$$5ff4831c.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: SDC 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 2023-02-09T05:35:44.961Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-02-09T05:35:44.968Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-02-09T05:35:44.969Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-02-09T05:35:44.977Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b9b64d22-66bd-420d-aec9-b99f83fb424e url= /sdc/v1/artifactTypes 2023-02-09T05:35:44.978Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-02-09T05:35:45.111Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-02-09T05:35:45.139Z||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 SDC server 2023-02-09T05:35:45.140Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-02-09T05:35:45.141Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 32015728-fc95-4af8-9629-ed62785a2e23 url= /sdc/v1/distributionKafkaData 2023-02-09T05:35:45.142Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData 2023-02-09T05:35:45.264Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-02-09T05:35:45.277Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@38eedc60 2023-02-09T05:35:45.418Z||scheduling-1|||||INFO|500||ProducerConfig values: acks = -1 batch.size = 16384 bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092] buffer.memory = 33554432 client.dns.lookup = use_all_dns_ips client.id = SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b compression.type = none connections.max.idle.ms = 540000 delivery.timeout.ms = 120000 enable.idempotence = true interceptor.classes = [] key.serializer = class org.apache.kafka.common.serialization.StringSerializer linger.ms = 0 max.block.ms = 60000 max.in.flight.requests.per.connection = 5 max.request.size = 1048576 metadata.max.age.ms = 300000 metadata.max.idle.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partitioner.adaptive.partitioning.enable = true partitioner.availability.timeout.ms = 0 partitioner.class = null partitioner.ignore.keys = false receive.buffer.bytes = 32768 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retries = 2147483647 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS transaction.timeout.ms = 60000 transactional.id = null value.serializer = class org.apache.kafka.common.serialization.StringSerializer 2023-02-09T05:35:45.525Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Instantiated an idempotent producer. 2023-02-09T05:35:45.694Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-02-09T05:35:45.809Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-02-09T05:35:45.810Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-02-09T05:35:45.811Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675920945802 2023-02-09T05:35:45.827Z||scheduling-1|||||INFO|500||start DistributionClient 2023-02-09T05:35:45.872Z||scheduling-1|||||INFO|500||ConsumerConfig values: allow.auto.create.topics = false auto.commit.interval.ms = 5000 auto.offset.reset = latest bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092] check.crcs = true client.dns.lookup = use_all_dns_ips client.id = SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67 client.rack = connections.max.idle.ms = 540000 default.api.timeout.ms = 60000 enable.auto.commit = true exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = so group.instance.id = null heartbeat.interval.ms = 3000 interceptor.classes = [] internal.leave.group.on.close = true internal.throw.on.fetch.stable.offset.unsupported = false isolation.level = read_uncommitted key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 session.timeout.ms = 45000 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer 2023-02-09T05:35:46.039Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-02-09T05:35:46.040Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-02-09T05:35:46.041Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675920946039 2023-02-09T05:35:46.045Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:35:46.050Z||scheduling-1|||||INFO|500||ConsumerConfig values: allow.auto.create.topics = false auto.commit.interval.ms = 5000 auto.offset.reset = latest bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092] check.crcs = true client.dns.lookup = use_all_dns_ips client.id = SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6 client.rack = connections.max.idle.ms = 540000 default.api.timeout.ms = 60000 enable.auto.commit = true exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = so group.instance.id = null heartbeat.interval.ms = 3000 interceptor.classes = [] internal.leave.group.on.close = true internal.throw.on.fetch.stable.offset.unsupported = false isolation.level = read_uncommitted key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 session.timeout.ms = 45000 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer 2023-02-09T05:35:46.054Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:35:46.152Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-02-09T05:35:46.154Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-02-09T05:35:46.154Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675920946152 2023-02-09T05:35:46.156Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:35:46.160Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:35:46.169Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-02-09T05:35:47.362Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T05:35:47.363Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T05:35:47.364Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T05:35:47.364Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T05:35:47.364Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T05:35:47.365Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T05:35:47.369Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to TWV30bjsTSGPJdSfjemeog 2023-02-09T05:35:47.370Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to TWV30bjsTSGPJdSfjemeog 2023-02-09T05:35:47.370Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to TWV30bjsTSGPJdSfjemeog 2023-02-09T05:35:47.374Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Cluster ID: T7HIzgEWRdKCaHkMBi07pg 2023-02-09T05:35:47.371Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to TWV30bjsTSGPJdSfjemeog 2023-02-09T05:35:47.375Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Cluster ID: T7HIzgEWRdKCaHkMBi07pg 2023-02-09T05:35:47.376Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to TWV30bjsTSGPJdSfjemeog 2023-02-09T05:35:47.378Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to TWV30bjsTSGPJdSfjemeog 2023-02-09T05:35:47.379Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) 2023-02-09T05:35:47.380Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Cluster ID: T7HIzgEWRdKCaHkMBi07pg 2023-02-09T05:35:47.384Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) 2023-02-09T05:35:47.415Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] (Re-)joining group 2023-02-09T05:35:47.418Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] (Re-)joining group 2023-02-09T05:35:47.532Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67-76ab33dc-9ac8-4d85-bcd9-0ca20dc85ca2 2023-02-09T05:35:47.535Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-02-09T05:35:47.535Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] (Re-)joining group 2023-02-09T05:35:47.556Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6-cfd14ca6-f5e7-42ea-aa86-1453b9576d5c 2023-02-09T05:35:47.558Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-02-09T05:35:47.558Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] (Re-)joining group 2023-02-09T05:35:47.714Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] ProducerId set to 2000 with epoch 0 2023-02-09T05:35:53.554Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6-cfd14ca6-f5e7-42ea-aa86-1453b9576d5c', protocol='range'} 2023-02-09T05:35:53.567Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67-76ab33dc-9ac8-4d85-bcd9-0ca20dc85ca2', protocol='range'} 2023-02-09T05:35:53.718Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T05:35:53.719Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T05:35:53.719Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T05:35:53.720Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T05:35:53.720Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T05:35:53.720Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T05:35:53.735Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6-cfd14ca6-f5e7-42ea-aa86-1453b9576d5c=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67-76ab33dc-9ac8-4d85-bcd9-0ca20dc85ca2=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-02-09T05:35:53.840Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6-cfd14ca6-f5e7-42ea-aa86-1453b9576d5c', protocol='range'} 2023-02-09T05:35:53.843Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67-76ab33dc-9ac8-4d85-bcd9-0ca20dc85ca2', protocol='range'} 2023-02-09T05:35:53.844Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-02-09T05:35:53.844Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-02-09T05:35:53.855Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-02-09T05:35:53.855Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-02-09T05:35:53.896Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-02-09T05:35:53.896Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-02-09T05:35:53.897Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-02-09T05:35:53.898Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-02-09T05:35:53.898Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-02-09T05:35:53.899Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-02-09T05:35:53.899Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-02-09T05:35:53.897Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-02-09T05:35:53.903Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-02-09T05:35:53.903Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-02-09T05:35:53.903Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-02-09T05:35:53.903Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-02-09T05:35:53.995Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-02-09T05:35:53.998Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-02-09T05:35:54.114Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-02-09T05:35:54.119Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-02-09T05:35:54.124Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-02-09T05:35:54.124Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-02-09T05:35:54.141Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-02-09T05:35:54.142Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-02-09T05:35:54.142Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-02-09T05:35:54.142Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-02-09T05:35:54.162Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-02-09T05:35:54.162Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-02-09T05:36:46.068Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:36:46.162Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:37:46.071Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:37:46.164Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:38:46.075Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:38:46.165Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:39:46.078Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:39:46.167Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:40:46.084Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:40:46.168Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:41:46.086Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:41:46.170Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:42:46.086Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:42:46.171Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:43:32.955Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-02-09T05:43:46.094Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:43:46.172Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:44:46.096Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:44:46.174Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:44:47.428Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8b1b0dd4-4e80-4d1e-8d3e-acc08f50dc67, groupId=so] Node -1 disconnected. 2023-02-09T05:44:47.470Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-40aba410-6cc0-40a2-a9b3-f7f1032868e6, groupId=so] Node -1 disconnected. 2023-02-09T05:45:17.742Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Node -1 disconnected. 2023-02-09T05:45:46.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:45:46.175Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:46:46.102Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:46:46.177Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:47:46.104Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:47:46.179Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:48:46.106Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:48:46.180Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:49:46.108Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:49:46.182Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:50:46.110Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:50:46.183Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:51:46.114Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:51:46.185Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:52:46.116Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:52:46.186Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:53:46.116Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:53:46.187Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:54:46.118Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:54:46.189Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:55:46.121Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:55:46.191Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:56:46.125Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:56:46.193Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:57:46.126Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:57:46.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:58:46.129Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:58:46.196Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T05:59:46.130Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T05:59:46.198Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:00:46.132Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:00:46.200Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:01:46.134Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:01:46.202Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:02:46.137Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:02:46.203Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:03:46.141Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:03:46.206Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:04:46.143Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:04:46.209Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:05:46.144Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:05:46.210Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:06:46.147Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:06:46.212Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:07:46.150Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:07:46.214Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:08:46.153Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:08:46.215Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:09:46.156Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:09:46.217Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:10:46.159Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:10:46.219Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:11:46.161Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:11:46.220Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:12:46.162Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:12:46.222Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:13:46.164Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:13:46.223Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:14:46.165Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:14:46.225Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:15:46.166Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:15:46.227Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:16:46.169Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:16:46.230Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:17:46.171Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:17:46.232Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:18:46.174Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:18:46.234Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:19:46.175Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:19:46.235Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:20:46.176Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:20:46.235Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:21:46.180Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:21:46.237Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:22:46.182Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:22:46.238Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:23:46.185Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:23:46.239Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:24:46.187Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:24:46.241Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:25:46.192Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:25:46.243Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:26:46.196Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:26:46.245Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:27:46.197Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:27:46.246Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:28:46.199Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:28:46.248Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:29:46.202Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:29:46.250Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:30:46.203Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:30:46.252Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:31:46.206Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:31:46.254Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:32:46.207Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:32:46.255Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:33:46.208Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:33:46.257Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:34:46.212Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:34:46.260Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:35:46.215Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:35:46.262Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:36:46.217Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:36:46.267Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:37:46.220Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:37:46.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:38:46.221Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:38:46.270Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:39:46.224Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:39:46.272Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:40:46.227Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:40:46.274Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:41:46.229Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:41:46.277Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:42:46.230Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:42:46.278Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:43:46.232Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:43:46.281Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:44:46.235Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:44:46.288Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:45:46.237Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:45:46.289Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:46:46.240Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:46:46.292Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:47:46.241Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:47:46.293Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:48:46.243Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:48:46.294Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:49:46.245Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:49:46.296Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:50:46.246Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:50:46.297Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:51:46.248Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:51:46.298Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:52:46.251Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:52:46.302Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:53:46.252Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:53:46.304Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:54:46.254Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:54:46.305Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:55:46.254Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:55:46.305Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:56:46.257Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:56:46.307Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:57:46.260Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:57:46.309Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:58:46.263Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:58:46.311Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T06:59:46.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T06:59:46.314Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:00:46.267Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:00:46.315Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:01:46.269Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:01:46.317Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:02:46.270Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:02:46.318Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:03:46.272Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:03:46.320Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:04:46.274Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:04:46.322Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:05:46.275Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:05:46.324Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:06:46.277Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:06:46.326Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:07:46.278Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:07:46.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:08:46.279Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:08:46.330Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:09:46.281Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:09:46.331Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:10:46.282Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:10:46.333Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:11:46.284Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:11:46.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:12:46.286Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:12:46.336Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:13:46.288Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:13:46.336Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:14:46.291Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:14:46.338Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:15:46.294Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:15:46.340Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:16:46.295Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:16:46.342Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:17:46.297Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:17:46.343Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:18:46.298Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:18:46.344Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:19:46.301Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:19:46.345Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:20:46.303Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:20:46.347Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:21:46.305Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:21:46.350Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:22:46.307Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:22:46.352Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:23:46.310Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:23:46.353Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:24:46.310Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:24:46.355Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:25:46.311Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:25:46.357Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:26:46.312Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:26:46.359Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:27:46.314Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:27:46.361Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:28:46.317Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:28:46.363Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:29:46.320Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:29:46.364Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:30:46.320Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:30:46.369Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:31:46.323Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:31:46.372Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:32:46.326Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:32:46.379Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:33:46.328Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:33:46.381Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:34:46.330Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:34:46.382Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:35:46.331Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:35:46.383Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:36:46.333Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:36:46.385Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:37:46.336Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:37:46.386Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:38:46.338Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:38:46.387Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:39:46.340Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:39:46.389Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:40:46.341Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:40:46.390Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:41:46.344Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:41:46.391Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:42:46.361Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:42:46.393Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:43:46.363Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:43:46.396Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:44:46.364Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:44:46.398Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:45:46.365Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:45:46.398Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:46:46.366Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:46:46.399Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:47:46.368Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:47:46.401Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:48:46.369Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:48:46.402Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:49:46.371Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:49:46.404Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:50:46.373Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:50:46.406Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:51:46.375Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:51:46.408Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:52:46.376Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:52:46.409Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:53:46.378Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:53:46.411Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:54:46.380Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:54:46.415Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:55:46.382Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:55:46.415Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:56:46.385Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:56:46.420Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:57:46.386Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:57:46.421Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:58:46.392Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:58:46.422Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T07:59:46.394Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T07:59:46.424Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:00:46.396Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:00:46.424Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:01:46.398Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:01:46.427Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:02:46.399Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:02:46.430Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:03:46.400Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:03:46.432Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:04:46.409Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:04:46.433Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:05:46.411Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:05:46.433Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:06:46.412Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:06:46.435Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:07:46.414Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:07:46.435Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:08:46.415Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:08:46.437Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:09:46.417Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:09:46.438Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:10:46.418Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:10:46.440Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:11:46.420Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:11:46.441Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:12:46.421Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:12:46.445Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:13:46.423Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:13:46.446Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:14:46.424Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:14:46.448Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:15:46.425Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:15:46.448Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:16:46.427Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:16:46.450Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:17:46.429Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:17:46.451Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:18:46.430Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:18:46.455Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:19:46.431Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:19:46.457Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:20:46.433Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:20:46.458Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:21:46.433Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:21:46.458Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:22:46.439Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:22:46.460Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:23:46.441Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:23:46.461Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:24:46.443Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:24:46.462Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:25:46.445Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:25:46.462Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:26:46.449Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:26:46.464Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:27:46.451Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:27:46.465Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:28:46.452Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:28:46.465Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:29:46.453Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:29:46.467Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:30:46.454Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:30:46.467Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:31:46.456Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:31:46.469Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:32:46.458Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:32:46.472Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:33:46.458Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:33:46.473Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:34:46.460Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:34:46.475Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:35:46.461Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:35:46.476Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:36:46.463Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:36:46.481Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:37:46.464Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:37:46.482Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:38:46.465Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:38:46.483Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:39:46.467Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:39:46.485Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:40:46.469Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:40:46.485Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:41:46.470Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:41:46.486Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:42:46.473Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:42:46.487Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:43:46.475Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:43:46.489Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:44:46.478Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:44:46.489Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:45:46.480Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:45:46.491Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:46:46.481Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:46:46.493Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:47:46.492Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:47:46.495Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:48:46.496Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:48:46.497Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:49:46.497Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:49:46.499Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:50:46.501Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:50:46.501Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:51:46.503Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:51:46.503Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:52:46.504Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:52:46.503Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:53:46.505Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:53:46.505Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:54:46.506Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:54:46.507Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:55:46.507Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:55:46.508Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:56:46.508Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:56:46.510Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:57:46.509Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:57:46.510Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:58:46.510Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:58:46.511Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T08:59:46.511Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T08:59:46.514Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:00:46.513Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:00:46.515Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:01:46.514Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:01:46.516Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:02:46.515Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:02:46.516Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:03:46.516Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:03:46.517Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:04:46.517Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:04:46.519Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:05:46.519Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:05:46.521Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:06:46.521Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:06:46.521Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:07:46.522Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:07:46.521Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:08:39.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-09T09:08:39.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"6f05134a-3b12-41be-a8c5-10cbb95c91a6","serviceName":"vFW 2023-02-09 09-05-22","serviceVersion":"1.0","serviceUUID":"f2aa4402-60ce-492b-b935-e1d6153af497","serviceDescription":"catalog service description","serviceInvariantUUID":"236cad03-40b6-42d1-b380-179cd5961106","resources":[{"resourceInstanceName":"vFW a521c256-a808 0","resourceName":"vFW a521c256-a808","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"92916612-18c5-43de-9751-7bf9c36d8eec","resourceInvariantUUID":"48004cc1-aaf5-4c16-a563-cec2e19eb3e5","resourceCustomizationUUID":"85639696-f074-4f6d-878c-1fb88589e232","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vf-license-model.xml","artifactChecksum":"OWJlMDRlNDNjZWZlY2Y3NmVmN2YxN2FlYzJjZTQ3NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"816b536f-814d-4c71-92f4-dc9ea9664bee","artifactVersion":"1"},{"artifactName":"vfwa521c256a8080_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json","artifactChecksum":"MGFmODllM2E4OTM2OWVmZmFjMzliNjcwYTE1ZjNkNDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6174bbae-bdf9-4e8e-9d14-7251f6a2d8c2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"23ed8645-2cc3-4e37-8a46-9ab897ba59d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vendor-license-model.xml","artifactChecksum":"OTQzNDEwM2M0ZDc3YjNiNTdjNjlhZjkyMDFhNDA2OWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6384cf15-dcc9-4d98-97ba-ba8876017c82","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5fb2d82-0ae4-4f43-9a64-271c2a915c71","artifactVersion":"2","generatedFromUUID":"23ed8645-2cc3-4e37-8a46-9ab897ba59d7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230209090522-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-template.yml","artifactChecksum":"OGQ5NmFhNmQzM2RiYWI0M2QzZGFjYTA2YzllMjM2NWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b96f44ad-682d-4d86-8fdb-23204c79dd7e","artifactVersion":"1"},{"artifactName":"service-Vfw20230209090522-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar","artifactChecksum":"NmRjNmYzOWZlZWVjODFiZGZkYzVkMzhiN2FiMGIwOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d12792ef-7804-4282-ab0d-197145f06c10","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-09T09:08:39.125Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:08:39.145Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:08:39.146Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:08:39.146Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:08:39.171Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T09:08:39.171Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T09:08:39.172Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T09:08:39.172Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T09:08:39.172Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T09:08:39.173Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T09:08:39.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:08:39.411Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "multicloud-k8s", "timestamp": 1675933691512, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:08:39.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:08:40.224Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:08:40.225Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:08:40.225Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:08:40.226Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:08:41.228Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:08:41.228Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:08:41.229Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:08:41.229Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:08:42.231Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:08:42.232Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:08:42.232Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:08:42.233Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:08:43.235Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:08:43.236Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:08:43.237Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:08:43.237Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:08:44.238Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:08:44.240Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:08:44.240Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:08:44.241Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:08:45.243Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:08:45.244Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:08:45.245Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:08:45.245Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:08:46.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:08:46.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:08:46.164Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:08:46.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:08:46.248Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "serviceName": "vFW 2023-02-09 09-05-22", "serviceVersion": "1.0", "serviceUUID": "f2aa4402-60ce-492b-b935-e1d6153af497", "serviceDescription": "catalog service description", "serviceInvariantUUID": "236cad03-40b6-42d1-b380-179cd5961106", "resources": [ { "resourceInstanceName": "vFW a521c256-a808 0", "resourceCustomizationUUID": "85639696-f074-4f6d-878c-1fb88589e232", "resourceName": "vFW a521c256-a808", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "92916612-18c5-43de-9751-7bf9c36d8eec", "resourceInvariantUUID": "48004cc1-aaf5-4c16-a563-cec2e19eb3e5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa521c256a8080_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json", "artifactChecksum": "MGFmODllM2E4OTM2OWVmZmFjMzliNjcwYTE1ZjNkNDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6174bbae-bdf9-4e8e-9d14-7251f6a2d8c2", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "23ed8645-2cc3-4e37-8a46-9ab897ba59d7", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e5fb2d82-0ae4-4f43-9a64-271c2a915c71", "generatedFromUUID": "23ed8645-2cc3-4e37-8a46-9ab897ba59d7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e5fb2d82-0ae4-4f43-9a64-271c2a915c71", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230209090522-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "artifactChecksum": "NmRjNmYzOWZlZWVjODFiZGZkYzVkMzhiN2FiMGIwOGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d12792ef-7804-4282-ab0d-197145f06c10" } ], "workloadContext": "Production" } 2023-02-09T09:08:46.261Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-09T09:08:46.262Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f2aa4402-60ce-492b-b935-e1d6153af497 ASDC 2023-02-09T09:08:46.457Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:6f05134a-3b12-41be-a8c5-10cbb95c91a6 ServiceName:vFW 2023-02-09 09-05-22 ServiceVersion:1.0 ServiceUUID:f2aa4402-60ce-492b-b935-e1d6153af497 ServiceInvariantUUID:236cad03-40b6-42d1-b380-179cd5961106 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230209090522-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar ArtifactUUID:d12792ef-7804-4282-ab0d-197145f06c10 ArtifactChecksum:NmRjNmYzOWZlZWVjODFiZGZkYzVkMzhiN2FiMGIwOGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a521c256-a808 0 ResourceCustomizationUUID:85639696-f074-4f6d-878c-1fb88589e232 ResourceInvariantUUID:48004cc1-aaf5-4c16-a563-cec2e19eb3e5 ResourceName:vFW a521c256-a808 ResourceType:VF ResourceUUID:92916612-18c5-43de-9751-7bf9c36d8eec ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa521c256a8080_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json ArtifactUUID:6174bbae-bdf9-4e8e-9d14-7251f6a2d8c2 ArtifactChecksum:MGFmODllM2E4OTM2OWVmZmFjMzliNjcwYTE1ZjNkNDg= 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/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml ArtifactUUID:23ed8645-2cc3-4e37-8a46-9ab897ba59d7 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/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env ArtifactUUID:e5fb2d82-0ae4-4f43-9a64-271c2a915c71 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/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env ArtifactUUID:e5fb2d82-0ae4-4f43-9a64-271c2a915c71 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-09T09:08:46.458Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2aa4402-60ce-492b-b935-e1d6153af497 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 (?, ?, ?, ?, ?) 2023-02-09T09:08:46.904Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T09:08:46.907Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-09T09:08:46.908Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-09T09:08:46.909Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d12792ef-7804-4282-ab0d-197145f06c10 from URL: /sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:46.909Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-09T09:08:46.910Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:47.189Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-09T09:08:47.207Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar d12792ef-7804-4282-ab0d-197145f06c10 101489 2023-02-09T09:08:47.209Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar ASDC sendASDCNotification 2023-02-09T09:08:47.210Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:47.213Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:08:47.215Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:08:47.216Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:08:47.216Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933727208, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:08:48.218Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T09:08:48.220Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-09T09:08:48.221Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d12792ef-7804-4282-ab0d-197145f06c10, URL: /sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar to file: /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:48.222Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230209090522-csar.csar 2023-02-09T09:08:48.406Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:48.407Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:49.609Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11015102930403265536/Definitions/service-Vfw20230209090522-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_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2023-02-09T09:08:56.064Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-09T09:08:56.076Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-09T09:08:56.077Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:56.078Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-02-09T09:08:56.078Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:56.078Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:56.078Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:56.079Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:56.079Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:56.079Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:56.079Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:56.080Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a521c256-a808 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:56.080Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:56.080Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:56.081Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230209090522-csar.csar 2023-02-09T09:08:56.081Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-09T09:08:56.093Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.095Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:08:56.106Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is matching search criteria 2023-02-09T09:08:56.106Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-09T09:08:56.109Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a521c256-a808 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T09:08:56.111Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.112Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:08:56.112Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is matching search criteria 2023-02-09T09:08:56.112Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-09T09:08:56.135Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a521c256-a808 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T09:08:56.136Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.136Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:08:56.142Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.143Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is not matching search criteria 2023-02-09T09:08:56.143Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-09T09:08:56.143Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-09T09:08:56.144Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-09T09:08:56.144Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-09T09:08:56.144Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-09T09:08:56.145Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-09T09:08:56.145Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-09T09:08:56.146Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-09T09:08:56.146Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-09T09:08:56.146Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-09T09:08:56.147Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-09T09:08:56.147Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-09T09:08:56.148Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-09T09:08:56.148Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-09T09:08:56.148Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-09T09:08:56.149Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-09T09:08:56.150Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.150Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-09T09:08:56.152Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.153Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is matching search criteria 2023-02-09T09:08:56.153Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a521c256-a808 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:08:56.154Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.155Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is matching search criteria 2023-02-09T09:08:56.155Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a521c256-a808 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:08:56.155Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.156Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is matching search criteria 2023-02-09T09:08:56.156Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a521c256-a808 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:08:56.157Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.157Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is not matching search criteria 2023-02-09T09:08:56.158Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-09T09:08:56.158Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-02-09T09:08:56.158Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-09T09:08:56.159Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-09T09:08:56.159Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-09T09:08:56.160Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-09T09:08:56.160Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-09T09:08:56.161Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-09T09:08:56.161Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-09T09:08:56.161Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-09T09:08:56.162Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-09T09:08:56.162Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=73b7b9a2-e884-4fcb-b6c2-2121a1bb6dc4 2023-02-09T09:08:56.163Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.163Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is not matching search criteria 2023-02-09T09:08:56.163Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-09T09:08:56.164Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-09T09:08:56.164Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-09T09:08:56.165Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-09T09:08:56.165Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-09T09:08:56.165Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-09T09:08:56.166Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-09T09:08:56.166Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-02-09T09:08:56.166Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-09T09:08:56.167Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-09T09:08:56.167Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-09T09:08:56.167Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-09T09:08:56.168Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d7a09cf8-377e-405f-a3c2-558e19257ebf 2023-02-09T09:08:56.168Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.168Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is not matching search criteria 2023-02-09T09:08:56.169Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-09T09:08:56.169Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-09T09:08:56.170Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-09T09:08:56.170Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-09T09:08:56.170Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-09T09:08:56.171Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-09T09:08:56.171Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-09T09:08:56.172Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-09T09:08:56.172Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-09T09:08:56.172Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-09T09:08:56.173Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-09T09:08:56.173Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-02-09T09:08:56.173Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dee3004d-02bd-4592-b947-12a2d5ae8776 2023-02-09T09:08:56.174Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.174Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:08:56.175Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.175Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:08:56.175Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.176Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:08:56.176Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:08:56.176Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:08:56.177Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-02-09 09-05-22 Description:catalog service description Model UUID:f2aa4402-60ce-492b-b935-e1d6153af497 Model Version:NULL Model InvariantUuid:236cad03-40b6-42d1-b380-179cd5961106 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a521c256-a808 Model UUID:d58e7468-f1a3-43e8-924f-9590fbed8845 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:48004cc1-aaf5-4c16-a563-cec2e19eb3e5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:85639696-f074-4f6d-878c-1fb88589e232 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ccc9d6c0-cd27-46f9-a419-32c47aa9d63d ModelName:VfwA521c256A808..base_vfw..module-0 ModelUuid:075bae9b-3152-4806-87fc-05286a328981 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:73b7b9a2-e884-4fcb-b6c2-2121a1bb6dc4 ModelInvariantUuid:ce81861b-ca68-435c-89b4-966cfe218467 ModelName:vFW a521c256-a808-nodes.vfwCvfc ModelUuid:9a7621d3-6cf3-410b-b3e4-9bb02dc0eeb0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:7184a10e-648b-40f6-a5a2-6f32274353ed ModelInvariantUuid:9265328d-8ae8-4934-9298-b88e460fcb1f ModelName:VfwA521c256A808.compute.nodes.heat.vfw ModelUuid:bc82529c-8403-4acb-8cda-1065bef9e63e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d7a09cf8-377e-405f-a3c2-558e19257ebf ModelInvariantUuid:2c227df4-7804-45a7-8a23-e6d759f9a09c ModelName:vFW a521c256-a808-nodes.vsnCvfc ModelUuid:c83f9d06-6bb4-453f-ae8d-137d027e444c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0b955518-d43a-479f-b500-59dc32cfab7d ModelInvariantUuid:a37d752a-6f02-44e5-8ee4-7e01aabf76c8 ModelName:VfwA521c256A808.compute.nodes.heat.vsn ModelUuid:aa5b4f1d-ff3d-4d40-a383-b0f63119acad ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:dee3004d-02bd-4592-b947-12a2d5ae8776 ModelInvariantUuid:e0144b08-5483-4561-af9d-380ce5adbd53 ModelName:vFW a521c256-a808-nodes.vpgCvfc ModelUuid:a7dff219-04ab-4810-b8b3-4c075868a804 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:6b556c8f-b400-4b3d-a5e4-bf276001a9d3 ModelInvariantUuid:f61b3d42-818f-4b2b-ad45-1caf6ce9a3cc ModelName:VfwA521c256A808.compute.nodes.heat.vpg ModelUuid:6b61a2aa-fe1b-4e59-83a9-d827d37ccaef 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=? 2023-02-09T09:08:56.215Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 92916612-18c5-43de-9751-7bf9c36d8eec 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=? 2023-02-09T09:08:56.334Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||vFW a521c256-a808 0 2023-02-09T09:08:56.344Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 92916612-18c5-43de-9751-7bf9c36d8eec 2023-02-09T09:08:56.345Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6174bbae-bdf9-4e8e-9d14-7251f6a2d8c2 from URL: /sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json 2023-02-09T09:08:56.346Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-09T09:08:56.346Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json 2023-02-09T09:08:56.546Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-09T09:08:56.547Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json 6174bbae-bdf9-4e8e-9d14-7251f6a2d8c2 785 2023-02-09T09:08:56.549Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json ASDC sendASDCNotification 2023-02-09T09:08:56.550Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json 2023-02-09T09:08:56.551Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:08:56.552Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:08:56.552Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:08:56.553Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933736549, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:08:57.556Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA521c256A808..base_vfw..module-0", "vfModuleModelInvariantUUID": "ccc9d6c0-cd27-46f9-a419-32c47aa9d63d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "075bae9b-3152-4806-87fc-05286a328981", "vfModuleModelCustomizationUUID": "3459b108-70aa-42d9-935f-2dda8a77d8cc", "isBase": true, "artifacts": [ "23ed8645-2cc3-4e37-8a46-9ab897ba59d7", "e5fb2d82-0ae4-4f43-9a64-271c2a915c71" ], "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": "" } } ] 2023-02-09T09:08:57.582Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA521c256A808..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:075bae9b-3152-4806-87fc-05286a328981 VfModuleModelInvariantUUID:ccc9d6c0-cd27-46f9-a419-32c47aa9d63d VfModuleModelDescription:NULL Artifacts UUID List:{ 23ed8645-2cc3-4e37-8a46-9ab897ba59d7 , e5fb2d82-0ae4-4f43-9a64-271c2a915c71 } 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 } 2023-02-09T09:08:57.588Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA521c256A808..base_vfw..module-0", "vfModuleModelInvariantUUID": "ccc9d6c0-cd27-46f9-a419-32c47aa9d63d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "075bae9b-3152-4806-87fc-05286a328981", "vfModuleModelCustomizationUUID": "3459b108-70aa-42d9-935f-2dda8a77d8cc", "isBase": true, "artifacts": [ "23ed8645-2cc3-4e37-8a46-9ab897ba59d7", "e5fb2d82-0ae4-4f43-9a64-271c2a915c71" ], "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": "" } } ] 2023-02-09T09:08:57.589Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA521c256A808..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:075bae9b-3152-4806-87fc-05286a328981 VfModuleModelInvariantUUID:ccc9d6c0-cd27-46f9-a419-32c47aa9d63d VfModuleModelDescription:NULL Artifacts UUID List:{ 23ed8645-2cc3-4e37-8a46-9ab897ba59d7 , e5fb2d82-0ae4-4f43-9a64-271c2a915c71 } 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 } 2023-02-09T09:08:57.590Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 23ed8645-2cc3-4e37-8a46-9ab897ba59d7 from URL: /sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml 2023-02-09T09:08:57.591Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-09T09:08:57.591Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml 2023-02-09T09:08:57.850Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-09T09:08:57.851Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml 23ed8645-2cc3-4e37-8a46-9ab897ba59d7 20368 2023-02-09T09:08:57.852Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-02-09T09:08:57.863Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml 2023-02-09T09:08:57.864Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:08:57.865Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:08:57.871Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:08:57.872Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933737852, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:08:58.874Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e5fb2d82-0ae4-4f43-9a64-271c2a915c71 from URL: /sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env 2023-02-09T09:08:58.879Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-09T09:08:58.879Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env 2023-02-09T09:08:59.406Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-09T09:08:59.411Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env e5fb2d82-0ae4-4f43-9a64-271c2a915c71 2098 2023-02-09T09:08:59.412Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env ASDC sendASDCNotification 2023-02-09T09:08:59.412Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env 2023-02-09T09:08:59.412Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:08:59.415Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:08:59.416Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:08:59.416Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933739411, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:09:00.419Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f2aa4402-60ce-492b-b935-e1d6153af497 2023-02-09T09:09:00.420Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a521c256-a808 0 92916612-18c5-43de-9751-7bf9c36d8eec 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=? 2023-02-09T09:09:00.538Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73c45d68, org.onap.sdc.toscaparser.api.parameters.Input@52f1a5f5, org.onap.sdc.toscaparser.api.parameters.Input@7119ebbf, org.onap.sdc.toscaparser.api.parameters.Input@74c9d872, org.onap.sdc.toscaparser.api.parameters.Input@25b7e49e] 2023-02-09T09:09:00.548Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.549Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:09:00.550Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-02-09T09:09:00.550Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 85639696-f074-4f6d-878c-1fb88589e232 2023-02-09T09:09:00.550Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85639696-f074-4f6d-878c-1fb88589e232 matches Tosca VF Customization UUID: 85639696-f074-4f6d-878c-1fb88589e232 2023-02-09T09:09:00.551Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 85639696-f074-4f6d-878c-1fb88589e232 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=? 2023-02-09T09:09:00.566Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.566Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:09:00.568Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 85639696-f074-4f6d-878c-1fb88589e232: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-09T09:09:00.569Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32c958c4 2023-02-09T09:09:00.570Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.572Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-09T09:09:00.573Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3459b108-70aa-42d9-935f-2dda8a77d8cc 2023-02-09T09:09:00.576Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3459b108-70aa-42d9-935f-2dda8a77d8cc 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=? 2023-02-09T09:09:00.605Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.606Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is matching search criteria 2023-02-09T09:09:00.606Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a521c256-a808 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:09:00.619Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.620Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is matching search criteria 2023-02-09T09:09:00.620Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a521c256-a808 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:09:00.621Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.621Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is not matching search criteria 2023-02-09T09:09:00.622Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-09T09:09:00.622Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-02-09T09:09:00.622Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-09T09:09:00.622Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-09T09:09:00.623Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-09T09:09:00.623Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-09T09:09:00.623Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-09T09:09:00.623Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-09T09:09:00.624Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-09T09:09:00.624Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-09T09:09:00.624Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-09T09:09:00.624Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=73b7b9a2-e884-4fcb-b6c2-2121a1bb6dc4 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=? 2023-02-09T09:09:00.656Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.657Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is matching search criteria 2023-02-09T09:09:00.658Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a521c256-a808 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:09:00.658Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.658Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is not matching search criteria 2023-02-09T09:09:00.659Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-09T09:09:00.659Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-09T09:09:00.659Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-09T09:09:00.660Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-09T09:09:00.666Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-09T09:09:00.666Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-09T09:09:00.666Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-09T09:09:00.667Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-02-09T09:09:00.667Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-09T09:09:00.667Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-09T09:09:00.667Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-09T09:09:00.668Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-09T09:09:00.673Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d7a09cf8-377e-405f-a3c2-558e19257ebf 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=? 2023-02-09T09:09:00.698Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.698Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is matching search criteria 2023-02-09T09:09:00.699Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a521c256-a808 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:09:00.709Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.710Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is not matching search criteria 2023-02-09T09:09:00.710Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-09T09:09:00.710Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-09T09:09:00.711Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-09T09:09:00.711Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-09T09:09:00.711Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-09T09:09:00.711Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-09T09:09:00.712Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-09T09:09:00.712Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-09T09:09:00.713Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-09T09:09:00.713Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-09T09:09:00.713Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-09T09:09:00.714Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-02-09T09:09:00.714Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dee3004d-02bd-4592-b947-12a2d5ae8776 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=? 2023-02-09T09:09:00.735Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.738Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is matching search criteria 2023-02-09T09:09:00.738Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a521c256-a808 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:09:00.739Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.739Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Node template vFW a521c256-a808 0 is matching search criteria 2023-02-09T09:09:00.740Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a521c256-a808 0] matching following query criteria: sdcType=VF, customizationUUID=85639696-f074-4f6d-878c-1fb88589e232 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=? 2023-02-09T09:09:00.764Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.764Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:09:00.765Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f2aa4402-60ce-492b-b935-e1d6153af497: vFW a521c256-a808 2023-02-09T09:09:00.765Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.765Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:09:00.766Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.766Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:09:00.766Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.766Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:09:00.767Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.767Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:09:00.767Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:09:00.767Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-09 09-05-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:09:00.768Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2023-02-09 09-05-22 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 (?, ?, ?, ?, ?) 2023-02-09T09:09:02.329Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a521c256-a808 92916612-18c5-43de-9751-7bf9c36d8eec 1 ASDC deployResourceStructure 2023-02-09T09:09:02.331Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json ASDC sendASDCNotification 2023-02-09T09:09:02.331Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json 2023-02-09T09:09:02.332Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:09:02.333Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:09:02.333Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:09:02.334Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933742331, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:09:03.335Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-02-09T09:09:03.336Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml 2023-02-09T09:09:03.338Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:09:03.338Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:09:03.339Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:09:03.340Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933743335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:09:04.344Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env ASDC sendASDCNotification 2023-02-09T09:09:04.344Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env 2023-02-09T09:09:04.344Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:09:04.344Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:09:04.345Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:09:04.345Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933744343, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:09:05.346Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar ASDC sendASDCNotification 2023-02-09T09:09:05.347Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar 2023-02-09T09:09:05.348Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:09:05.349Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:09:05.350Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:09:05.350Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933745346, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:09:06.354Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f05134a-3b12-41be-a8c5-10cbb95c91a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:09:06.435Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f05134a-3b12-41be-a8c5-10cbb95c91a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:09:06.446Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:09:06.446Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-09T09:09:06.447Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-09T09:09:36.448Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f05134a-3b12-41be-a8c5-10cbb95c91a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:09:36.489Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f05134a-3b12-41be-a8c5-10cbb95c91a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:09:36.493Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:09:36.493Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-09T09:09:36.494Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-09T09:09:46.160Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:09:46.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.188Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "aai-model-loader", "timestamp": 1675933716031, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.193Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.194Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "cds-sdc-listener", "timestamp": 1675933713271, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.194Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json", "status": "NOTIFIED" } 2023-02-09T09:09:46.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.195Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "multicloud-k8s", "timestamp": 1675933691512, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json", "status": "NOTIFIED" } 2023-02-09T09:09:46.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.196Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "aai-model-loader", "timestamp": 1675933716031, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.197Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.198Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "cds-sdc-listener", "timestamp": 1675933713271, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.199Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-09T09:09:46.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.200Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "multicloud-k8s", "timestamp": 1675933691512, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-09T09:09:46.202Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.203Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "aai-model-loader", "timestamp": 1675933716031, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.203Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.203Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "cds-sdc-listener", "timestamp": 1675933713271, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.204Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.205Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "multicloud-k8s", "timestamp": 1675933691512, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.205Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "aai-model-loader", "timestamp": 1675933716031, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.206Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "cds-sdc-listener", "timestamp": 1675933713271, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.208Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.210Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-09T09:09:46.210Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.211Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "multicloud-k8s", "timestamp": 1675933691512, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-09T09:09:46.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.214Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "aai-model-loader", "timestamp": 1675933716031, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.215Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.217Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "cds-sdc-listener", "timestamp": 1675933713271, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.218Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.219Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.220Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "multicloud-k8s", "timestamp": 1675933691512, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.221Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "aai-model-loader", "timestamp": 1675933716031, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.222Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "cds-sdc-listener", "timestamp": 1675933713271, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:09:46.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.223Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:09:46.223Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.224Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "multicloud-k8s", "timestamp": 1675933691512, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:09:46.224Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.224Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "aai-model-loader", "timestamp": 1675933716031, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:09:46.224Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:09:46.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:09:46.225Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "cds-sdc-listener", "timestamp": 1675933713271, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:09:46.225Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:06.495Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f05134a-3b12-41be-a8c5-10cbb95c91a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:10:06.520Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f05134a-3b12-41be-a8c5-10cbb95c91a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:10:06.524Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:10:06.524Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-09T09:10:06.524Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-09T09:10:36.525Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f05134a-3b12-41be-a8c5-10cbb95c91a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:10:36.573Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f05134a-3b12-41be-a8c5-10cbb95c91a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:10:36.587Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:10:36.587Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-09T09:10:36.587Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-09T09:10:46.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:10:46.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "multicloud-k8s", "timestamp": 1675933725110, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "cds-sdc-listener", "timestamp": 1675933726592, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "aai-model-loader", "timestamp": 1675933726649, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933727208, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.184Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "multicloud-k8s", "timestamp": 1675933726389, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.185Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "cds-sdc-listener", "timestamp": 1675933727687, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-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=? 2023-02-09T09:10:46.243Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f05134a-3b12-41be-a8c5-10cbb95c91a6 2023-02-09T09:10:46.244Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f05134a-3b12-41be-a8c5-10cbb95c91a6 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 (?, ?, ?, ?, ?) 2023-02-09T09:10:46.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.287Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "cds-sdc-listener", "timestamp": 1675933713271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.288Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "multicloud-k8s", "timestamp": 1675933727858, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.288Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "cds-sdc-listener", "timestamp": 1675933713271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.290Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.290Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "multicloud-k8s", "timestamp": 1675933729304, "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=? 2023-02-09T09:10:46.309Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f05134a-3b12-41be-a8c5-10cbb95c91a6 2023-02-09T09:10:46.309Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f05134a-3b12-41be-a8c5-10cbb95c91a6 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 (?, ?, ?, ?, ?) 2023-02-09T09:10:46.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "cds-sdc-listener", "timestamp": 1675933713271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "multicloud-k8s", "timestamp": 1675933730317, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json", "status": "DEPLOY_OK" } 2023-02-09T09:10:46.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "cds-sdc-listener", "timestamp": 1675933713271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "multicloud-k8s", "timestamp": 1675933691512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "cds-sdc-listener", "timestamp": 1675933713271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "multicloud-k8s", "timestamp": 1675933691512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "NOTIFIED" } 2023-02-09T09:10:46.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "cds-sdc-listener", "timestamp": 1675933713271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.370Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "multicloud-k8s", "timestamp": 1675933691512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-09T09:10:46.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.370Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "cds-sdc-listener", "timestamp": 1675933713271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:10:46.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.371Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "multicloud-k8s", "timestamp": 1675933691512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933736549, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "cds-sdc-listener", "timestamp": 1675933736499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.373Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "multicloud-k8s", "timestamp": 1675933691512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-09T09:10:46.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.374Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "cds-sdc-listener", "timestamp": 1675933737510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-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 (?, ?, ?, ?, ?) 2023-02-09T09:10:46.489Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 711faee1-ab0a-4d32-a2a3-0774f6d70c3c 2023-02-09T09:10:46.490Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711faee1-ab0a-4d32-a2a3-0774f6d70c3c 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 (?, ?, ?, ?, ?) 2023-02-09T09:10:46.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.540Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933737852, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "multicloud-k8s", "timestamp": 1675933691512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "cds-sdc-listener", "timestamp": 1675933738517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.542Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.543Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "multicloud-k8s", "timestamp": 1675933691512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:10:46.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.543Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933739411, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.544Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.545Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "cds-sdc-listener", "timestamp": 1675933738517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.546Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "multicloud-k8s", "timestamp": 1675933738679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.547Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "cds-sdc-listener", "timestamp": 1675933738517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.547Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.548Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "multicloud-k8s", "timestamp": 1675933740187, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.550Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "cds-sdc-listener", "timestamp": 1675933738517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.551Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.551Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.552Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933742331, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/vfwa521c256a8080_modules.json", "status": "DEPLOY_OK" } 2023-02-09T09:10:46.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.553Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "cds-sdc-listener", "timestamp": 1675933738517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.553Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.555Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "multicloud-k8s", "timestamp": 1675933741427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.556Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933743335, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-02-09T09:10:46.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.557Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "cds-sdc-listener", "timestamp": 1675933738517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.557Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.558Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "multicloud-k8s", "timestamp": 1675933742517, "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=? 2023-02-09T09:10:46.582Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 711faee1-ab0a-4d32-a2a3-0774f6d70c3c 2023-02-09T09:10:46.583Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711faee1-ab0a-4d32-a2a3-0774f6d70c3c 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 (?, ?, ?, ?, ?) 2023-02-09T09:10:46.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.637Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933744343, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/resourceInstances/vfwa521c256a8080/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-02-09T09:10:46.638Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.638Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "cds-sdc-listener", "timestamp": 1675933738517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:10:46.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.639Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:10:46.640Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.640Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "multicloud-k8s", "timestamp": 1675933743519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "DEPLOY_OK" } 2023-02-09T09:10:46.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.641Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933745346, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:10:46.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.642Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "multicloud-k8s", "timestamp": 1675933744530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.643Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933745708, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.643Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "cds-sdc-listener", "timestamp": 1675933745935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.644Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "multicloud-k8s", "timestamp": 1675933744530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "NOTIFIED" } 2023-02-09T09:10:46.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.645Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "cds-sdc-listener", "timestamp": 1675933746943, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-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 (?, ?, ?, ?, ?) 2023-02-09T09:10:46.694Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 456584ff-766b-4b19-ae2b-1d46f8dd903b 2023-02-09T09:10:46.695Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 456584ff-766b-4b19-ae2b-1d46f8dd903b 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 (?, ?, ?, ?, ?) 2023-02-09T09:10:46.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.718Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "multicloud-k8s", "timestamp": 1675933744530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-09T09:10:46.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.719Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "multicloud-k8s", "timestamp": 1675933744530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.720Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "multicloud-k8s", "timestamp": 1675933744530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-09T09:10:46.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.720Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "multicloud-k8s", "timestamp": 1675933744530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.721Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "multicloud-k8s", "timestamp": 1675933744530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:10:46.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.721Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "multicloud-k8s", "timestamp": 1675933752066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.722Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "multicloud-k8s", "timestamp": 1675933753376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.722Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "multicloud-k8s", "timestamp": 1675933754609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.723Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "multicloud-k8s", "timestamp": 1675933755693, "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=? 2023-02-09T09:10:46.733Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 456584ff-766b-4b19-ae2b-1d46f8dd903b 2023-02-09T09:10:46.733Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 456584ff-766b-4b19-ae2b-1d46f8dd903b 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 (?, ?, ?, ?, ?) 2023-02-09T09:10:46.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933757674, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:10:46.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.767Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "multicloud-k8s", "timestamp": 1675933756702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "DEPLOY_OK" } 2023-02-09T09:10:46.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.768Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933758685, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T09:10:46.779Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f05134a-3b12-41be-a8c5-10cbb95c91a6 2023-02-09T09:10:46.780Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f05134a-3b12-41be-a8c5-10cbb95c91a6 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-09T09:10:46.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.815Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "aai-model-loader", "timestamp": 1675933758873, "artifactURL": "/sdc/v1/catalog/services/Vfw20230209090522/1.0/artifacts/service-Vfw20230209090522-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:10:46.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.816Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.816Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.817Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "aai-model-loader", "timestamp": 1675933759879, "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=? 2023-02-09T09:10:46.827Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f05134a-3b12-41be-a8c5-10cbb95c91a6 2023-02-09T09:10:46.827Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f05134a-3b12-41be-a8c5-10cbb95c91a6 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 (?, ?, ?, ?, ?) 2023-02-09T09:10:46.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.844Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "aai-model-loader", "timestamp": 1675933716031, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.844Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.845Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.845Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.846Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "aai-model-loader", "timestamp": 1675933716031, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.846Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.847Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.848Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "aai-model-loader", "timestamp": 1675933716031, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.848Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.848Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.849Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "aai-model-loader", "timestamp": 1675933716031, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.850Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.850Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.851Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "aai-model-loader", "timestamp": 1675933716031, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.852Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.852Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "aai-model-loader", "timestamp": 1675933716031, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.853Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:10:46.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.854Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "aai-model-loader", "timestamp": 1675933716031, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:10:46.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.855Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933767102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.855Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "aai-model-loader", "timestamp": 1675933768108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.856Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933771290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:10:46.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.857Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933772308, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T09:10:46.883Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 711faee1-ab0a-4d32-a2a3-0774f6d70c3c 2023-02-09T09:10:46.883Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711faee1-ab0a-4d32-a2a3-0774f6d70c3c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-09T09:10:46.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.912Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.914Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.915Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.917Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.917Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.918Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.919Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.920Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.921Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933737620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:10:46.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.922Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933780872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:10:46.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.923Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "aai-model-loader", "timestamp": 1675933783501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:10:46.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.924Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "aai-model-loader", "timestamp": 1675933784511, "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=? 2023-02-09T09:10:46.938Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 711faee1-ab0a-4d32-a2a3-0774f6d70c3c 2023-02-09T09:10:46.939Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711faee1-ab0a-4d32-a2a3-0774f6d70c3c 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 (?, ?, ?, ?, ?) 2023-02-09T09:10:46.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.962Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "aai-model-loader", "timestamp": 1675933785515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:10:46.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:10:46.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:10:46.963Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933785499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:10:46.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:11:06.588Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f05134a-3b12-41be-a8c5-10cbb95c91a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:11:06.618Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f05134a-3b12-41be-a8c5-10cbb95c91a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:11:06.627Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:11:06.629Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-09T09:11:06.630Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-09T09:11:06.630Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-09T09:11:06.632Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:11:06.632Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:11:06.632Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:11:06.633Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:11:06.633Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:11:06.633Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T09:11:06.669Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-09T09:11:36.670Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f05134a-3b12-41be-a8c5-10cbb95c91a6 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=? 2023-02-09T09:11:36.690Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f05134a-3b12-41be-a8c5-10cbb95c91a6 and serviceModelVersionId: f2aa4402-60ce-492b-b935-e1d6153af497 2023-02-09T09:11:36.690Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 236cad03-40b6-42d1-b380-179cd5961106 2023-02-09T09:11:46.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:11:46.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:11:46.163Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "aai-model-loader", "timestamp": 1675933785515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:11:46.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:11:46.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:11:46.165Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675933786514, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T09:11:46.196Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 456584ff-766b-4b19-ae2b-1d46f8dd903b 2023-02-09T09:11:46.196Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 456584ff-766b-4b19-ae2b-1d46f8dd903b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-09T09:11:46.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:11:46.232Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "aai-model-loader", "timestamp": 1675933785515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:11:46.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:11:46.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:11:46.233Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "aai-model-loader", "timestamp": 1675933785515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:11:46.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:11:46.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:11:46.235Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "aai-model-loader", "timestamp": 1675933785515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:11:46.235Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:11:46.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:11:46.235Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "aai-model-loader", "timestamp": 1675933785515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:11:46.235Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:11:46.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:11:46.236Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "aai-model-loader", "timestamp": 1675933785515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:11:46.236Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:11:46.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:11:46.236Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "aai-model-loader", "timestamp": 1675933792894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:11:46.236Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:11:46.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:11:46.237Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "aai-model-loader", "timestamp": 1675933805391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:11:46.237Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:11:46.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:11:46.237Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "aai-model-loader", "timestamp": 1675933806395, "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=? 2023-02-09T09:11:46.255Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 456584ff-766b-4b19-ae2b-1d46f8dd903b 2023-02-09T09:11:46.256Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 456584ff-766b-4b19-ae2b-1d46f8dd903b 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 (?, ?, ?, ?, ?) 2023-02-09T09:12:04.450Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/236cad03-40b6-42d1-b380-179cd5961106/model-vers/model-ver/f2aa4402-60ce-492b-b935-e1d6153af497?depth=0 2023-02-09T09:12:04.628Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-02-09T09:12:05.560Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/236cad03-40b6-42d1-b380-179cd5961106/model-vers/model-ver/f2aa4402-60ce-492b-b935-e1d6153af497?depth=0|INFO|500||Invoke 2023-02-09T09:12:05.568Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/236cad03-40b6-42d1-b380-179cd5961106/model-vers/model-ver/f2aa4402-60ce-492b-b935-e1d6153af497?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/236cad03-40b6-42d1-b380-179cd5961106/model-vers/model-ver/f2aa4402-60ce-492b-b935-e1d6153af497?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6f05134a-3b12-41be-a8c5-10cbb95c91a6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b34a44d-431d-49a2-85d0-1292f6f9e017], X-ECOMP-RequestID=[6f05134a-3b12-41be-a8c5-10cbb95c91a6], X-TransactionId=[], X-ONAP-RequestID=[6f05134a-3b12-41be-a8c5-10cbb95c91a6], Content-Type=[application/merge-patch+json]} 2023-02-09T09:12:05.608Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/236cad03-40b6-42d1-b380-179cd5961106/model-vers/model-ver/f2aa4402-60ce-492b-b935-e1d6153af497?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-09T09:12:06.475Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/236cad03-40b6-42d1-b380-179cd5961106/model-vers/model-ver/f2aa4402-60ce-492b-b935-e1d6153af497?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/236cad03-40b6-42d1-b380-179cd5961106/model-vers/model-ver/f2aa4402-60ce-492b-b935-e1d6153af497?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 09:12:05 GMT], content-length=[0], vertex-id=[401552], x-aai-txid=[2-aai-resources-230209-09:12:05:221-37424], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-09T09:12:06.477Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/236cad03-40b6-42d1-b380-179cd5961106/model-vers/model-ver/f2aa4402-60ce-492b-b935-e1d6153af497?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-09T09:12:06.479Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/236cad03-40b6-42d1-b380-179cd5961106/model-vers/model-ver/f2aa4402-60ce-492b-b935-e1d6153af497?depth=0|INFO|500||InvokeReturn 2023-02-09T09:12:06.484Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-09T09:12:06.486Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-09T09:12:06.492Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) 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) 2023-02-09T09:12:06.494Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f05134a-3b12-41be-a8c5-10cbb95c91a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-09T09:12:06.495Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-09T09:12:06.496Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:06.496Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:06.496Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933926494, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-09T09:12:07.599Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-09T09:12:07.600Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"711faee1-ab0a-4d32-a2a3-0774f6d70c3c","serviceName":"basic_onboard_zKIFcv","serviceVersion":"1.0","serviceUUID":"5dfee075-6caf-4a1d-a61b-8a9b551acb6a","serviceDescription":"service","serviceInvariantUUID":"2f1d03a9-0f74-4750-934e-fdb3a2521eda","resources":[{"resourceInstanceName":"basic_onboard_zKIFcv 0","resourceName":"basic_onboard_zKIFcv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"50ca1ea7-a0f6-451c-a7a0-7f062b604515","resourceInvariantUUID":"72ecb58e-84c9-4641-9d0d-3eb83cfb546a","resourceCustomizationUUID":"b071e12e-5b5e-46c4-97d3-d51160cccf3c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vf-license-model.xml","artifactChecksum":"ZDI5OTgzNzg3OWM0ZTk1ODdlNWRiN2Q3ODE3YjdhMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26d303ac-855d-44b8-bde8-f7c4d8fe5196","artifactVersion":"1"},{"artifactName":"basic_onboard_zkifcv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json","artifactChecksum":"ZjUxOGI5Zjk3ZmQ5ZWFjYzRmYzI2MzkyNGFmYzdmYzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"11c45438-7ea6-4223-9e99-2efc55dee8ed","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"91eeeccd-4717-4797-bd41-0b748bcb6a73","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f34962fe-6435-4888-bea1-790e7244314a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"202a0a1d-80e0-4ceb-9c84-23898a39c8c4","artifactVersion":"2","generatedFromUUID":"91eeeccd-4717-4797-bd41-0b748bcb6a73"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZkifcv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-template.yml","artifactChecksum":"MWE1YWZhZGE0MTEyY2U0YmM5MWEyODdhZWEyNzY3Mzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49a887e2-aab3-4296-97ea-80de64958b20","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZkifcv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar","artifactChecksum":"YWRmYzRmOWRmNjllOTgzNmJiMTUwNjRhZDkxYzIyMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e83e42f9-809e-4dcd-b1c5-08266864476f","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-09T09:12:07.601Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:12:07.602Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:07.603Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:07.603Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:08.604Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:12:08.605Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:08.605Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:08.606Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:09.607Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:12:09.608Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:09.608Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:09.608Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:10.610Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:12:10.611Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:10.611Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:10.611Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:11.613Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:12:11.614Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:11.614Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:11.614Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:12.615Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:12:12.617Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:12.617Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:12.617Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:13.621Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:12:13.622Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:13.623Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:13.623Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:14.626Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "serviceName": "basic_onboard_zKIFcv", "serviceVersion": "1.0", "serviceUUID": "5dfee075-6caf-4a1d-a61b-8a9b551acb6a", "serviceDescription": "service", "serviceInvariantUUID": "2f1d03a9-0f74-4750-934e-fdb3a2521eda", "resources": [ { "resourceInstanceName": "basic_onboard_zKIFcv 0", "resourceCustomizationUUID": "b071e12e-5b5e-46c4-97d3-d51160cccf3c", "resourceName": "basic_onboard_zKIFcv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "50ca1ea7-a0f6-451c-a7a0-7f062b604515", "resourceInvariantUUID": "72ecb58e-84c9-4641-9d0d-3eb83cfb546a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_zkifcv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "artifactChecksum": "ZjUxOGI5Zjk3ZmQ5ZWFjYzRmYzI2MzkyNGFmYzdmYzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "11c45438-7ea6-4223-9e99-2efc55dee8ed", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "91eeeccd-4717-4797-bd41-0b748bcb6a73", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "202a0a1d-80e0-4ceb-9c84-23898a39c8c4", "generatedFromUUID": "91eeeccd-4717-4797-bd41-0b748bcb6a73" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "202a0a1d-80e0-4ceb-9c84-23898a39c8c4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardZkifcv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "artifactChecksum": "YWRmYzRmOWRmNjllOTgzNmJiMTUwNjRhZDkxYzIyMDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e83e42f9-809e-4dcd-b1c5-08266864476f" } ], "workloadContext": "Production" } 2023-02-09T09:12:14.626Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-09T09:12:14.628Z|6f05134a-3b12-41be-a8c5-10cbb95c91a6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5dfee075-6caf-4a1d-a61b-8a9b551acb6a ASDC 2023-02-09T09:12:14.629Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:711faee1-ab0a-4d32-a2a3-0774f6d70c3c ServiceName:basic_onboard_zKIFcv ServiceVersion:1.0 ServiceUUID:5dfee075-6caf-4a1d-a61b-8a9b551acb6a ServiceInvariantUUID:2f1d03a9-0f74-4750-934e-fdb3a2521eda ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardZkifcv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar ArtifactUUID:e83e42f9-809e-4dcd-b1c5-08266864476f ArtifactChecksum:YWRmYzRmOWRmNjllOTgzNmJiMTUwNjRhZDkxYzIyMDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_zKIFcv 0 ResourceCustomizationUUID:b071e12e-5b5e-46c4-97d3-d51160cccf3c ResourceInvariantUUID:72ecb58e-84c9-4641-9d0d-3eb83cfb546a ResourceName:basic_onboard_zKIFcv ResourceType:VF ResourceUUID:50ca1ea7-a0f6-451c-a7a0-7f062b604515 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_zkifcv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json ArtifactUUID:11c45438-7ea6-4223-9e99-2efc55dee8ed ArtifactChecksum:ZjUxOGI5Zjk3ZmQ5ZWFjYzRmYzI2MzkyNGFmYzdmYzg= 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/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml ArtifactUUID:91eeeccd-4717-4797-bd41-0b748bcb6a73 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/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env ArtifactUUID:202a0a1d-80e0-4ceb-9c84-23898a39c8c4 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/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env ArtifactUUID:202a0a1d-80e0-4ceb-9c84-23898a39c8c4 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-09T09:12:14.630Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5dfee075-6caf-4a1d-a61b-8a9b551acb6a 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=? 2023-02-09T09:12:14.768Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T09:12:14.770Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-09T09:12:14.771Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-09T09:12:14.771Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e83e42f9-809e-4dcd-b1c5-08266864476f from URL: /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:14.773Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-09T09:12:14.773Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:15.298Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-09T09:12:15.312Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar e83e42f9-809e-4dcd-b1c5-08266864476f 75674 2023-02-09T09:12:15.313Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar ASDC sendASDCNotification 2023-02-09T09:12:15.314Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:15.314Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:12:15.315Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:15.316Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:15.316Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933935313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:16.318Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T09:12:16.320Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-09T09:12:16.320Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e83e42f9-809e-4dcd-b1c5-08266864476f, URL: /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar to file: /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:16.321Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:16.322Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:16.322Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:16.547Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3450688982419465651/Definitions/service-BasicOnboardZkifcv-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2023-02-09T09:12:18.892Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-09T09:12:18.897Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-09T09:12:18.898Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:18.898Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-09T09:12:18.899Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zKIFcv 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:18.899Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:18.899Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:18.899Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:18.900Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:18.900Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:18.900Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:18.901Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-09T09:12:18.902Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:18.902Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:18.903Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is matching search criteria 2023-02-09T09:12:18.903Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-09T09:12:18.903Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zKIFcv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T09:12:18.904Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:18.905Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:18.905Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is matching search criteria 2023-02-09T09:12:18.906Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-09T09:12:18.906Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zKIFcv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T09:12:18.907Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:18.907Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:18.908Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:18.908Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is not matching search criteria 2023-02-09T09:12:18.909Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-02-09T09:12:18.909Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-02-09T09:12:18.910Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-02-09T09:12:18.910Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-09T09:12:18.911Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-09T09:12:18.911Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:18.911Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-09T09:12:18.912Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:18.912Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is matching search criteria 2023-02-09T09:12:18.913Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zKIFcv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:12:18.914Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:18.914Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is matching search criteria 2023-02-09T09:12:18.915Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zKIFcv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:12:18.916Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:18.916Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is matching search criteria 2023-02-09T09:12:18.917Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zKIFcv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:12:18.917Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:18.918Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is not matching search criteria 2023-02-09T09:12:18.918Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-09T09:12:18.919Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-09T09:12:18.919Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4c93398e-92f4-489b-9642-1f333e133d2d 2023-02-09T09:12:18.920Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:18.920Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:18.921Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:18.921Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:18.922Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:18.922Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:18.922Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:18.923Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:18.923Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_zKIFcv Description:service Model UUID:5dfee075-6caf-4a1d-a61b-8a9b551acb6a Model Version:NULL Model InvariantUuid:2f1d03a9-0f74-4750-934e-fdb3a2521eda Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_zKIFcv Model UUID:9f9519e4-3add-40a8-8f64-ff811ec54dcf Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:72ecb58e-84c9-4641-9d0d-3eb83cfb546a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b071e12e-5b5e-46c4-97d3-d51160cccf3c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:61c1ce43-fffe-4b04-b959-22c240422213 ModelName:BasicOnboardZkifcv..base_ubuntu18..module-0 ModelUuid:533f26ce-9712-4f88-b5c8-6e008889e84a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4c93398e-92f4-489b-9642-1f333e133d2d ModelInvariantUuid:4dd21150-8fc5-4771-8106-db2c53ee3d6b ModelName:basic_onboard_zKIFcv-nodes.ubuntu18Cvfc ModelUuid:26f378ce-2b9c-4428-9211-dfe86165e159 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:fad74b48-1006-4e77-8002-9204796e0426 ModelInvariantUuid:816fcd9f-0877-4be3-aef0-e694569ef6e5 ModelName:BasicOnboardZkifcv.compute.nodes.heat.ubuntu18 ModelUuid:25cc7311-8e3e-42e0-aae7-0cd78c409a53 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=? 2023-02-09T09:12:18.954Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 50ca1ea7-a0f6-451c-a7a0-7f062b604515 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=? 2023-02-09T09:12:18.959Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||basic_onboard_zKIFcv 0 2023-02-09T09:12:18.959Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 50ca1ea7-a0f6-451c-a7a0-7f062b604515 2023-02-09T09:12:18.960Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 11c45438-7ea6-4223-9e99-2efc55dee8ed from URL: /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json 2023-02-09T09:12:18.960Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-09T09:12:18.960Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json 2023-02-09T09:12:19.116Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-09T09:12:19.117Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json 11c45438-7ea6-4223-9e99-2efc55dee8ed 798 2023-02-09T09:12:19.117Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json ASDC sendASDCNotification 2023-02-09T09:12:19.118Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json 2023-02-09T09:12:19.118Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:12:19.118Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:19.119Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:19.119Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933939117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:20.120Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZkifcv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "61c1ce43-fffe-4b04-b959-22c240422213", "vfModuleModelVersion": "1", "vfModuleModelUUID": "533f26ce-9712-4f88-b5c8-6e008889e84a", "vfModuleModelCustomizationUUID": "d2950904-00d6-43b1-9178-b44be4035525", "isBase": true, "artifacts": [ "91eeeccd-4717-4797-bd41-0b748bcb6a73", "202a0a1d-80e0-4ceb-9c84-23898a39c8c4" ], "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": "" } } ] 2023-02-09T09:12:20.128Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZkifcv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:533f26ce-9712-4f88-b5c8-6e008889e84a VfModuleModelInvariantUUID:61c1ce43-fffe-4b04-b959-22c240422213 VfModuleModelDescription:NULL Artifacts UUID List:{ 91eeeccd-4717-4797-bd41-0b748bcb6a73 , 202a0a1d-80e0-4ceb-9c84-23898a39c8c4 } 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 } 2023-02-09T09:12:20.131Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZkifcv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "61c1ce43-fffe-4b04-b959-22c240422213", "vfModuleModelVersion": "1", "vfModuleModelUUID": "533f26ce-9712-4f88-b5c8-6e008889e84a", "vfModuleModelCustomizationUUID": "d2950904-00d6-43b1-9178-b44be4035525", "isBase": true, "artifacts": [ "91eeeccd-4717-4797-bd41-0b748bcb6a73", "202a0a1d-80e0-4ceb-9c84-23898a39c8c4" ], "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": "" } } ] 2023-02-09T09:12:20.132Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZkifcv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:533f26ce-9712-4f88-b5c8-6e008889e84a VfModuleModelInvariantUUID:61c1ce43-fffe-4b04-b959-22c240422213 VfModuleModelDescription:NULL Artifacts UUID List:{ 91eeeccd-4717-4797-bd41-0b748bcb6a73 , 202a0a1d-80e0-4ceb-9c84-23898a39c8c4 } 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 } 2023-02-09T09:12:20.132Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 91eeeccd-4717-4797-bd41-0b748bcb6a73 from URL: /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml 2023-02-09T09:12:20.132Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-09T09:12:20.132Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml 2023-02-09T09:12:20.260Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-09T09:12:20.261Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml 91eeeccd-4717-4797-bd41-0b748bcb6a73 5033 2023-02-09T09:12:20.262Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-02-09T09:12:20.262Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml 2023-02-09T09:12:20.263Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:12:20.263Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:20.263Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:20.263Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933940262, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:21.264Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 202a0a1d-80e0-4ceb-9c84-23898a39c8c4 from URL: /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env 2023-02-09T09:12:21.265Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-09T09:12:21.265Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env 2023-02-09T09:12:21.405Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-09T09:12:21.408Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env 202a0a1d-80e0-4ceb-9c84-23898a39c8c4 909 2023-02-09T09:12:21.409Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-02-09T09:12:21.410Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env 2023-02-09T09:12:21.410Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:12:21.411Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:21.412Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:21.413Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933941409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:22.416Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5dfee075-6caf-4a1d-a61b-8a9b551acb6a 2023-02-09T09:12:22.416Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zKIFcv 0 50ca1ea7-a0f6-451c-a7a0-7f062b604515 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=? 2023-02-09T09:12:22.470Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f207a7d, org.onap.sdc.toscaparser.api.parameters.Input@54846dca, org.onap.sdc.toscaparser.api.parameters.Input@32abcce5, org.onap.sdc.toscaparser.api.parameters.Input@70ca81dd, org.onap.sdc.toscaparser.api.parameters.Input@4c85fe2b] 2023-02-09T09:12:22.473Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:22.473Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:22.473Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-02-09T09:12:22.474Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= b071e12e-5b5e-46c4-97d3-d51160cccf3c 2023-02-09T09:12:22.474Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b071e12e-5b5e-46c4-97d3-d51160cccf3c matches Tosca VF Customization UUID: b071e12e-5b5e-46c4-97d3-d51160cccf3c 2023-02-09T09:12:22.475Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: b071e12e-5b5e-46c4-97d3-d51160cccf3c 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=? 2023-02-09T09:12:22.479Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:22.479Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:22.480Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id b071e12e-5b5e-46c4-97d3-d51160cccf3c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-09T09:12:22.481Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7358a86d 2023-02-09T09:12:22.481Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:22.482Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-09T09:12:22.482Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2950904-00d6-43b1-9178-b44be4035525 2023-02-09T09:12:22.482Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2950904-00d6-43b1-9178-b44be4035525 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=? 2023-02-09T09:12:22.487Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:22.487Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is matching search criteria 2023-02-09T09:12:22.488Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zKIFcv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:12:22.488Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:22.488Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is matching search criteria 2023-02-09T09:12:22.489Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zKIFcv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:12:22.489Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:22.489Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is not matching search criteria 2023-02-09T09:12:22.489Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-09T09:12:22.489Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-09T09:12:22.490Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4c93398e-92f4-489b-9642-1f333e133d2d 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=? 2023-02-09T09:12:22.492Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:22.493Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is matching search criteria 2023-02-09T09:12:22.493Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zKIFcv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:12:22.494Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:22.494Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is matching search criteria 2023-02-09T09:12:22.494Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zKIFcv 0] matching following query criteria: sdcType=VF, customizationUUID=b071e12e-5b5e-46c4-97d3-d51160cccf3c 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=? 2023-02-09T09:12:22.496Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:22.497Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:22.497Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5dfee075-6caf-4a1d-a61b-8a9b551acb6a: basic_onboard_zKIFcv 2023-02-09T09:12:22.497Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:22.498Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:22.499Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:22.499Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:22.499Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:22.499Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:22.500Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:22.500Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:22.500Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:12:22.500Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:12:22.500Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_zKIFcv 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 (?, ?, ?, ?, ?) 2023-02-09T09:12:22.726Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zKIFcv 50ca1ea7-a0f6-451c-a7a0-7f062b604515 1 ASDC deployResourceStructure 2023-02-09T09:12:22.727Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json ASDC sendASDCNotification 2023-02-09T09:12:22.730Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json 2023-02-09T09:12:22.730Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:12:22.731Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:22.731Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:22.731Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933942727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:23.732Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-02-09T09:12:23.733Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml 2023-02-09T09:12:23.733Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:12:23.734Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:23.734Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:23.735Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933943732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:24.737Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-02-09T09:12:24.738Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env 2023-02-09T09:12:24.738Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:12:24.739Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:24.739Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:24.739Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933944737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:25.740Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar ASDC sendASDCNotification 2023-02-09T09:12:25.741Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:12:25.742Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:12:25.745Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:25.745Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:25.745Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933945740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:26.748Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 711faee1-ab0a-4d32-a2a3-0774f6d70c3c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:12:26.883Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 711faee1-ab0a-4d32-a2a3-0774f6d70c3c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:12:26.897Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:12:26.898Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-09T09:12:26.898Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-09T09:12:26.898Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-09T09:12:26.899Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:12:26.899Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:12:26.899Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:12:26.899Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:12:26.900Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:12:26.900Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T09:12:26.924Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-09T09:12:46.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:46.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.192Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "6f05134a-3b12-41be-a8c5-10cbb95c91a6", "consumerID": "SO-sdc-controller", "timestamp": 1675933926494, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-09T09:12:46.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.194Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:12:46.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.195Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "NOTIFIED" } 2023-02-09T09:12:46.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.198Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-09T09:12:46.198Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.199Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:12:46.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.199Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-09T09:12:46.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.201Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:12:46.201Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.202Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933666521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:12:46.202Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.203Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933935313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:12:46.203Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.203Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933939117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-09T09:12:46.203Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.204Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933940262, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-09T09:12:46.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.204Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933941409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-09T09:12:46.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.206Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933942727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "DEPLOY_OK" } 2023-02-09T09:12:46.206Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.207Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933943732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-02-09T09:12:46.207Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.207Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933944737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-02-09T09:12:46.207Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:46.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-09T09:12:46.208Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933945740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:12:46.208Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:12:56.925Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 711faee1-ab0a-4d32-a2a3-0774f6d70c3c 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=? 2023-02-09T09:12:56.954Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 711faee1-ab0a-4d32-a2a3-0774f6d70c3c and serviceModelVersionId: 5dfee075-6caf-4a1d-a61b-8a9b551acb6a 2023-02-09T09:12:56.954Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f1d03a9-0f74-4750-934e-fdb3a2521eda 2023-02-09T09:12:56.955Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?depth=0 2023-02-09T09:12:56.963Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-02-09T09:12:57.068Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?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]} 2023-02-09T09:12:57.071Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?depth=0|INFO|500||Invoke 2023-02-09T09:12:57.078Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-09T09:12:57.570Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?depth=0|INFO|500||InvokeReturn 2023-02-09T09:12:57.570Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 09:12:56 GMT], content-length=[0], vertex-id=[188528], x-aai-txid=[2-aai-resources-230209-09:12:56:662-17929], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-09T09:12:57.573Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2023-02-09T09:12:57.573Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-09T09:12:57.574Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-09T09:12:57.594Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) 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) 2023-02-09T09:12:57.595Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 711faee1-ab0a-4d32-a2a3-0774f6d70c3c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-09T09:12:57.596Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-09T09:12:57.597Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:57.597Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:57.598Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933977596, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-09T09:12:58.634Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:12:58.671Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-09T09:12:58.671Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"456584ff-766b-4b19-ae2b-1d46f8dd903b","serviceName":"basic_onboard_zKIFcv","serviceVersion":"1.0","serviceUUID":"5dfee075-6caf-4a1d-a61b-8a9b551acb6a","serviceDescription":"service","serviceInvariantUUID":"2f1d03a9-0f74-4750-934e-fdb3a2521eda","resources":[{"resourceInstanceName":"basic_onboard_zKIFcv 0","resourceName":"basic_onboard_zKIFcv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"50ca1ea7-a0f6-451c-a7a0-7f062b604515","resourceInvariantUUID":"72ecb58e-84c9-4641-9d0d-3eb83cfb546a","resourceCustomizationUUID":"b071e12e-5b5e-46c4-97d3-d51160cccf3c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vf-license-model.xml","artifactChecksum":"ZDI5OTgzNzg3OWM0ZTk1ODdlNWRiN2Q3ODE3YjdhMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26d303ac-855d-44b8-bde8-f7c4d8fe5196","artifactVersion":"1"},{"artifactName":"basic_onboard_zkifcv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json","artifactChecksum":"ZjUxOGI5Zjk3ZmQ5ZWFjYzRmYzI2MzkyNGFmYzdmYzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"11c45438-7ea6-4223-9e99-2efc55dee8ed","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"91eeeccd-4717-4797-bd41-0b748bcb6a73","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f34962fe-6435-4888-bea1-790e7244314a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"202a0a1d-80e0-4ceb-9c84-23898a39c8c4","artifactVersion":"2","generatedFromUUID":"91eeeccd-4717-4797-bd41-0b748bcb6a73"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZkifcv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-template.yml","artifactChecksum":"MWE1YWZhZGE0MTEyY2U0YmM5MWEyODdhZWEyNzY3Mzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49a887e2-aab3-4296-97ea-80de64958b20","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZkifcv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar","artifactChecksum":"YWRmYzRmOWRmNjllOTgzNmJiMTUwNjRhZDkxYzIyMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e83e42f9-809e-4dcd-b1c5-08266864476f","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-09T09:12:58.678Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:12:58.679Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:58.679Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:58.680Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933978633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:12:59.682Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:12:59.683Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:12:59.683Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:12:59.683Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933978633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:13:00.685Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:13:00.686Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:13:00.686Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:13:00.686Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933978633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:13:01.687Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:13:01.688Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:13:01.688Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:13:01.689Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933978633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:13:02.691Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:13:02.692Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:13:02.693Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:13:02.693Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933978633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:13:03.695Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:13:03.696Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:13:03.696Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:13:03.696Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933978633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:13:04.697Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:13:04.700Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:13:04.700Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:13:04.700Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933978633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:13:05.703Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "serviceName": "basic_onboard_zKIFcv", "serviceVersion": "1.0", "serviceUUID": "5dfee075-6caf-4a1d-a61b-8a9b551acb6a", "serviceDescription": "service", "serviceInvariantUUID": "2f1d03a9-0f74-4750-934e-fdb3a2521eda", "resources": [ { "resourceInstanceName": "basic_onboard_zKIFcv 0", "resourceCustomizationUUID": "b071e12e-5b5e-46c4-97d3-d51160cccf3c", "resourceName": "basic_onboard_zKIFcv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "50ca1ea7-a0f6-451c-a7a0-7f062b604515", "resourceInvariantUUID": "72ecb58e-84c9-4641-9d0d-3eb83cfb546a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_zkifcv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "artifactChecksum": "ZjUxOGI5Zjk3ZmQ5ZWFjYzRmYzI2MzkyNGFmYzdmYzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "11c45438-7ea6-4223-9e99-2efc55dee8ed", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "91eeeccd-4717-4797-bd41-0b748bcb6a73", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "202a0a1d-80e0-4ceb-9c84-23898a39c8c4", "generatedFromUUID": "91eeeccd-4717-4797-bd41-0b748bcb6a73" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "202a0a1d-80e0-4ceb-9c84-23898a39c8c4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardZkifcv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "artifactChecksum": "YWRmYzRmOWRmNjllOTgzNmJiMTUwNjRhZDkxYzIyMDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e83e42f9-809e-4dcd-b1c5-08266864476f" } ], "workloadContext": "Production" } 2023-02-09T09:13:05.704Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-09T09:13:05.704Z|711faee1-ab0a-4d32-a2a3-0774f6d70c3c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5dfee075-6caf-4a1d-a61b-8a9b551acb6a ASDC 2023-02-09T09:13:05.706Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:456584ff-766b-4b19-ae2b-1d46f8dd903b ServiceName:basic_onboard_zKIFcv ServiceVersion:1.0 ServiceUUID:5dfee075-6caf-4a1d-a61b-8a9b551acb6a ServiceInvariantUUID:2f1d03a9-0f74-4750-934e-fdb3a2521eda ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardZkifcv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar ArtifactUUID:e83e42f9-809e-4dcd-b1c5-08266864476f ArtifactChecksum:YWRmYzRmOWRmNjllOTgzNmJiMTUwNjRhZDkxYzIyMDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_zKIFcv 0 ResourceCustomizationUUID:b071e12e-5b5e-46c4-97d3-d51160cccf3c ResourceInvariantUUID:72ecb58e-84c9-4641-9d0d-3eb83cfb546a ResourceName:basic_onboard_zKIFcv ResourceType:VF ResourceUUID:50ca1ea7-a0f6-451c-a7a0-7f062b604515 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_zkifcv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json ArtifactUUID:11c45438-7ea6-4223-9e99-2efc55dee8ed ArtifactChecksum:ZjUxOGI5Zjk3ZmQ5ZWFjYzRmYzI2MzkyNGFmYzdmYzg= 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/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml ArtifactUUID:91eeeccd-4717-4797-bd41-0b748bcb6a73 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/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env ArtifactUUID:202a0a1d-80e0-4ceb-9c84-23898a39c8c4 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/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env ArtifactUUID:202a0a1d-80e0-4ceb-9c84-23898a39c8c4 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-09T09:13:05.707Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5dfee075-6caf-4a1d-a61b-8a9b551acb6a 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=? 2023-02-09T09:13:05.898Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T09:13:05.899Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-09T09:13:05.899Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-09T09:13:05.900Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e83e42f9-809e-4dcd-b1c5-08266864476f from URL: /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:05.900Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-09T09:13:05.900Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:06.101Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-09T09:13:06.110Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar e83e42f9-809e-4dcd-b1c5-08266864476f 75674 2023-02-09T09:13:06.110Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar ASDC sendASDCNotification 2023-02-09T09:13:06.111Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:06.111Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:13:06.112Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:13:06.112Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:13:06.112Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933986110, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:13:07.113Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T09:13:07.114Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-09T09:13:07.115Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e83e42f9-809e-4dcd-b1c5-08266864476f, URL: /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar to file: /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:07.116Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:07.117Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:07.117Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:07.440Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6143943097321431482/Definitions/service-BasicOnboardZkifcv-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2023-02-09T09:13:09.741Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-09T09:13:09.741Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-09T09:13:09.742Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:09.742Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-09T09:13:09.742Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zKIFcv 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:09.742Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:09.742Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:09.743Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:09.743Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:09.743Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:09.744Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZkifcv-csar.csar 2023-02-09T09:13:09.744Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-09T09:13:09.744Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:13:09.744Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:13:09.745Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is matching search criteria 2023-02-09T09:13:09.745Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-09T09:13:09.745Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zKIFcv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T09:13:09.745Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:13:09.746Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:13:09.746Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is matching search criteria 2023-02-09T09:13:09.746Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-09T09:13:09.746Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zKIFcv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T09:13:09.747Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:13:09.747Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:13:09.747Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:13:09.747Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is not matching search criteria 2023-02-09T09:13:09.748Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-02-09T09:13:09.748Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-02-09T09:13:09.748Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-02-09T09:13:09.748Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-09T09:13:09.749Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-09T09:13:09.749Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:13:09.749Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-09T09:13:09.749Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:13:09.750Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is matching search criteria 2023-02-09T09:13:09.750Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zKIFcv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:13:09.750Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:13:09.750Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is matching search criteria 2023-02-09T09:13:09.751Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zKIFcv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:13:09.751Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:13:09.751Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is matching search criteria 2023-02-09T09:13:09.751Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zKIFcv 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:13:09.751Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:13:09.752Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zKIFcv 0 is not matching search criteria 2023-02-09T09:13:09.752Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-09T09:13:09.752Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-09T09:13:09.752Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4c93398e-92f4-489b-9642-1f333e133d2d 2023-02-09T09:13:09.753Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:13:09.753Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:13:09.753Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:13:09.753Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:13:09.753Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:13:09.754Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:13:09.754Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:13:09.754Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zKIFcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:13:09.754Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_zKIFcv Description:service Model UUID:5dfee075-6caf-4a1d-a61b-8a9b551acb6a Model Version:NULL Model InvariantUuid:2f1d03a9-0f74-4750-934e-fdb3a2521eda Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_zKIFcv Model UUID:9f9519e4-3add-40a8-8f64-ff811ec54dcf Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:72ecb58e-84c9-4641-9d0d-3eb83cfb546a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b071e12e-5b5e-46c4-97d3-d51160cccf3c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:61c1ce43-fffe-4b04-b959-22c240422213 ModelName:BasicOnboardZkifcv..base_ubuntu18..module-0 ModelUuid:533f26ce-9712-4f88-b5c8-6e008889e84a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4c93398e-92f4-489b-9642-1f333e133d2d ModelInvariantUuid:4dd21150-8fc5-4771-8106-db2c53ee3d6b ModelName:basic_onboard_zKIFcv-nodes.ubuntu18Cvfc ModelUuid:26f378ce-2b9c-4428-9211-dfe86165e159 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:fad74b48-1006-4e77-8002-9204796e0426 ModelInvariantUuid:816fcd9f-0877-4be3-aef0-e694569ef6e5 ModelName:BasicOnboardZkifcv.compute.nodes.heat.ubuntu18 ModelUuid:25cc7311-8e3e-42e0-aae7-0cd78c409a53 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=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-09T09:13:09.862Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||ERROR|500||Csar with UUID: e83e42f9-809e-4dcd-b1c5-08266864476f already exists 2023-02-09T09:13:09.878Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar ASDC sendASDCNotification 2023-02-09T09:13:09.878Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar(Csar with UUID: e83e42f9-809e-4dcd-b1c5-08266864476f already exists) 2023-02-09T09:13:09.878Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-09T09:13:09.879Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:13:09.879Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:13:09.879Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933989862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: e83e42f9-809e-4dcd-b1c5-08266864476f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:13:10.882Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar ASDC sendASDCNotification 2023-02-09T09:13:10.883Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar(Resource with UUID: 50ca1ea7-a0f6-451c-a7a0-7f062b604515 already exists) 2023-02-09T09:13:10.884Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-09T09:13:10.885Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:13:10.887Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:13:10.887Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933990882, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 50ca1ea7-a0f6-451c-a7a0-7f062b604515 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:13:11.889Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 456584ff-766b-4b19-ae2b-1d46f8dd903b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:13:11.979Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 456584ff-766b-4b19-ae2b-1d46f8dd903b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:13:11.990Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:13:11.990Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-09T09:13:11.991Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-09T09:13:11.991Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-09T09:13:11.991Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:13:11.991Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:13:11.992Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:13:11.992Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:13:11.992Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:13:11.992Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T09:13:12.012Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-09T09:13:42.013Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 456584ff-766b-4b19-ae2b-1d46f8dd903b 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=? 2023-02-09T09:13:42.067Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 456584ff-766b-4b19-ae2b-1d46f8dd903b and serviceModelVersionId: 5dfee075-6caf-4a1d-a61b-8a9b551acb6a 2023-02-09T09:13:42.068Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f1d03a9-0f74-4750-934e-fdb3a2521eda 2023-02-09T09:13:42.069Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?depth=0 2023-02-09T09:13:42.074Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-02-09T09:13:42.152Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?depth=0|INFO|500||Invoke 2023-02-09T09:13:42.153Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[456584ff-766b-4b19-ae2b-1d46f8dd903b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d9f28ff-31cf-4b27-a53d-f3ddf5e2bcef], X-ECOMP-RequestID=[456584ff-766b-4b19-ae2b-1d46f8dd903b], X-TransactionId=[], X-ONAP-RequestID=[456584ff-766b-4b19-ae2b-1d46f8dd903b], Content-Type=[application/merge-patch+json]} 2023-02-09T09:13:42.178Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-09T09:13:42.599Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 09:13:41 GMT], content-length=[0], vertex-id=[188528], x-aai-txid=[0-aai-resources-230209-09:13:41:758-70911], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-09T09:13:42.600Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-09T09:13:42.602Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2f1d03a9-0f74-4750-934e-fdb3a2521eda/model-vers/model-ver/5dfee075-6caf-4a1d-a61b-8a9b551acb6a?depth=0|INFO|500||InvokeReturn 2023-02-09T09:13:42.603Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-09T09:13:42.603Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-09T09:13:42.621Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) 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) 2023-02-09T09:13:42.622Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 456584ff-766b-4b19-ae2b-1d46f8dd903b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-09T09:13:42.622Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-09T09:13:42.624Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:13:42.624Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:13:42.624Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675934022622, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-09T09:13:43.701Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:13:46.159Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:13:46.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:13:46.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "711faee1-ab0a-4d32-a2a3-0774f6d70c3c", "consumerID": "SO-sdc-controller", "timestamp": 1675933977596, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-09T09:13:46.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:13:46.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:13:46.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933978633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:13:46.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:13:46.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:13:46.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933978633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/basic_onboard_zkifcv0_modules.json", "status": "NOTIFIED" } 2023-02-09T09:13:46.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:13:46.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:13:46.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933978633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-09T09:13:46.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:13:46.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:13:46.184Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933978633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:13:46.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:13:46.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:13:46.184Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933978633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/resourceInstances/basic_onboard_zkifcv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-09T09:13:46.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:13:46.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:13:46.186Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933978633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:13:46.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:13:46.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:13:46.187Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933978633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:13:46.187Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:13:46.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:13:46.188Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933986110, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:13:46.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:13:46.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:13:46.188Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933989862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: e83e42f9-809e-4dcd-b1c5-08266864476f already exists" } 2023-02-09T09:13:46.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:13:46.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:13:46.189Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675933990882, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZkifcv/1.0/artifacts/service-BasicOnboardZkifcv-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 50ca1ea7-a0f6-451c-a7a0-7f062b604515 already exists" } 2023-02-09T09:13:46.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:13:46.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:13:46.189Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "456584ff-766b-4b19-ae2b-1d46f8dd903b", "consumerID": "SO-sdc-controller", "timestamp": 1675934022622, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-09T09:13:46.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:14:43.702Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:14:46.159Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:15:43.704Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:15:46.161Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:16:43.707Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:16:46.162Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:17:43.708Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:17:46.163Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:18:43.711Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:18:46.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:19:43.713Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:19:46.166Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:20:43.715Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:20:46.167Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:21:43.716Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:21:46.169Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:22:43.717Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:22:46.179Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:23:43.720Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:23:46.181Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:24:19.774Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Node 2 disconnected. 2023-02-09T09:24:43.720Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:24:46.187Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:25:11.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-09T09:25:11.788Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"60b4ff72-9e2f-40c0-a8a7-223af69c6a2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e078b2d1-7843-4363-939c-97bc9e88e003","serviceDescription":"service","serviceInvariantUUID":"a0b17e94-2c9d-4097-9a30-c6da80746caa","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"68a3b067-3956-4816-9abf-91adaa402761","resourceInvariantUUID":"0a404c22-abc3-4013-97a0-bf1dae9d8ae2","resourceCustomizationUUID":"694cf6fd-ec8d-463d-94fb-adfe0ac485b0","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":"MWRmNTI4OTgwNDgwZDVlZTY1OGVlYzY2YWZhN2JlNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b55cf4c7-e907-4417-8b58-6c34694e1c16","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWZiMTc5NTdlMTY3NmI5YzIwZjI2ZTZlYzhlZjRlOGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0229df29-a02c-4c57-9ae7-431583b0e936","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-09T09:25:11.792Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:25:11.793Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:25:11.793Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:25:11.793Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "SO-sdc-controller", "timestamp": 1675934683720, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:25:11.804Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T09:25:11.805Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T09:25:11.805Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T09:25:11.805Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T09:25:11.806Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T09:25:11.806Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T09:25:11.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:25:11.872Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "SO-sdc-controller", "timestamp": 1675934683720, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:25:11.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:25:12.812Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:25:12.813Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:25:12.813Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:25:12.813Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "SO-sdc-controller", "timestamp": 1675934683720, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:25:13.815Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e078b2d1-7843-4363-939c-97bc9e88e003", "serviceDescription": "service", "serviceInvariantUUID": "a0b17e94-2c9d-4097-9a30-c6da80746caa", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "694cf6fd-ec8d-463d-94fb-adfe0ac485b0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "68a3b067-3956-4816-9abf-91adaa402761", "resourceInvariantUUID": "0a404c22-abc3-4013-97a0-bf1dae9d8ae2", "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": "OWZiMTc5NTdlMTY3NmI5YzIwZjI2ZTZlYzhlZjRlOGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0229df29-a02c-4c57-9ae7-431583b0e936" } ], "workloadContext": "Production" } 2023-02-09T09:25:13.816Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-09T09:25:13.816Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e078b2d1-7843-4363-939c-97bc9e88e003 ASDC 2023-02-09T09:25:13.817Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:60b4ff72-9e2f-40c0-a8a7-223af69c6a2d ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e078b2d1-7843-4363-939c-97bc9e88e003 ServiceInvariantUUID:a0b17e94-2c9d-4097-9a30-c6da80746caa 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:0229df29-a02c-4c57-9ae7-431583b0e936 ArtifactChecksum:OWZiMTc5NTdlMTY3NmI5YzIwZjI2ZTZlYzhlZjRlOGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:694cf6fd-ec8d-463d-94fb-adfe0ac485b0 ResourceInvariantUUID:0a404c22-abc3-4013-97a0-bf1dae9d8ae2 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:68a3b067-3956-4816-9abf-91adaa402761 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-02-09T09:25:13.818Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e078b2d1-7843-4363-939c-97bc9e88e003 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 (?, ?, ?, ?, ?) 2023-02-09T09:25:14.004Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T09:25:14.007Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T09:25:14.007Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T09:25:14.008Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0229df29-a02c-4c57-9ae7-431583b0e936 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-09T09:25:14.008Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T09:25:14.009Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-09T09:25:14.382Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T09:25:14.385Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0229df29-a02c-4c57-9ae7-431583b0e936 57794 2023-02-09T09:25:14.386Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-02-09T09:25:14.386Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-09T09:25:14.387Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:25:14.394Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:25:14.394Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:25:14.394Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "SO-sdc-controller", "timestamp": 1675934714386, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:25:15.396Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T09:25:15.397Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T09:25:15.398Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0229df29-a02c-4c57-9ae7-431583b0e936, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-09T09:25:15.398Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-02-09T09:25:15.399Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-09T09:25:15.399Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-09T09:25:15.705Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2911897494997572499/Definitions/service-BasicNetwork-template.yml 2023-02-09T09:25:16.735Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-09T09:25:16.736Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-09T09:25:16.736Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-09T09:25:16.736Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-02-09T09:25:16.736Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||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 2023-02-09T09:25:16.736Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||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 2023-02-09T09:25:16.736Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||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 2023-02-09T09:25:16.737Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||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 2023-02-09T09:25:16.737Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|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-BasicNetwork-csar.csar 2023-02-09T09:25:16.737Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||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 2023-02-09T09:25:16.737Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||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 2023-02-09T09:25:16.737Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||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 2023-02-09T09:25:16.737Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-09T09:25:16.738Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:25:16.738Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:25:16.738Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-02-09T09:25:16.739Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-09T09:25:16.739Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T09:25:16.739Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:25:16.740Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:25:16.740Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-02-09T09:25:16.740Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-09T09:25:16.740Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T09:25:16.741Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:25:16.741Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:25:16.741Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:25:16.741Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:25:16.742Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:25:16.742Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:25:16.742Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:25:16.743Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:25:16.743Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:25:16.743Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:25:16.743Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:e078b2d1-7843-4363-939c-97bc9e88e003 Model Version:NULL Model InvariantUuid:a0b17e94-2c9d-4097-9a30-c6da80746caa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:0a404c22-abc3-4013-97a0-bf1dae9d8ae2 Model UUID:1957c985-3729-4519-b686-0282f0e46393 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:694cf6fd-ec8d-463d-94fb-adfe0ac485b0 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=? 2023-02-09T09:25:16.753Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 68a3b067-3956-4816-9abf-91adaa402761 2023-02-09T09:25:16.754Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||No resources found for Service: e078b2d1-7843-4363-939c-97bc9e88e003 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=? 2023-02-09T09:25:16.763Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500|| 2023-02-09T09:25:16.764Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-02-09T09:25:16.765Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e078b2d1-7843-4363-939c-97bc9e88e003 2023-02-09T09:25:16.765Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e078b2d1-7843-4363-939c-97bc9e88e003 2023-02-09T09:25:16.765Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-02-09T09:25:16.766Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||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=? 2023-02-09T09:25:16.774Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78a9c990, org.onap.sdc.toscaparser.api.parameters.Input@4b818874, org.onap.sdc.toscaparser.api.parameters.Input@5253de2b, org.onap.sdc.toscaparser.api.parameters.Input@4e448b5e, org.onap.sdc.toscaparser.api.parameters.Input@78172e4f] 2023-02-09T09:25:16.777Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:25:16.778Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:25:16.778Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:25:16.779Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:25:16.779Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e078b2d1-7843-4363-939c-97bc9e88e003: Generic NeutronNet 2023-02-09T09:25:16.779Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:25:16.780Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:25:16.780Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:25:16.780Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||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=? 2023-02-09T09:25:16.848Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:25:16.848Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:25:16.849Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:25:16.849Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:25:16.849Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:25:16.850Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:25:16.851Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||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 (?, ?) 2023-02-09T09:25:17.001Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-02-09T09:25:17.002Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-02-09T09:25:17.002Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-09T09:25:17.003Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:25:17.003Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:25:17.004Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:25:17.004Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "SO-sdc-controller", "timestamp": 1675934717002, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:25:18.005Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:25:18.053Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:25:18.066Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:25:18.066Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-09T09:25:18.066Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-09T09:25:46.159Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:25:46.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:25:46.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "aai-model-loader", "timestamp": 1675934706031, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:25:46.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:25:46.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:25:46.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "cds-sdc-listener", "timestamp": 1675934708029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:25:46.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:25:48.067Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:25:48.142Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:25:48.155Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:25:48.155Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-09T09:25:48.155Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-09T09:26:18.156Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:26:18.191Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:26:18.212Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:26:18.213Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-09T09:26:18.213Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-09T09:26:46.159Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:26:46.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "multicloud-k8s", "timestamp": 1675934687820, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:26:46.173Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:26:46.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "SO-sdc-controller", "timestamp": 1675934683720, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:26:46.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:26:46.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "aai-model-loader", "timestamp": 1675934706031, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:26:46.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:26:46.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "cds-sdc-listener", "timestamp": 1675934708029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:26:46.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:26:46.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "multicloud-k8s", "timestamp": 1675934687820, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:26:46.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:26:46.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "aai-model-loader", "timestamp": 1675934714014, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:26:46.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:26:46.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "cds-sdc-listener", "timestamp": 1675934714028, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:26:46.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:26:46.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "SO-sdc-controller", "timestamp": 1675934714386, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:26:46.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:26:46.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "cds-sdc-listener", "timestamp": 1675934715057, "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=? 2023-02-09T09:26:46.219Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d 2023-02-09T09:26:46.221Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d 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 (?, ?, ?, ?, ?) 2023-02-09T09:26:46.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "SO-sdc-controller", "timestamp": 1675934717002, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:26:46.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:26:46.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.341Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "aai-model-loader", "timestamp": 1675934720981, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:26:46.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:26:46.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.341Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "aai-model-loader", "timestamp": 1675934721984, "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=? 2023-02-09T09:26:46.359Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d 2023-02-09T09:26:46.360Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d 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 (?, ?, ?, ?, ?) 2023-02-09T09:26:46.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.414Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934727620, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:26:46.415Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:26:46.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.415Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934727620, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:26:46.415Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:26:46.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.416Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934730654, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:26:46.416Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:26:46.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.416Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934732945, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:26:46.417Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:26:46.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-09T09:26:46.417Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934733951, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T09:26:46.432Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d 2023-02-09T09:26:46.433Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-09T09:26:48.213Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:26:48.248Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:26:48.262Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:26:48.264Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-09T09:26:48.266Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-09T09:26:48.267Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-09T09:26:48.267Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:26:48.267Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:26:48.268Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:26:48.269Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:26:48.269Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T09:26:48.290Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-09T09:27:18.291Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d 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=? 2023-02-09T09:27:18.314Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d and serviceModelVersionId: e078b2d1-7843-4363-939c-97bc9e88e003 2023-02-09T09:27:18.314Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0b17e94-2c9d-4097-9a30-c6da80746caa 2023-02-09T09:27:18.317Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0b17e94-2c9d-4097-9a30-c6da80746caa/model-vers/model-ver/e078b2d1-7843-4363-939c-97bc9e88e003?depth=0 2023-02-09T09:27:18.328Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-09T09:27:18.436Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0b17e94-2c9d-4097-9a30-c6da80746caa/model-vers/model-ver/e078b2d1-7843-4363-939c-97bc9e88e003?depth=0|INFO|500||Invoke 2023-02-09T09:27:18.437Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0b17e94-2c9d-4097-9a30-c6da80746caa/model-vers/model-ver/e078b2d1-7843-4363-939c-97bc9e88e003?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0b17e94-2c9d-4097-9a30-c6da80746caa/model-vers/model-ver/e078b2d1-7843-4363-939c-97bc9e88e003?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[60b4ff72-9e2f-40c0-a8a7-223af69c6a2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4224e080-cbf3-40ff-8dee-8708745d6977], X-ECOMP-RequestID=[60b4ff72-9e2f-40c0-a8a7-223af69c6a2d], X-TransactionId=[], X-ONAP-RequestID=[60b4ff72-9e2f-40c0-a8a7-223af69c6a2d], Content-Type=[application/merge-patch+json]} 2023-02-09T09:27:18.452Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0b17e94-2c9d-4097-9a30-c6da80746caa/model-vers/model-ver/e078b2d1-7843-4363-939c-97bc9e88e003?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-09T09:27:18.789Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0b17e94-2c9d-4097-9a30-c6da80746caa/model-vers/model-ver/e078b2d1-7843-4363-939c-97bc9e88e003?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0b17e94-2c9d-4097-9a30-c6da80746caa/model-vers/model-ver/e078b2d1-7843-4363-939c-97bc9e88e003?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 09:27:18 GMT], content-length=[0], vertex-id=[196720], x-aai-txid=[0-aai-resources-230209-09:27:18:008-20344], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-09T09:27:18.789Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0b17e94-2c9d-4097-9a30-c6da80746caa/model-vers/model-ver/e078b2d1-7843-4363-939c-97bc9e88e003?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-09T09:27:18.790Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0b17e94-2c9d-4097-9a30-c6da80746caa/model-vers/model-ver/e078b2d1-7843-4363-939c-97bc9e88e003?depth=0|INFO|500||InvokeReturn 2023-02-09T09:27:18.798Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-09T09:27:18.799Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|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=? 2023-02-09T09:27:18.815Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|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:69) 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) 2023-02-09T09:27:18.816Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60b4ff72-9e2f-40c0-a8a7-223af69c6a2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-09T09:27:18.817Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-09T09:27:18.817Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:27:18.818Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:27:18.818Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "SO-sdc-controller", "timestamp": 1675934838816, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-09T09:27:19.863Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:27:19.912Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-09T09:27:19.923Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"518fe4dd-3443-4aa9-9137-3a986ce1a6f3","serviceName":"Demo_pNF_XKy651C0tHtwL6T2RILk","serviceVersion":"1.0","serviceUUID":"736845d9-efc1-4261-acc3-b621e592ba5e","serviceDescription":"catalog service description","serviceInvariantUUID":"3637cff1-9ad6-4305-bb98-7a3890771b29","resources":[{"resourceInstanceName":"pNF 2c650eff-ab58 0","resourceName":"pNF 2c650eff-ab58","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4ec0146d-dcc7-4ac0-8315-5acde735ebe5","resourceInvariantUUID":"cfad7fa8-541f-49a0-bc2b-a1a0f5bd5dbc","resourceCustomizationUUID":"3f4aef6d-3b3c-4ee6-bace-198ca173e85c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/vf-license-model.xml","artifactChecksum":"NGE0ZGE4NzFjYjY2OWRkYzQ0OTVhYzc2ZjMyNDIzZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35f93905-6261-4629-a2f4-0430d8eb474e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/pNF.csar","artifactChecksum":"ODFlNjNlY2MxZDI3YTE5YTg2YzhlMDkzM2U1OGE4MGQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"af0bc594-22ec-4c51-8f17-83904e967c62","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bd33be22-6086-4160-9108-8fa0ee1d67a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/vendor-license-model.xml","artifactChecksum":"NzU0NWY5ODNjMjZkODE2ZGY1ZTk3NGVmNmQ3ZTU4ODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ade51f1b-3fe4-4ecb-945d-07b147a77a87","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a841bd6-029e-4cce-b71d-702dd1a0b9ed","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"33f72801-57c8-4f53-b8d9-a16852a2e47f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXky651c0thtwl6t2rilk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-template.yml","artifactChecksum":"ZGUxMjNmYmRjNWVhNTlkZjQ5M2RiNmUxNzRmOWIyMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87770f67-ba97-4541-89b6-109516dc19d8","artifactVersion":"1"},{"artifactName":"service-DemoPnfXky651c0thtwl6t2rilk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar","artifactChecksum":"YTQ2NjUwODAyZmUyNGY4NzQ5OGRiNDI2NTE3ZDY4OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1e42dc5-eff6-44d7-bec6-1a29525bf642","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-09T09:27:19.936Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:27:19.936Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:27:19.937Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:27:19.937Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:27:20.938Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:27:20.939Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:27:20.940Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:27:20.940Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:27:21.941Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:27:21.942Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:27:21.942Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:27:21.942Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:27:22.944Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:27:22.945Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:27:22.945Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:27:22.945Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:27:23.946Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:27:23.947Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:27:23.947Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:27:23.948Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:27:24.949Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:27:24.950Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:27:24.950Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:27:24.951Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:27:25.953Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:27:25.954Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:27:25.954Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:27:25.955Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:27:26.956Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:27:26.956Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:27:26.956Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:27:26.957Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:27:27.959Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "serviceName": "Demo_pNF_XKy651C0tHtwL6T2RILk", "serviceVersion": "1.0", "serviceUUID": "736845d9-efc1-4261-acc3-b621e592ba5e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3637cff1-9ad6-4305-bb98-7a3890771b29", "resources": [ { "resourceInstanceName": "pNF 2c650eff-ab58 0", "resourceCustomizationUUID": "3f4aef6d-3b3c-4ee6-bace-198ca173e85c", "resourceName": "pNF 2c650eff-ab58", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4ec0146d-dcc7-4ac0-8315-5acde735ebe5", "resourceInvariantUUID": "cfad7fa8-541f-49a0-bc2b-a1a0f5bd5dbc", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "artifactChecksum": "YTQ2NjUwODAyZmUyNGY4NzQ5OGRiNDI2NTE3ZDY4OGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d1e42dc5-eff6-44d7-bec6-1a29525bf642" } ], "workloadContext": "Production" } 2023-02-09T09:27:27.959Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-09T09:27:27.960Z|60b4ff72-9e2f-40c0-a8a7-223af69c6a2d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 736845d9-efc1-4261-acc3-b621e592ba5e ASDC 2023-02-09T09:27:27.961Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:518fe4dd-3443-4aa9-9137-3a986ce1a6f3 ServiceName:Demo_pNF_XKy651C0tHtwL6T2RILk ServiceVersion:1.0 ServiceUUID:736845d9-efc1-4261-acc3-b621e592ba5e ServiceInvariantUUID:3637cff1-9ad6-4305-bb98-7a3890771b29 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfXky651c0thtwl6t2rilk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar ArtifactUUID:d1e42dc5-eff6-44d7-bec6-1a29525bf642 ArtifactChecksum:YTQ2NjUwODAyZmUyNGY4NzQ5OGRiNDI2NTE3ZDY4OGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 2c650eff-ab58 0 ResourceCustomizationUUID:3f4aef6d-3b3c-4ee6-bace-198ca173e85c ResourceInvariantUUID:cfad7fa8-541f-49a0-bc2b-a1a0f5bd5dbc ResourceName:pNF 2c650eff-ab58 ResourceType:PNF ResourceUUID:4ec0146d-dcc7-4ac0-8315-5acde735ebe5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-09T09:27:27.971Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 736845d9-efc1-4261-acc3-b621e592ba5e 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 (?, ?, ?, ?, ?) 2023-02-09T09:27:28.043Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T09:27:28.045Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T09:27:28.046Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T09:27:28.047Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d1e42dc5-eff6-44d7-bec6-1a29525bf642 from URL: /sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:28.048Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T09:27:28.048Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:28.185Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T09:27:28.199Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar d1e42dc5-eff6-44d7-bec6-1a29525bf642 88024 2023-02-09T09:27:28.200Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar ASDC sendASDCNotification 2023-02-09T09:27:28.200Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:28.200Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:27:28.201Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:27:28.201Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:27:28.202Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934848200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:27:29.204Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T09:27:29.205Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T09:27:29.206Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d1e42dc5-eff6-44d7-bec6-1a29525bf642, URL: /sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar to file: /app/ASDC/1/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:29.206Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:29.207Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:29.207Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:29.526Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7815678989651004422/Definitions/service-DemoPnfXky651c0thtwl6t2rilk-template.yml 2023-02-09T09:27:32.230Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-09T09:27:32.231Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-09T09:27:32.232Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:32.232Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-09T09:27:32.232Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||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-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:32.232Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2c650eff-ab58 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-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:32.232Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:32.232Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||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-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:32.233Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|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-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:32.233Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|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-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:32.233Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|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-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:32.233Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-09T09:27:32.233Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:27:32.234Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_XKy651C0tHtwL6T2RILk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:27:32.234Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Node template pNF 2c650eff-ab58 0 is matching search criteria 2023-02-09T09:27:32.234Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-09T09:27:32.234Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 2c650eff-ab58 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T09:27:32.235Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:27:32.235Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_XKy651C0tHtwL6T2RILk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:27:32.235Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Node template pNF 2c650eff-ab58 0 is matching search criteria 2023-02-09T09:27:32.235Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-09T09:27:32.236Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 2c650eff-ab58 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T09:27:32.236Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:27:32.236Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_XKy651C0tHtwL6T2RILk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:27:32.236Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:27:32.236Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_XKy651C0tHtwL6T2RILk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:27:32.237Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:27:32.237Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_XKy651C0tHtwL6T2RILk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:27:32.237Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:27:32.238Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_XKy651C0tHtwL6T2RILk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:27:32.238Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:27:32.238Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_XKy651C0tHtwL6T2RILk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:27:32.239Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_XKy651C0tHtwL6T2RILk Description:catalog service description Model UUID:736845d9-efc1-4261-acc3-b621e592ba5e Model Version:NULL Model InvariantUuid:3637cff1-9ad6-4305-bb98-7a3890771b29 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=? 2023-02-09T09:27:32.268Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4ec0146d-dcc7-4ac0-8315-5acde735ebe5 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=? 2023-02-09T09:27:32.303Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||pNF 2c650eff-ab58 0 2023-02-09T09:27:32.303Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4ec0146d-dcc7-4ac0-8315-5acde735ebe5 2023-02-09T09:27:32.304Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 736845d9-efc1-4261-acc3-b621e592ba5e 2023-02-09T09:27:32.304Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 736845d9-efc1-4261-acc3-b621e592ba5e 2023-02-09T09:27:32.304Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2c650eff-ab58 0 4ec0146d-dcc7-4ac0-8315-5acde735ebe5 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=? 2023-02-09T09:27:32.354Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32c34744, org.onap.sdc.toscaparser.api.parameters.Input@2b248a3, org.onap.sdc.toscaparser.api.parameters.Input@1f85baf4, org.onap.sdc.toscaparser.api.parameters.Input@130a814b, org.onap.sdc.toscaparser.api.parameters.Input@3b5b0d09] 2023-02-09T09:27:32.354Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:27:32.355Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_XKy651C0tHtwL6T2RILk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:27:32.355Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 736845d9-efc1-4261-acc3-b621e592ba5e: pNF 2c650eff-ab58 2023-02-09T09:27:32.362Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Processing PNF resource: 4ec0146d-dcc7-4ac0-8315-5acde735ebe5 2023-02-09T09:27:32.362Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:27:32.362Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_XKy651C0tHtwL6T2RILk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:27:32.363Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Resource customization UUID: 3f4aef6d-3b3c-4ee6-bace-198ca173e85c is the same as notified resource customizationUUID: 3f4aef6d-3b3c-4ee6-bace-198ca173e85c 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 (?, ?) 2023-02-09T09:27:32.652Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2c650eff-ab58 4ec0146d-dcc7-4ac0-8315-5acde735ebe5 0 ASDC deployResourceStructure 2023-02-09T09:27:32.653Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar ASDC sendASDCNotification 2023-02-09T09:27:32.653Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar 2023-02-09T09:27:32.653Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:27:32.654Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:27:32.654Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:27:32.655Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934852653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:27:33.656Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 518fe4dd-3443-4aa9-9137-3a986ce1a6f3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:27:33.743Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 518fe4dd-3443-4aa9-9137-3a986ce1a6f3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:27:33.763Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:27:33.764Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-09T09:27:33.765Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-09T09:27:46.159Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:27:46.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.167Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "cds-sdc-listener", "timestamp": 1675934716063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.175Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "aai-model-loader", "timestamp": 1675934766031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.177Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "multicloud-k8s", "timestamp": 1675934772282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.178Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.178Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "cds-sdc-listener", "timestamp": 1675934716063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.179Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "aai-model-loader", "timestamp": 1675934766031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.179Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "multicloud-k8s", "timestamp": 1675934772282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.180Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "cds-sdc-listener", "timestamp": 1675934716063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.180Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "aai-model-loader", "timestamp": 1675934766031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.182Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "multicloud-k8s", "timestamp": 1675934772282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.185Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "aai-model-loader", "timestamp": 1675934766031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.185Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "cds-sdc-listener", "timestamp": 1675934716063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.187Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "multicloud-k8s", "timestamp": 1675934772282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.188Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "aai-model-loader", "timestamp": 1675934766031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.190Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.191Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "cds-sdc-listener", "timestamp": 1675934716063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.192Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "multicloud-k8s", "timestamp": 1675934772282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.193Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "aai-model-loader", "timestamp": 1675934766031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.193Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "cds-sdc-listener", "timestamp": 1675934716063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.194Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "multicloud-k8s", "timestamp": 1675934772282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.194Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "aai-model-loader", "timestamp": 1675934766031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.195Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "cds-sdc-listener", "timestamp": 1675934716063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.195Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "multicloud-k8s", "timestamp": 1675934772282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.196Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "cds-sdc-listener", "timestamp": 1675934716063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:27:46.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.198Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "aai-model-loader", "timestamp": 1675934766031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:27:46.199Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.199Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "multicloud-k8s", "timestamp": 1675934772282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:27:46.199Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.200Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "cds-sdc-listener", "timestamp": 1675934782412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:27:46.200Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.200Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "aai-model-loader", "timestamp": 1675934782423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:27:46.200Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.201Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "cds-sdc-listener", "timestamp": 1675934783419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-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=? 2023-02-09T09:27:46.246Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 518fe4dd-3443-4aa9-9137-3a986ce1a6f3 2023-02-09T09:27:46.247Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 518fe4dd-3443-4aa9-9137-3a986ce1a6f3 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 (?, ?, ?, ?, ?) 2023-02-09T09:27:46.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.280Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934787620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.283Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.284Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934787620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.284Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.284Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934787620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.285Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.285Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "aai-model-loader", "timestamp": 1675934791070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:27:46.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.286Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934787620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.287Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.287Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "aai-model-loader", "timestamp": 1675934792073, "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=? 2023-02-09T09:27:46.296Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 518fe4dd-3443-4aa9-9137-3a986ce1a6f3 2023-02-09T09:27:46.297Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 518fe4dd-3443-4aa9-9137-3a986ce1a6f3 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 (?, ?, ?, ?, ?) 2023-02-09T09:27:46.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.355Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934787620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.356Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.356Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934787620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.356Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.357Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934787620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:27:46.357Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.357Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934787620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:27:46.357Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.358Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934796678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:27:46.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.358Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934799512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:27:46.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:27:46.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:27:46.358Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934800539, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T09:27:46.382Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 518fe4dd-3443-4aa9-9137-3a986ce1a6f3 2023-02-09T09:27:46.382Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 518fe4dd-3443-4aa9-9137-3a986ce1a6f3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-09T09:28:03.766Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 518fe4dd-3443-4aa9-9137-3a986ce1a6f3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:28:03.791Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 518fe4dd-3443-4aa9-9137-3a986ce1a6f3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:28:03.801Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:28:03.801Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-09T09:28:03.802Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-09T09:28:03.802Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-09T09:28:03.802Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:28:03.802Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:28:03.803Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:28:03.803Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:28:03.803Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T09:28:03.816Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-09T09:28:33.817Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 518fe4dd-3443-4aa9-9137-3a986ce1a6f3 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=? 2023-02-09T09:28:33.835Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 518fe4dd-3443-4aa9-9137-3a986ce1a6f3 and serviceModelVersionId: 736845d9-efc1-4261-acc3-b621e592ba5e 2023-02-09T09:28:33.836Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3637cff1-9ad6-4305-bb98-7a3890771b29 2023-02-09T09:28:33.837Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3637cff1-9ad6-4305-bb98-7a3890771b29/model-vers/model-ver/736845d9-efc1-4261-acc3-b621e592ba5e?depth=0 2023-02-09T09:28:33.844Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-09T09:28:33.914Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3637cff1-9ad6-4305-bb98-7a3890771b29/model-vers/model-ver/736845d9-efc1-4261-acc3-b621e592ba5e?depth=0|INFO|500||Invoke 2023-02-09T09:28:33.915Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3637cff1-9ad6-4305-bb98-7a3890771b29/model-vers/model-ver/736845d9-efc1-4261-acc3-b621e592ba5e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3637cff1-9ad6-4305-bb98-7a3890771b29/model-vers/model-ver/736845d9-efc1-4261-acc3-b621e592ba5e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[518fe4dd-3443-4aa9-9137-3a986ce1a6f3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d58afa96-f39a-4639-b5a8-b2a51bc6b3fe], X-ECOMP-RequestID=[518fe4dd-3443-4aa9-9137-3a986ce1a6f3], X-TransactionId=[], X-ONAP-RequestID=[518fe4dd-3443-4aa9-9137-3a986ce1a6f3], Content-Type=[application/merge-patch+json]} 2023-02-09T09:28:33.922Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3637cff1-9ad6-4305-bb98-7a3890771b29/model-vers/model-ver/736845d9-efc1-4261-acc3-b621e592ba5e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-09T09:28:34.152Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3637cff1-9ad6-4305-bb98-7a3890771b29/model-vers/model-ver/736845d9-efc1-4261-acc3-b621e592ba5e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3637cff1-9ad6-4305-bb98-7a3890771b29/model-vers/model-ver/736845d9-efc1-4261-acc3-b621e592ba5e?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 09:28:33 GMT], content-length=[0], vertex-id=[184480], x-aai-txid=[1-aai-resources-230209-09:28:33:470-58126], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-09T09:28:34.152Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3637cff1-9ad6-4305-bb98-7a3890771b29/model-vers/model-ver/736845d9-efc1-4261-acc3-b621e592ba5e?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-09T09:28:34.153Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3637cff1-9ad6-4305-bb98-7a3890771b29/model-vers/model-ver/736845d9-efc1-4261-acc3-b621e592ba5e?depth=0|INFO|500||InvokeReturn 2023-02-09T09:28:34.154Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-09T09:28:34.155Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|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=? 2023-02-09T09:28:34.166Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|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:69) 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) 2023-02-09T09:28:34.167Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 518fe4dd-3443-4aa9-9137-3a986ce1a6f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-09T09:28:34.168Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-09T09:28:34.168Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:34.168Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:34.169Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934914167, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-09T09:28:35.217Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-09T09:28:35.218Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f8b64e84-4f94-4272-a639-6b7d889fc16c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"12648203-dbbe-4bb2-b7d8-3b00dad21b8a","serviceDescription":"service","serviceInvariantUUID":"52fd9f31-af32-4bff-8e6d-de43c4a98b52","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"070ad19d-c240-4bd7-9903-fe2f8e72060d","resourceInvariantUUID":"e4a13206-2e55-4aca-8df6-c9a401b6dfec","resourceCustomizationUUID":"7f387e1d-58fb-4565-9c10-51936f8ca720","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":"OTU4OGIxMWIwOWJlM2U4MzJiMjhiY2RmYmFiYWJkZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b41bfcaa-9f4b-45e5-85e0-ce0ae36bbc2f","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":"65501456-abf5-4e9c-a192-d0341c652d64","artifactVersion":"2","generatedFromUUID":"8694b987-ec22-4282-a04c-a44ae3a358eb"},{"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":"8694b987-ec22-4282-a04c-a44ae3a358eb","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":"ZGIyMjMyMzIwNjNkYTBhZjg1OGM2ODM4Zjg5ODFjMzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c03f2809-5873-4b61-a76e-278477fa6ab8","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":"56f8e08c-ecd3-4553-98ee-1cbc168682a7","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":"503fcfc6-d3c5-49e2-9687-050373fa5f1d","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":"3adcd184-6f84-4821-b18a-9d102d3ef674","artifactVersion":"2","generatedFromUUID":"56f8e08c-ecd3-4553-98ee-1cbc168682a7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDVhMjViM2Q2NjE4MDIwZTY3MGMxYzE0NjU2MmZlYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b86b96b4-92fe-475c-9f4f-59b07212c44e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTViNmRiNjkzMzdlNDQ4YWVkNWMxNmZkMWZiNTU5YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac1e98da-4a0b-4f70-9882-762cc90e9d07","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-09T09:28:35.219Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:28:35.219Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:35.220Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:35.220Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:36.221Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:28:36.222Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:36.222Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:36.222Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:37.223Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:28:37.224Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:37.225Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:37.225Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:38.226Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:28:38.227Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:38.227Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:38.228Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:39.229Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:28:39.230Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:39.230Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:39.230Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:40.232Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:28:40.233Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:40.234Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:40.234Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:41.236Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:28:41.237Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:41.238Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:41.239Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:42.241Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:28:42.242Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:42.242Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:42.243Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:43.245Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:28:43.246Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:43.247Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:43.247Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:44.252Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "12648203-dbbe-4bb2-b7d8-3b00dad21b8a", "serviceDescription": "service", "serviceInvariantUUID": "52fd9f31-af32-4bff-8e6d-de43c4a98b52", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "7f387e1d-58fb-4565-9c10-51936f8ca720", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "070ad19d-c240-4bd7-9903-fe2f8e72060d", "resourceInvariantUUID": "e4a13206-2e55-4aca-8df6-c9a401b6dfec", "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": "65501456-abf5-4e9c-a192-d0341c652d64", "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": "8694b987-ec22-4282-a04c-a44ae3a358eb", "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": "ZGIyMjMyMzIwNjNkYTBhZjg1OGM2ODM4Zjg5ODFjMzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c03f2809-5873-4b61-a76e-278477fa6ab8", "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": "56f8e08c-ecd3-4553-98ee-1cbc168682a7", "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": "3adcd184-6f84-4821-b18a-9d102d3ef674", "generatedFromUUID": "56f8e08c-ecd3-4553-98ee-1cbc168682a7" }, "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": "3adcd184-6f84-4821-b18a-9d102d3ef674", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZTViNmRiNjkzMzdlNDQ4YWVkNWMxNmZkMWZiNTU5YTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ac1e98da-4a0b-4f70-9882-762cc90e9d07" } ], "workloadContext": "Production" } 2023-02-09T09:28:44.253Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-09T09:28:44.253Z|518fe4dd-3443-4aa9-9137-3a986ce1a6f3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12648203-dbbe-4bb2-b7d8-3b00dad21b8a ASDC 2023-02-09T09:28:44.254Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:f8b64e84-4f94-4272-a639-6b7d889fc16c ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:12648203-dbbe-4bb2-b7d8-3b00dad21b8a ServiceInvariantUUID:52fd9f31-af32-4bff-8e6d-de43c4a98b52 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:ac1e98da-4a0b-4f70-9882-762cc90e9d07 ArtifactChecksum:ZTViNmRiNjkzMzdlNDQ4YWVkNWMxNmZkMWZiNTU5YTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:7f387e1d-58fb-4565-9c10-51936f8ca720 ResourceInvariantUUID:e4a13206-2e55-4aca-8df6-c9a401b6dfec ResourceName:basic_cnf ResourceType:VF ResourceUUID:070ad19d-c240-4bd7-9903-fe2f8e72060d 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:65501456-abf5-4e9c-a192-d0341c652d64 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:8694b987-ec22-4282-a04c-a44ae3a358eb 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:c03f2809-5873-4b61-a76e-278477fa6ab8 ArtifactChecksum:ZGIyMjMyMzIwNjNkYTBhZjg1OGM2ODM4Zjg5ODFjMzE= 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:56f8e08c-ecd3-4553-98ee-1cbc168682a7 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:3adcd184-6f84-4821-b18a-9d102d3ef674 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:3adcd184-6f84-4821-b18a-9d102d3ef674 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-09T09:28:44.254Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12648203-dbbe-4bb2-b7d8-3b00dad21b8a 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 (?, ?, ?, ?, ?) 2023-02-09T09:28:44.540Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T09:28:44.541Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T09:28:44.541Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T09:28:44.542Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ac1e98da-4a0b-4f70-9882-762cc90e9d07 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-09T09:28:44.542Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T09:28:44.543Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-09T09:28:44.699Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T09:28:44.702Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ac1e98da-4a0b-4f70-9882-762cc90e9d07 73993 2023-02-09T09:28:44.703Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-02-09T09:28:44.704Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-09T09:28:44.704Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:28:44.705Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:44.705Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:44.705Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934924703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:45.708Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T09:28:45.709Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T09:28:45.710Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ac1e98da-4a0b-4f70-9882-762cc90e9d07, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-09T09:28:45.710Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-02-09T09:28:45.711Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-09T09:28:45.711Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-09T09:28:45.919Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13041960169377814943/Definitions/service-BasicCnf-template.yml 2023-02-09T09:28:46.159Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:46.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934810993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "aai-model-loader", "timestamp": 1675934826031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "cds-sdc-listener", "timestamp": 1675934784422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.189Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "60b4ff72-9e2f-40c0-a8a7-223af69c6a2d", "consumerID": "SO-sdc-controller", "timestamp": 1675934838816, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-09T09:28:46.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.190Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934810993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-09T09:28:46.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.191Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "aai-model-loader", "timestamp": 1675934826031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.192Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "cds-sdc-listener", "timestamp": 1675934784422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.194Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.196Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934810993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-09T09:28:46.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.199Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "cds-sdc-listener", "timestamp": 1675934784422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.200Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.201Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "aai-model-loader", "timestamp": 1675934826031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.203Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.203Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934810993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-09T09:28:46.204Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.206Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "aai-model-loader", "timestamp": 1675934826031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.207Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.212Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "cds-sdc-listener", "timestamp": 1675934784422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.214Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.216Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "cds-sdc-listener", "timestamp": 1675934784422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.218Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "aai-model-loader", "timestamp": 1675934826031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.220Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934810993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-09T09:28:46.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.222Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.224Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "cds-sdc-listener", "timestamp": 1675934784422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.225Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.226Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934810993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "aai-model-loader", "timestamp": 1675934826031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.231Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "aai-model-loader", "timestamp": 1675934826031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.240Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "cds-sdc-listener", "timestamp": 1675934784422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934810993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-09T09:28:46.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/resourceInstances/pnf2c650effab580/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "cds-sdc-listener", "timestamp": 1675934784422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934810993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.244Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "aai-model-loader", "timestamp": 1675934826031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.244Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.245Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "cds-sdc-listener", "timestamp": 1675934784422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:28:46.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.247Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "aai-model-loader", "timestamp": 1675934826031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:28:46.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.248Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934810993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:28:46.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.249Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:28:46.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.249Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "cds-sdc-listener", "timestamp": 1675934847699, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:28:46.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.250Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934846424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-09T09:28:46.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.251Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "aai-model-loader", "timestamp": 1675934847728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:28:46.251Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.251Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934848200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:28:46.251Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.253Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934847621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.253Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.253Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "cds-sdc-listener", "timestamp": 1675934848705, "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=? 2023-02-09T09:28:46.290Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8b64e84-4f94-4272-a639-6b7d889fc16c 2023-02-09T09:28:46.291Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b64e84-4f94-4272-a639-6b7d889fc16c 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 (?, ?, ?, ?, ?) 2023-02-09T09:28:46.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.322Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934847814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-09T09:28:46.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.323Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934847621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.323Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.324Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934848998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-09T09:28:46.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.327Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934847621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.327Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934850230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-09T09:28:46.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.328Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934847621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.328Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934852653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXky651c0thtwl6t2rilk/1.0/artifacts/service-DemoPnfXky651c0thtwl6t2rilk-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:28:46.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.329Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934847621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.346Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934851420, "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=? 2023-02-09T09:28:46.357Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8b64e84-4f94-4272-a639-6b7d889fc16c 2023-02-09T09:28:46.361Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b64e84-4f94-4272-a639-6b7d889fc16c 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 (?, ?, ?, ?, ?) 2023-02-09T09:28:46.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.420Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934847621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.422Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "multicloud-k8s", "timestamp": 1675934852426, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-09T09:28:46.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.423Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934847621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934847621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934847621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:28:46.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.425Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934857688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:28:46.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.425Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "multicloud-k8s", "timestamp": 1675934853431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.426Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "cds-sdc-listener", "timestamp": 1675934849708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.426Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934861443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:28:46.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "cds-sdc-listener", "timestamp": 1675934849708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "multicloud-k8s", "timestamp": 1675934853431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-09T09:28:46.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.428Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934862455, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T09:28:46.444Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8b64e84-4f94-4272-a639-6b7d889fc16c 2023-02-09T09:28:46.445Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b64e84-4f94-4272-a639-6b7d889fc16c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-09T09:28:46.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.485Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "aai-model-loader", "timestamp": 1675934862918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:28:46.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.486Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "multicloud-k8s", "timestamp": 1675934853431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-09T09:28:46.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.487Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "cds-sdc-listener", "timestamp": 1675934849708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.487Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "aai-model-loader", "timestamp": 1675934863921, "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=? 2023-02-09T09:28:46.526Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8b64e84-4f94-4272-a639-6b7d889fc16c 2023-02-09T09:28:46.526Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b64e84-4f94-4272-a639-6b7d889fc16c 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 (?, ?, ?, ?, ?) 2023-02-09T09:28:46.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.553Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "multicloud-k8s", "timestamp": 1675934853431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.554Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "cds-sdc-listener", "timestamp": 1675934849708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.555Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.555Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "aai-model-loader", "timestamp": 1675934864924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.556Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "multicloud-k8s", "timestamp": 1675934853431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-09T09:28:46.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:28:46.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T09:28:46.556Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "cds-sdc-listener", "timestamp": 1675934849708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:28:46.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2023-02-09T09:28:48.138Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-09T09:28:48.138Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-09T09:28:48.139Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-09T09:28:48.139Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-02-09T09:28:48.139Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:48.139Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-09T09:28:48.140Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:48.140Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|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-BasicCnf-csar.csar 2023-02-09T09:28:48.140Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-09T09:28:48.141Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:48.141Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:48.141Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-09T09:28:48.142Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-09T09:28:48.142Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T09:28:48.142Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:48.143Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:48.143Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-09T09:28:48.143Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-09T09:28:48.144Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T09:28:48.144Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:48.144Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:48.145Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:48.145Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-09T09:28:48.145Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-02-09T09:28:48.146Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2023-02-09T09:28:48.146Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-09T09:28:48.146Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:48.146Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-09T09:28:48.147Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:48.147Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-09T09:28:48.148Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:28:48.148Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:48.148Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-09T09:28:48.149Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:28:48.152Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:48.152Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-09T09:28:48.152Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:28:48.153Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:48.153Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-09T09:28:48.154Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-02-09T09:28:48.154Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cc570b3f-9d53-4123-a484-1c0eafb04a0e 2023-02-09T09:28:48.154Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:48.155Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:48.155Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:48.155Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:48.156Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:48.156Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:48.156Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:48.157Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:48.157Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:12648203-dbbe-4bb2-b7d8-3b00dad21b8a Model Version:NULL Model InvariantUuid:52fd9f31-af32-4bff-8e6d-de43c4a98b52 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:fb0acf50-0734-4892-add8-ea26933c670b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e4a13206-2e55-4aca-8df6-c9a401b6dfec Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7f387e1d-58fb-4565-9c10-51936f8ca720 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:723c4fdd-c1a7-46a4-aaef-3bf4abc14068 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:a4d3f15b-55b3-4f0e-96dd-fe4e1350b154 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cc570b3f-9d53-4123-a484-1c0eafb04a0e ModelInvariantUuid:252a9e7b-1a0b-420b-9732-fe98e44ef38d ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:0aee2233-0b35-447d-b34f-60897aef0b23 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:1f188ca2-fef2-4d6c-8a5b-0b45a81d103e ModelInvariantUuid:ba699633-ab56-4b76-85bd-d04dd251b45c ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:18f0e539-0eb8-4695-95ea-65260a93f5a7 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=? 2023-02-09T09:28:48.169Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 070ad19d-c240-4bd7-9903-fe2f8e72060d 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=? 2023-02-09T09:28:48.173Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||basic_cnf 0 2023-02-09T09:28:48.174Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 070ad19d-c240-4bd7-9903-fe2f8e72060d 2023-02-09T09:28:48.174Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 65501456-abf5-4e9c-a192-d0341c652d64 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-09T09:28:48.174Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T09:28:48.175Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-09T09:28:48.303Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T09:28:48.303Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 65501456-abf5-4e9c-a192-d0341c652d64 12 2023-02-09T09:28:48.304Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:48.304Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:48.304Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:28:48.305Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:48.305Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:48.305Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934928304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:49.306Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8694b987-ec22-4282-a04c-a44ae3a358eb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-09T09:28:49.307Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T09:28:49.307Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-09T09:28:49.640Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T09:28:49.641Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8694b987-ec22-4282-a04c-a44ae3a358eb 2688 2023-02-09T09:28:49.641Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:49.642Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:49.642Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:28:49.642Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:49.643Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:49.643Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934929641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:50.645Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c03f2809-5873-4b61-a76e-278477fa6ab8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-09T09:28:50.645Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T09:28:50.646Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-09T09:28:51.070Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T09:28:51.071Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c03f2809-5873-4b61-a76e-278477fa6ab8 828 2023-02-09T09:28:51.072Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:51.072Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:51.072Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:28:51.073Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:51.073Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:51.073Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934931072, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:52.080Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "723c4fdd-c1a7-46a4-aaef-3bf4abc14068", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a4d3f15b-55b3-4f0e-96dd-fe4e1350b154", "vfModuleModelCustomizationUUID": "87a0be9d-1bc7-4341-864b-7930580c8215", "isBase": true, "artifacts": [ "8694b987-ec22-4282-a04c-a44ae3a358eb", "56f8e08c-ecd3-4553-98ee-1cbc168682a7", "3adcd184-6f84-4821-b18a-9d102d3ef674" ], "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": "" } } ] 2023-02-09T09:28:52.087Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a4d3f15b-55b3-4f0e-96dd-fe4e1350b154 VfModuleModelInvariantUUID:723c4fdd-c1a7-46a4-aaef-3bf4abc14068 VfModuleModelDescription:NULL Artifacts UUID List:{ 8694b987-ec22-4282-a04c-a44ae3a358eb , 56f8e08c-ecd3-4553-98ee-1cbc168682a7 , 3adcd184-6f84-4821-b18a-9d102d3ef674 } 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 } 2023-02-09T09:28:52.091Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "723c4fdd-c1a7-46a4-aaef-3bf4abc14068", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a4d3f15b-55b3-4f0e-96dd-fe4e1350b154", "vfModuleModelCustomizationUUID": "87a0be9d-1bc7-4341-864b-7930580c8215", "isBase": true, "artifacts": [ "8694b987-ec22-4282-a04c-a44ae3a358eb", "56f8e08c-ecd3-4553-98ee-1cbc168682a7", "3adcd184-6f84-4821-b18a-9d102d3ef674" ], "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": "" } } ] 2023-02-09T09:28:52.091Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a4d3f15b-55b3-4f0e-96dd-fe4e1350b154 VfModuleModelInvariantUUID:723c4fdd-c1a7-46a4-aaef-3bf4abc14068 VfModuleModelDescription:NULL Artifacts UUID List:{ 8694b987-ec22-4282-a04c-a44ae3a358eb , 56f8e08c-ecd3-4553-98ee-1cbc168682a7 , 3adcd184-6f84-4821-b18a-9d102d3ef674 } 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 } 2023-02-09T09:28:52.092Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 56f8e08c-ecd3-4553-98ee-1cbc168682a7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-09T09:28:52.092Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T09:28:52.092Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-09T09:28:52.454Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T09:28:52.455Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 56f8e08c-ecd3-4553-98ee-1cbc168682a7 1164 2023-02-09T09:28:52.455Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:52.455Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:52.455Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:28:52.456Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:52.456Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:52.456Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934932455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:53.457Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3adcd184-6f84-4821-b18a-9d102d3ef674 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-09T09:28:53.457Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T09:28:53.458Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-09T09:28:53.778Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T09:28:53.780Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3adcd184-6f84-4821-b18a-9d102d3ef674 200 2023-02-09T09:28:53.780Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:53.781Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:53.781Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:28:53.782Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:53.782Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:53.782Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934933780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:54.783Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 12648203-dbbe-4bb2-b7d8-3b00dad21b8a 2023-02-09T09:28:54.784Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 070ad19d-c240-4bd7-9903-fe2f8e72060d ASDC 2023-02-09T09:28:54.789Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 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=? 2023-02-09T09:28:54.819Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17d7a8af, org.onap.sdc.toscaparser.api.parameters.Input@39acd6e6, org.onap.sdc.toscaparser.api.parameters.Input@7ad71774, org.onap.sdc.toscaparser.api.parameters.Input@5c72f7c7, org.onap.sdc.toscaparser.api.parameters.Input@764aae36] 2023-02-09T09:28:54.822Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:54.823Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:54.823Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-02-09T09:28:54.823Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7f387e1d-58fb-4565-9c10-51936f8ca720 2023-02-09T09:28:54.824Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7f387e1d-58fb-4565-9c10-51936f8ca720 matches Tosca VF Customization UUID: 7f387e1d-58fb-4565-9c10-51936f8ca720 2023-02-09T09:28:54.824Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7f387e1d-58fb-4565-9c10-51936f8ca720 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=? 2023-02-09T09:28:54.829Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:54.830Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:54.831Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7f387e1d-58fb-4565-9c10-51936f8ca720: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-09T09:28:54.832Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20278d71 2023-02-09T09:28:54.832Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:54.833Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-09T09:28:54.834Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 87a0be9d-1bc7-4341-864b-7930580c8215 2023-02-09T09:28:54.835Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 87a0be9d-1bc7-4341-864b-7930580c8215 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=? 2023-02-09T09:28:54.838Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:54.839Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-09T09:28:54.839Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:28:54.840Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:54.840Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-09T09:28:54.840Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:28:54.841Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:54.841Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-09T09:28:54.841Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-02-09T09:28:54.842Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cc570b3f-9d53-4123-a484-1c0eafb04a0e 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=? 2023-02-09T09:28:54.846Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:54.847Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-09T09:28:54.847Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:28:54.847Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:54.848Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-09T09:28:54.848Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7f387e1d-58fb-4565-9c10-51936f8ca720 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=? 2023-02-09T09:28:54.851Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:54.852Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:54.852Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 12648203-dbbe-4bb2-b7d8-3b00dad21b8a: basic_cnf 2023-02-09T09:28:54.852Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:54.853Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:54.853Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:54.853Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:54.854Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:54.854Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:54.854Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:54.855Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:54.855Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:28:54.855Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:28:54.856Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 (?, ?, ?, ?, ?) 2023-02-09T09:28:55.096Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 070ad19d-c240-4bd7-9903-fe2f8e72060d 1 ASDC deployResourceStructure 2023-02-09T09:28:55.097Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:55.097Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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) 2023-02-09T09:28:55.097Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-09T09:28:55.098Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:55.098Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:55.098Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934935097, "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" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:56.100Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:56.100Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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) 2023-02-09T09:28:56.100Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-09T09:28:56.100Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:56.101Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:56.101Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934936099, "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" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:57.102Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:57.102Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:57.103Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:28:57.103Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:57.103Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:57.103Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934937102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:58.104Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:58.105Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:58.105Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:28:58.106Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:58.107Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:58.107Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934938104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:28:59.112Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:59.112Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||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 2023-02-09T09:28:59.112Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:28:59.112Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:28:59.113Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:28:59.113Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934939111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:00.114Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-02-09T09:29:00.115Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-09T09:29:00.115Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:29:00.115Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:00.116Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:00.116Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934940114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:01.117Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8b64e84-4f94-4272-a639-6b7d889fc16c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:29:01.238Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8b64e84-4f94-4272-a639-6b7d889fc16c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:29:01.255Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:29:01.255Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-09T09:29:01.255Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-09T09:29:01.256Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-09T09:29:01.256Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:29:01.256Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:29:01.256Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:29:01.256Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:29:01.256Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:29:01.257Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T09:29:01.334Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-09T09:29:31.335Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8b64e84-4f94-4272-a639-6b7d889fc16c 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=? 2023-02-09T09:29:31.350Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8b64e84-4f94-4272-a639-6b7d889fc16c and serviceModelVersionId: 12648203-dbbe-4bb2-b7d8-3b00dad21b8a 2023-02-09T09:29:31.350Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52fd9f31-af32-4bff-8e6d-de43c4a98b52 2023-02-09T09:29:31.351Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52fd9f31-af32-4bff-8e6d-de43c4a98b52/model-vers/model-ver/12648203-dbbe-4bb2-b7d8-3b00dad21b8a?depth=0 2023-02-09T09:29:31.358Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-09T09:29:31.486Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52fd9f31-af32-4bff-8e6d-de43c4a98b52/model-vers/model-ver/12648203-dbbe-4bb2-b7d8-3b00dad21b8a?depth=0|INFO|500||Invoke 2023-02-09T09:29:31.487Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52fd9f31-af32-4bff-8e6d-de43c4a98b52/model-vers/model-ver/12648203-dbbe-4bb2-b7d8-3b00dad21b8a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52fd9f31-af32-4bff-8e6d-de43c4a98b52/model-vers/model-ver/12648203-dbbe-4bb2-b7d8-3b00dad21b8a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8b64e84-4f94-4272-a639-6b7d889fc16c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e8ffdb39-f5a7-454b-a7be-203b5dc95b06], X-ECOMP-RequestID=[f8b64e84-4f94-4272-a639-6b7d889fc16c], X-TransactionId=[], X-ONAP-RequestID=[f8b64e84-4f94-4272-a639-6b7d889fc16c], Content-Type=[application/merge-patch+json]} 2023-02-09T09:29:31.494Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52fd9f31-af32-4bff-8e6d-de43c4a98b52/model-vers/model-ver/12648203-dbbe-4bb2-b7d8-3b00dad21b8a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-09T09:29:31.893Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52fd9f31-af32-4bff-8e6d-de43c4a98b52/model-vers/model-ver/12648203-dbbe-4bb2-b7d8-3b00dad21b8a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52fd9f31-af32-4bff-8e6d-de43c4a98b52/model-vers/model-ver/12648203-dbbe-4bb2-b7d8-3b00dad21b8a?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 09:29:31 GMT], content-length=[0], vertex-id=[233672], x-aai-txid=[0-aai-resources-230209-09:29:31:035-87955], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-09T09:29:31.894Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52fd9f31-af32-4bff-8e6d-de43c4a98b52/model-vers/model-ver/12648203-dbbe-4bb2-b7d8-3b00dad21b8a?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-09T09:29:31.895Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52fd9f31-af32-4bff-8e6d-de43c4a98b52/model-vers/model-ver/12648203-dbbe-4bb2-b7d8-3b00dad21b8a?depth=0|INFO|500||InvokeReturn 2023-02-09T09:29:31.902Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-09T09:29:31.903Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|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=? 2023-02-09T09:29:36.315Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|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:69) 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) 2023-02-09T09:29:36.316Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8b64e84-4f94-4272-a639-6b7d889fc16c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-09T09:29:36.316Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-09T09:29:36.317Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:36.317Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:36.317Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934976316, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-09T09:29:37.363Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:29:37.379Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-09T09:29:37.379Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"48b27613-513e-4de7-b2f2-5d33ca420830","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b0fc57ee-ec2f-49ef-a082-8b894f0e7248","serviceDescription":"service","serviceInvariantUUID":"1a7dbd8f-7433-4a2d-81cb-dd0634c795b0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5fc1a32f-16d2-4ca0-9d44-a606a082e08f","resourceInvariantUUID":"666ba4d3-4237-4232-9d26-8d5dac7ec92d","resourceCustomizationUUID":"e075a0c0-9c67-4afa-93a4-544f53431614","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":"NjA1MGU4OWM4MjY0NjBjNjI1OWMwMGUyMjU4MTBlNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1469fe8a-2db4-4809-92b3-feaa2a3b6059","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":"YTliYTgyMWU1YzkxYTIzYzdmZTBmMDg5OGE5MDQ0YTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d42ae8e-3e43-4c84-96a6-91e7382abdf6","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":"e6e2e85c-98da-4edb-ab91-0a72dd743662","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":"ec295c03-8c1d-4162-8541-0a98468dac72","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":"148de598-f37c-4515-8257-9193a4c74f43","artifactVersion":"2","generatedFromUUID":"e6e2e85c-98da-4edb-ab91-0a72dd743662"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGU0MmJkMDcxNDY4NDNmM2M4YzU4ZWI4MzMwZTdiM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03566887-b381-40d4-bc24-ece99afb6aa3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzA3YjM4M2U3N2M3MWY1MzU1YWRkZjI4ZTMwMWNkOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"77c2a033-4b06-4aa8-8548-df024deb1f89","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-09T09:29:37.382Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:29:37.383Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:37.383Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:37.383Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934977363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:38.384Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:29:38.384Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:38.384Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:38.385Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934977363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:39.386Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:29:39.386Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:39.387Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:39.387Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934977363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:40.388Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:29:40.388Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:40.389Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:40.389Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934977363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:41.390Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:29:41.391Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:41.391Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:41.391Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934977363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:42.393Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:29:42.393Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:42.394Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:42.394Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934977363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:43.395Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T09:29:43.397Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:43.397Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:43.397Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934977363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:44.403Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "b0fc57ee-ec2f-49ef-a082-8b894f0e7248", "serviceDescription": "service", "serviceInvariantUUID": "1a7dbd8f-7433-4a2d-81cb-dd0634c795b0", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "e075a0c0-9c67-4afa-93a4-544f53431614", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5fc1a32f-16d2-4ca0-9d44-a606a082e08f", "resourceInvariantUUID": "666ba4d3-4237-4232-9d26-8d5dac7ec92d", "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": "YTliYTgyMWU1YzkxYTIzYzdmZTBmMDg5OGE5MDQ0YTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7d42ae8e-3e43-4c84-96a6-91e7382abdf6", "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": "e6e2e85c-98da-4edb-ab91-0a72dd743662", "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": "148de598-f37c-4515-8257-9193a4c74f43", "generatedFromUUID": "e6e2e85c-98da-4edb-ab91-0a72dd743662" }, "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": "148de598-f37c-4515-8257-9193a4c74f43", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NzA3YjM4M2U3N2M3MWY1MzU1YWRkZjI4ZTMwMWNkOWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "77c2a033-4b06-4aa8-8548-df024deb1f89" } ], "workloadContext": "Production" } 2023-02-09T09:29:44.403Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-09T09:29:44.405Z|f8b64e84-4f94-4272-a639-6b7d889fc16c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b0fc57ee-ec2f-49ef-a082-8b894f0e7248 ASDC 2023-02-09T09:29:44.406Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:48b27613-513e-4de7-b2f2-5d33ca420830 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:b0fc57ee-ec2f-49ef-a082-8b894f0e7248 ServiceInvariantUUID:1a7dbd8f-7433-4a2d-81cb-dd0634c795b0 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:77c2a033-4b06-4aa8-8548-df024deb1f89 ArtifactChecksum:NzA3YjM4M2U3N2M3MWY1MzU1YWRkZjI4ZTMwMWNkOWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:e075a0c0-9c67-4afa-93a4-544f53431614 ResourceInvariantUUID:666ba4d3-4237-4232-9d26-8d5dac7ec92d ResourceName:basic_vm ResourceType:VF ResourceUUID:5fc1a32f-16d2-4ca0-9d44-a606a082e08f 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:7d42ae8e-3e43-4c84-96a6-91e7382abdf6 ArtifactChecksum:YTliYTgyMWU1YzkxYTIzYzdmZTBmMDg5OGE5MDQ0YTM= 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:e6e2e85c-98da-4edb-ab91-0a72dd743662 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:148de598-f37c-4515-8257-9193a4c74f43 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:148de598-f37c-4515-8257-9193a4c74f43 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-09T09:29:44.406Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0fc57ee-ec2f-49ef-a082-8b894f0e7248 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 (?, ?, ?, ?, ?) 2023-02-09T09:29:44.627Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T09:29:44.628Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T09:29:44.628Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T09:29:44.628Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 77c2a033-4b06-4aa8-8548-df024deb1f89 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-09T09:29:44.628Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T09:29:44.628Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-09T09:29:44.885Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T09:29:44.887Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 77c2a033-4b06-4aa8-8548-df024deb1f89 75173 2023-02-09T09:29:44.888Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-02-09T09:29:44.888Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-09T09:29:44.889Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:29:44.889Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:44.889Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:44.890Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934984888, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:45.893Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T09:29:45.896Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T09:29:45.896Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 77c2a033-4b06-4aa8-8548-df024deb1f89, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-02-09T09:29:45.897Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-02-09T09:29:45.901Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-02-09T09:29:45.902Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-02-09T09:29:46.159Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:46.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.164Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "aai-model-loader", "timestamp": 1675934864924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.166Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "multicloud-k8s", "timestamp": 1675934853431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.166Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "cds-sdc-listener", "timestamp": 1675934849708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.167Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "aai-model-loader", "timestamp": 1675934864924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.167Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.167Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "multicloud-k8s", "timestamp": 1675934853431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:29:46.167Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.167Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "cds-sdc-listener", "timestamp": 1675934849708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:29:46.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.168Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "aai-model-loader", "timestamp": 1675934864924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.168Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "multicloud-k8s", "timestamp": 1675934867412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-09T09:29:46.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.169Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "cds-sdc-listener", "timestamp": 1675934868718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:29:46.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.169Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "aai-model-loader", "timestamp": 1675934864924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.170Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "cds-sdc-listener", "timestamp": 1675934869751, "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=? 2023-02-09T09:29:46.217Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10623853639200884019/Definitions/service-BasicVm-template.yml 2023-02-09T09:29:46.224Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48b27613-513e-4de7-b2f2-5d33ca420830 2023-02-09T09:29:46.225Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48b27613-513e-4de7-b2f2-5d33ca420830 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 (?, ?, ?, ?, ?) 2023-02-09T09:29:46.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.274Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "multicloud-k8s", "timestamp": 1675934868637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-09T09:29:46.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.274Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "aai-model-loader", "timestamp": 1675934864924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.274Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "aai-model-loader", "timestamp": 1675934864924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:29:46.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.275Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "multicloud-k8s", "timestamp": 1675934869918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-09T09:29:46.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.275Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "aai-model-loader", "timestamp": 1675934872133, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:29:46.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.275Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "multicloud-k8s", "timestamp": 1675934870962, "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=? 2023-02-09T09:29:46.334Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48b27613-513e-4de7-b2f2-5d33ca420830 2023-02-09T09:29:46.335Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48b27613-513e-4de7-b2f2-5d33ca420830 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 (?, ?, ?, ?, ?) 2023-02-09T09:29:46.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.405Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "multicloud-k8s", "timestamp": 1675934871966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-09T09:29:46.416Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.416Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934877625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.417Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.426Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934877625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.426Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934877625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.427Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934877625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.428Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934877625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.429Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934877625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.430Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934877625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:29:46.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.431Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934885673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:29:46.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.450Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "aai-model-loader", "timestamp": 1675934886712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:29:46.450Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.450Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "aai-model-loader", "timestamp": 1675934887716, "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=? 2023-02-09T09:29:46.481Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48b27613-513e-4de7-b2f2-5d33ca420830 2023-02-09T09:29:46.481Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48b27613-513e-4de7-b2f2-5d33ca420830 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 (?, ?, ?, ?, ?) 2023-02-09T09:29:46.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.518Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934889766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:29:46.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.520Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675934890785, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T09:29:46.549Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48b27613-513e-4de7-b2f2-5d33ca420830 2023-02-09T09:29:46.551Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48b27613-513e-4de7-b2f2-5d33ca420830 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-09T09:29:46.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.626Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "518fe4dd-3443-4aa9-9137-3a986ce1a6f3", "consumerID": "SO-sdc-controller", "timestamp": 1675934914167, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-09T09:29:46.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.627Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.627Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.627Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-09T09:29:46.627Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.628Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-09T09:29:46.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.628Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-09T09:29:46.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.629Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-09T09:29:46.629Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.629Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.629Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.630Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-09T09:29:46.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.630Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:29:46.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.630Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934839863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:29:46.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:29:46.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-09T09:29:46.631Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934924703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:29:46.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-02-09T09:29:48.416Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-09T09:29:48.417Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-09T09:29:48.418Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-09T09:29:48.418Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-09T09:29:48.418Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||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 2023-02-09T09:29:48.418Z|48b27613-513e-4de7-b2f2-5d33ca420830|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-BasicVm-csar.csar 2023-02-09T09:29:48.418Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-09T09:29:48.419Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-09T09:29:48.419Z|48b27613-513e-4de7-b2f2-5d33ca420830|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-BasicVm-csar.csar 2023-02-09T09:29:48.419Z|48b27613-513e-4de7-b2f2-5d33ca420830|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-BasicVm-csar.csar 2023-02-09T09:29:48.419Z|48b27613-513e-4de7-b2f2-5d33ca420830|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-BasicVm-csar.csar 2023-02-09T09:29:48.419Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-09T09:29:48.420Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:48.420Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:48.421Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-09T09:29:48.421Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-09T09:29:48.422Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T09:29:48.422Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:48.422Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:48.423Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-09T09:29:48.423Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-09T09:29:48.423Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T09:29:48.423Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:48.424Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:48.424Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:48.424Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-09T09:29:48.424Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-02-09T09:29:48.425Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-02-09T09:29:48.425Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-02-09T09:29:48.425Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-09T09:29:48.426Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-09T09:29:48.426Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:48.426Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-09T09:29:48.426Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:48.427Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-09T09:29:48.427Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:29:48.427Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:48.427Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-09T09:29:48.428Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:29:48.428Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:48.428Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-09T09:29:48.428Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:29:48.428Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:48.429Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-09T09:29:48.429Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-09T09:29:48.429Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-09T09:29:48.429Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8a2c3af8-82e7-4b20-84fc-115fab8cc113 2023-02-09T09:29:48.429Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:48.430Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:48.430Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:48.430Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:48.430Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:48.431Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:48.431Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:48.431Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:48.432Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:b0fc57ee-ec2f-49ef-a082-8b894f0e7248 Model Version:NULL Model InvariantUuid:1a7dbd8f-7433-4a2d-81cb-dd0634c795b0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:7775fbd8-5cd1-47da-88d8-744b86a9c8f7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:666ba4d3-4237-4232-9d26-8d5dac7ec92d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e075a0c0-9c67-4afa-93a4-544f53431614 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c81490e4-41e1-4956-b147-efa0c741e415 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:ee3adc4e-8ae8-46ea-8630-cfa9d9d4b07d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8a2c3af8-82e7-4b20-84fc-115fab8cc113 ModelInvariantUuid:ce046583-3ea9-4199-97a0-14cbcd934783 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:4f6b4567-f07c-4ac4-b8a3-7d1e499d13c5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:8eb45c1b-b602-4ccc-96db-319b421b0256 ModelInvariantUuid:94e4a1ba-8f33-4cda-8bcb-6ab0c2c4e418 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:335e407b-6678-44df-9698-337e175ac4e8 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=? 2023-02-09T09:29:48.458Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 5fc1a32f-16d2-4ca0-9d44-a606a082e08f 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=? 2023-02-09T09:29:48.466Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||basic_vm 0 2023-02-09T09:29:48.467Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5fc1a32f-16d2-4ca0-9d44-a606a082e08f 2023-02-09T09:29:48.467Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7d42ae8e-3e43-4c84-96a6-91e7382abdf6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-09T09:29:48.467Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T09:29:48.468Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-09T09:29:48.658Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T09:29:48.659Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7d42ae8e-3e43-4c84-96a6-91e7382abdf6 787 2023-02-09T09:29:48.660Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||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 2023-02-09T09:29:48.661Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||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 2023-02-09T09:29:48.661Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:29:48.661Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:48.661Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:48.662Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934988660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:49.663Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c81490e4-41e1-4956-b147-efa0c741e415", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ee3adc4e-8ae8-46ea-8630-cfa9d9d4b07d", "vfModuleModelCustomizationUUID": "eb51dad6-bfc4-4863-b35e-c7ed16bea1cf", "isBase": true, "artifacts": [ "e6e2e85c-98da-4edb-ab91-0a72dd743662", "148de598-f37c-4515-8257-9193a4c74f43" ], "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": "" } } ] 2023-02-09T09:29:49.668Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ee3adc4e-8ae8-46ea-8630-cfa9d9d4b07d VfModuleModelInvariantUUID:c81490e4-41e1-4956-b147-efa0c741e415 VfModuleModelDescription:NULL Artifacts UUID List:{ e6e2e85c-98da-4edb-ab91-0a72dd743662 , 148de598-f37c-4515-8257-9193a4c74f43 } 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 } 2023-02-09T09:29:49.672Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c81490e4-41e1-4956-b147-efa0c741e415", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ee3adc4e-8ae8-46ea-8630-cfa9d9d4b07d", "vfModuleModelCustomizationUUID": "eb51dad6-bfc4-4863-b35e-c7ed16bea1cf", "isBase": true, "artifacts": [ "e6e2e85c-98da-4edb-ab91-0a72dd743662", "148de598-f37c-4515-8257-9193a4c74f43" ], "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": "" } } ] 2023-02-09T09:29:49.672Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ee3adc4e-8ae8-46ea-8630-cfa9d9d4b07d VfModuleModelInvariantUUID:c81490e4-41e1-4956-b147-efa0c741e415 VfModuleModelDescription:NULL Artifacts UUID List:{ e6e2e85c-98da-4edb-ab91-0a72dd743662 , 148de598-f37c-4515-8257-9193a4c74f43 } 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 } 2023-02-09T09:29:49.672Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e6e2e85c-98da-4edb-ab91-0a72dd743662 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-09T09:29:49.672Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T09:29:49.673Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-09T09:29:50.091Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T09:29:50.093Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e6e2e85c-98da-4edb-ab91-0a72dd743662 5033 2023-02-09T09:29:50.093Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||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 2023-02-09T09:29:50.094Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||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 2023-02-09T09:29:50.101Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:29:50.102Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:50.102Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:50.102Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934990093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:51.103Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 148de598-f37c-4515-8257-9193a4c74f43 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-09T09:29:51.104Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T09:29:51.104Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-09T09:29:51.531Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T09:29:51.532Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 148de598-f37c-4515-8257-9193a4c74f43 903 2023-02-09T09:29:51.532Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||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 2023-02-09T09:29:51.532Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||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 2023-02-09T09:29:51.533Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T09:29:51.533Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:51.533Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:51.533Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934991532, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:52.534Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b0fc57ee-ec2f-49ef-a082-8b894f0e7248 2023-02-09T09:29:52.535Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5fc1a32f-16d2-4ca0-9d44-a606a082e08f 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=? 2023-02-09T09:29:52.587Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d73f295, org.onap.sdc.toscaparser.api.parameters.Input@462e8536, org.onap.sdc.toscaparser.api.parameters.Input@257cdcc1, org.onap.sdc.toscaparser.api.parameters.Input@50b4ad6f, org.onap.sdc.toscaparser.api.parameters.Input@22a10ab6] 2023-02-09T09:29:52.591Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:52.596Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:52.598Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-02-09T09:29:52.598Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e075a0c0-9c67-4afa-93a4-544f53431614 2023-02-09T09:29:52.599Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e075a0c0-9c67-4afa-93a4-544f53431614 matches Tosca VF Customization UUID: e075a0c0-9c67-4afa-93a4-544f53431614 2023-02-09T09:29:52.600Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e075a0c0-9c67-4afa-93a4-544f53431614 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=? 2023-02-09T09:29:52.606Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:52.610Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:52.613Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e075a0c0-9c67-4afa-93a4-544f53431614: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-09T09:29:52.613Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26676025 2023-02-09T09:29:52.613Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:52.614Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-09T09:29:52.614Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eb51dad6-bfc4-4863-b35e-c7ed16bea1cf 2023-02-09T09:29:52.615Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eb51dad6-bfc4-4863-b35e-c7ed16bea1cf 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=? 2023-02-09T09:29:52.622Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:52.628Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-09T09:29:52.631Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:29:52.637Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:52.639Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-09T09:29:52.642Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:29:52.650Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:52.651Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-09T09:29:52.652Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-09T09:29:52.652Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-09T09:29:52.653Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8a2c3af8-82e7-4b20-84fc-115fab8cc113 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=? 2023-02-09T09:29:52.660Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:52.661Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-09T09:29:52.662Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T09:29:52.662Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:52.663Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-09T09:29:52.663Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e075a0c0-9c67-4afa-93a4-544f53431614 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=? 2023-02-09T09:29:52.668Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:52.669Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:52.669Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b0fc57ee-ec2f-49ef-a082-8b894f0e7248: basic_vm 2023-02-09T09:29:52.670Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:52.670Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:52.670Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:52.670Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:52.671Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:52.671Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:52.671Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:52.672Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:52.672Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T09:29:52.672Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T09:29:52.672Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||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 (?, ?, ?, ?, ?) 2023-02-09T09:29:53.057Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5fc1a32f-16d2-4ca0-9d44-a606a082e08f 1 ASDC deployResourceStructure 2023-02-09T09:29:53.058Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||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 2023-02-09T09:29:53.058Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||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 2023-02-09T09:29:53.058Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:29:53.059Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:53.059Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:53.059Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934993058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:54.060Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||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 2023-02-09T09:29:54.060Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||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 2023-02-09T09:29:54.061Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:29:54.061Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:54.061Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:54.062Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934994060, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:55.063Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||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 2023-02-09T09:29:55.063Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||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 2023-02-09T09:29:55.064Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:29:55.064Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:55.065Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:55.065Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934995063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:56.067Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-02-09T09:29:56.067Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-09T09:29:56.067Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T09:29:56.068Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:29:56.068Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:29:56.069Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934996067, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:29:57.070Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48b27613-513e-4de7-b2f2-5d33ca420830 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T09:29:57.139Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48b27613-513e-4de7-b2f2-5d33ca420830 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T09:29:57.185Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T09:29:57.186Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-09T09:29:57.186Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-09T09:29:57.186Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-09T09:29:57.186Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:29:57.186Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:29:57.186Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:29:57.187Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:29:57.187Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T09:29:57.187Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T09:29:57.210Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-09T09:30:27.211Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48b27613-513e-4de7-b2f2-5d33ca420830 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=? 2023-02-09T09:30:27.221Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48b27613-513e-4de7-b2f2-5d33ca420830 and serviceModelVersionId: b0fc57ee-ec2f-49ef-a082-8b894f0e7248 2023-02-09T09:30:27.221Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a7dbd8f-7433-4a2d-81cb-dd0634c795b0 2023-02-09T09:30:27.222Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a7dbd8f-7433-4a2d-81cb-dd0634c795b0/model-vers/model-ver/b0fc57ee-ec2f-49ef-a082-8b894f0e7248?depth=0 2023-02-09T09:30:27.229Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-09T09:30:27.290Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1a7dbd8f-7433-4a2d-81cb-dd0634c795b0/model-vers/model-ver/b0fc57ee-ec2f-49ef-a082-8b894f0e7248?depth=0|INFO|500||Invoke 2023-02-09T09:30:27.291Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1a7dbd8f-7433-4a2d-81cb-dd0634c795b0/model-vers/model-ver/b0fc57ee-ec2f-49ef-a082-8b894f0e7248?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1a7dbd8f-7433-4a2d-81cb-dd0634c795b0/model-vers/model-ver/b0fc57ee-ec2f-49ef-a082-8b894f0e7248?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[48b27613-513e-4de7-b2f2-5d33ca420830], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0dbdb1cd-accc-454b-9621-3e2375e5cf56], X-ECOMP-RequestID=[48b27613-513e-4de7-b2f2-5d33ca420830], X-TransactionId=[], X-ONAP-RequestID=[48b27613-513e-4de7-b2f2-5d33ca420830], Content-Type=[application/merge-patch+json]} 2023-02-09T09:30:27.310Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1a7dbd8f-7433-4a2d-81cb-dd0634c795b0/model-vers/model-ver/b0fc57ee-ec2f-49ef-a082-8b894f0e7248?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-09T09:30:27.629Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1a7dbd8f-7433-4a2d-81cb-dd0634c795b0/model-vers/model-ver/b0fc57ee-ec2f-49ef-a082-8b894f0e7248?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1a7dbd8f-7433-4a2d-81cb-dd0634c795b0/model-vers/model-ver/b0fc57ee-ec2f-49ef-a082-8b894f0e7248?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 09:30:26 GMT], content-length=[0], vertex-id=[213152], x-aai-txid=[0-aai-resources-230209-09:30:26:896-9862], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-09T09:30:27.632Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1a7dbd8f-7433-4a2d-81cb-dd0634c795b0/model-vers/model-ver/b0fc57ee-ec2f-49ef-a082-8b894f0e7248?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-09T09:30:27.634Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1a7dbd8f-7433-4a2d-81cb-dd0634c795b0/model-vers/model-ver/b0fc57ee-ec2f-49ef-a082-8b894f0e7248?depth=0|INFO|500||InvokeReturn 2023-02-09T09:30:27.636Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-09T09:30:27.636Z|48b27613-513e-4de7-b2f2-5d33ca420830|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=? 2023-02-09T09:30:27.658Z|48b27613-513e-4de7-b2f2-5d33ca420830|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:69) 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) 2023-02-09T09:30:27.659Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48b27613-513e-4de7-b2f2-5d33ca420830 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-09T09:30:27.659Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-09T09:30:27.660Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T09:30:27.660Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T09:30:27.661Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675935027659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-09T09:30:28.710Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:30:46.159Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:30:46.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934928304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-02-09T09:30:46.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934929641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-09T09:30:46.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934931072, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-09T09:30:46.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934932455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-09T09:30:46.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934933780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-09T09:30:46.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934935097, "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" } 2023-02-09T09:30:46.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934936099, "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" } 2023-02-09T09:30:46.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934937102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-09T09:30:46.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934938104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-02-09T09:30:46.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934939111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-02-09T09:30:46.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934940114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:30:46.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f8b64e84-4f94-4272-a639-6b7d889fc16c", "consumerID": "SO-sdc-controller", "timestamp": 1675934976316, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-09T09:30:46.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934977363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:30:46.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934977363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-09T09:30:46.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934977363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-09T09:30:46.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.187Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934977363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T09:30:46.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.188Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934977363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-09T09:30:46.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.188Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934977363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T09:30:46.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.189Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934977363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-09T09:30:46.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:30:46.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T09:30:46.203Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934984888, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T09:30:46.204Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:31:28.713Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:31:46.159Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:31:46.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:31:46.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934988660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-09T09:31:46.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:31:46.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:31:46.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934990093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-09T09:31:46.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:31:46.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:31:46.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934991532, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-09T09:31:46.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:31:46.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:31:46.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934993058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-09T09:31:46.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:31:46.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:31:46.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934994060, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-09T09:31:46.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:31:46.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:31:46.167Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934995063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-09T09:31:46.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:31:46.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:31:46.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675934996067, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T09:31:46.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:31:46.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-09T09:31:46.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "48b27613-513e-4de7-b2f2-5d33ca420830", "consumerID": "SO-sdc-controller", "timestamp": 1675935027659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-09T09:31:46.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T09:32:28.715Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:32:46.159Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:33:28.717Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:33:46.177Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:34:28.718Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:34:46.179Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:35:28.720Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:35:46.181Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:36:28.722Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:36:46.183Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:37:28.723Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:37:46.184Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:38:28.725Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:38:46.186Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:39:28.726Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:39:46.200Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:40:28.728Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:40:46.202Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:41:28.731Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:41:46.203Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:42:28.732Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:42:46.205Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:43:28.735Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:43:46.206Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:44:28.737Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:44:46.206Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:45:28.739Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:45:46.209Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:46:28.739Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:46:46.211Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:47:28.741Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:47:46.214Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:48:28.742Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:48:46.215Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:49:28.743Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:49:46.217Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:50:28.743Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:50:46.222Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:51:28.746Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:51:46.226Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:52:28.748Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:52:46.227Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:53:28.750Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:53:46.228Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:54:28.751Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:54:46.229Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:55:28.754Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:55:46.229Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:56:28.755Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:56:46.230Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:57:28.758Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:57:46.234Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:58:28.761Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:58:46.236Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T09:59:28.762Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T09:59:46.238Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:00:28.764Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:00:46.240Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:01:28.765Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:01:46.241Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:02:28.765Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:02:46.245Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:03:28.766Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:03:46.247Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:04:28.767Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:04:46.248Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:05:28.769Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:05:46.250Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:06:28.770Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:06:46.252Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:07:28.772Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:07:46.256Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:08:28.774Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:08:46.257Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:09:28.777Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:09:46.258Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:10:28.778Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:10:46.259Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:11:28.780Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:11:46.260Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:12:28.782Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:12:46.264Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:13:28.784Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:13:46.266Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:14:28.785Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:14:46.268Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:15:28.787Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:15:46.269Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:16:28.789Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:16:46.271Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:17:28.790Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:17:46.272Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:18:28.793Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:18:46.275Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:19:28.794Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:19:46.277Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:20:28.794Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:20:46.278Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:21:28.796Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:21:46.278Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:22:28.797Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:22:46.280Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:23:28.799Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:23:46.281Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:24:28.801Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:24:46.282Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:25:28.802Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:25:46.283Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:26:28.803Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:26:46.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:27:28.805Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:27:46.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:28:28.808Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:28:46.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:29:28.812Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:29:46.289Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:30:28.812Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:30:46.291Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:15.928Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-09T10:31:15.929Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"0826aa55-12f2-4c14-b6d0-74580212cb00","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"098edd4a-8153-4dae-a4e7-c83e13604c4e","serviceDescription":"service","serviceInvariantUUID":"ab924ca8-85e5-4eec-8043-7cfe04d5c93d","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f85526ac-463c-49c9-832e-b98a786b650b","resourceInvariantUUID":"b8cc19db-e118-4623-af46-7ee940a48fa7","resourceCustomizationUUID":"9287db32-a309-4c8c-9505-896e9dbde263","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":"ZGQxYTg0OTMzZmNlMWU3MTJhZDA1MTg2YjFhMDNkZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b43d26b1-1940-428c-a8f4-1ef8eea40464","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":"ZTc5Y2MyOTQ2ZjhlODBkZTNjMGZmZmFlOGYzMTljNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e602d718-6d71-4d1f-b962-30ef55c163e6","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":"f99a967a-083b-414c-b4f4-436021a4f013","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":"1464ba3b-b81c-4d62-810f-f79ecd736c36","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":"e378b3d4-ce2c-411e-92ec-5a0c049171a1","artifactVersion":"2","generatedFromUUID":"458c8758-9a57-43bc-bf14-8181540b1338"},{"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":"1f14a2b2-8b77-47ab-9285-d3bbaa7fba49","artifactVersion":"2","generatedFromUUID":"f99a967a-083b-414c-b4f4-436021a4f013"},{"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":"458c8758-9a57-43bc-bf14-8181540b1338","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":"74b76147-7f18-4a33-95b1-033804398940","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":"ZWVlZDUxZmZkNGYyZjdmNDcyMTQ3NjZkYzMwYzhjZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92cbf6f9-8113-45c9-ac37-f831347c54c7","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"M2M4NzY4ZTZmYWZhNjA1MzdmNGQ1ZmQyMzU5YmMxNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a94a91b-6dbd-4949-84d8-f2a4ad806866","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-09T10:31:15.932Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:31:15.932Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:15.933Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:15.933Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:15.937Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T10:31:15.938Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T10:31:15.938Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T10:31:15.938Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T10:31:15.938Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T10:31:15.939Z||kafka-producer-network-thread | SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-dd5b161e-6669-4099-84cd-5a22a28b9a3b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to MPiEEo9yQVCWSqFBfYkbdw 2023-02-09T10:31:16.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:31:16.015Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:31:16.016Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:31:16.941Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:31:16.942Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:16.942Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:16.943Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:17.944Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:31:17.944Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:17.945Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:17.945Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:18.946Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:31:18.947Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:18.947Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:18.947Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:19.948Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:31:19.949Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:19.949Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:19.949Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:20.950Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:31:20.951Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:20.951Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:20.951Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:21.952Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:31:21.952Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:21.953Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:21.953Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:22.954Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:31:22.954Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:22.954Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:22.955Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:23.955Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:31:23.956Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:23.956Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:23.956Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:24.958Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:31:24.959Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:24.959Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:24.959Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:25.962Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "098edd4a-8153-4dae-a4e7-c83e13604c4e", "serviceDescription": "service", "serviceInvariantUUID": "ab924ca8-85e5-4eec-8043-7cfe04d5c93d", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "9287db32-a309-4c8c-9505-896e9dbde263", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f85526ac-463c-49c9-832e-b98a786b650b", "resourceInvariantUUID": "b8cc19db-e118-4623-af46-7ee940a48fa7", "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": "ZTc5Y2MyOTQ2ZjhlODBkZTNjMGZmZmFlOGYzMTljNjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e602d718-6d71-4d1f-b962-30ef55c163e6", "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": "f99a967a-083b-414c-b4f4-436021a4f013", "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": "1f14a2b2-8b77-47ab-9285-d3bbaa7fba49", "generatedFromUUID": "f99a967a-083b-414c-b4f4-436021a4f013" }, "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": "e378b3d4-ce2c-411e-92ec-5a0c049171a1", "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": "1f14a2b2-8b77-47ab-9285-d3bbaa7fba49", "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": "458c8758-9a57-43bc-bf14-8181540b1338", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "M2M4NzY4ZTZmYWZhNjA1MzdmNGQ1ZmQyMzU5YmMxNTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a94a91b-6dbd-4949-84d8-f2a4ad806866" } ], "workloadContext": "Production" } 2023-02-09T10:31:25.963Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-09T10:31:25.963Z|48b27613-513e-4de7-b2f2-5d33ca420830|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 098edd4a-8153-4dae-a4e7-c83e13604c4e ASDC 2023-02-09T10:31:25.964Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:0826aa55-12f2-4c14-b6d0-74580212cb00 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:098edd4a-8153-4dae-a4e7-c83e13604c4e ServiceInvariantUUID:ab924ca8-85e5-4eec-8043-7cfe04d5c93d 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:5a94a91b-6dbd-4949-84d8-f2a4ad806866 ArtifactChecksum:M2M4NzY4ZTZmYWZhNjA1MzdmNGQ1ZmQyMzU5YmMxNTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:9287db32-a309-4c8c-9505-896e9dbde263 ResourceInvariantUUID:b8cc19db-e118-4623-af46-7ee940a48fa7 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:f85526ac-463c-49c9-832e-b98a786b650b 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:e602d718-6d71-4d1f-b962-30ef55c163e6 ArtifactChecksum:ZTc5Y2MyOTQ2ZjhlODBkZTNjMGZmZmFlOGYzMTljNjY= 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:f99a967a-083b-414c-b4f4-436021a4f013 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:1f14a2b2-8b77-47ab-9285-d3bbaa7fba49 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:e378b3d4-ce2c-411e-92ec-5a0c049171a1 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:1f14a2b2-8b77-47ab-9285-d3bbaa7fba49 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:458c8758-9a57-43bc-bf14-8181540b1338 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-09T10:31:25.966Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 098edd4a-8153-4dae-a4e7-c83e13604c4e 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 (?, ?, ?, ?, ?) 2023-02-09T10:31:26.226Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T10:31:26.227Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T10:31:26.228Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T10:31:26.228Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5a94a91b-6dbd-4949-84d8-f2a4ad806866 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-09T10:31:26.228Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T10:31:26.229Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-09T10:31:26.523Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T10:31:26.531Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 5a94a91b-6dbd-4949-84d8-f2a4ad806866 163290 2023-02-09T10:31:26.532Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-02-09T10:31:26.532Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-09T10:31:26.533Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T10:31:26.533Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:26.534Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:26.534Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938686531, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:27.535Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T10:31:27.536Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T10:31:27.536Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5a94a91b-6dbd-4949-84d8-f2a4ad806866, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-09T10:31:27.537Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-02-09T10:31:27.538Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-09T10:31:27.538Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-09T10:31:27.883Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9029439910236264242/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-02-09T10:31:30.412Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-09T10:31:30.414Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-09T10:31:30.415Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-09T10:31:30.416Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-02-09T10:31:30.416Z|0826aa55-12f2-4c14-b6d0-74580212cb00|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-BasicCnfMacro-csar.csar 2023-02-09T10:31:30.417Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-09T10:31:30.417Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:30.417Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:30.417Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-09T10:31:30.417Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:30.418Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:30.418Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-09T10:31:30.418Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-09T10:31:30.419Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T10:31:30.419Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:30.419Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:30.420Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-09T10:31:30.420Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-09T10:31:30.420Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T10:31:30.420Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:30.420Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:30.421Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:30.421Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-02-09T10:31:30.421Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-02-09T10:31:30.422Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-02-09T10:31:30.422Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-09T10:31:30.422Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:30.422Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-09T10:31:30.423Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:30.423Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-09T10:31:30.423Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T10:31:30.424Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:30.424Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-09T10:31:30.424Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T10:31:30.424Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:30.425Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-09T10:31:30.425Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T10:31:30.425Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:30.425Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-09T10:31:30.425Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T10:31:30.426Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:30.426Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-02-09T10:31:30.426Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-02-09T10:31:30.426Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e5481265-0dbd-427a-9e65-d4a049de1696 2023-02-09T10:31:30.427Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:30.427Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:30.427Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:30.427Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:30.428Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:30.428Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:30.428Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:30.428Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:30.428Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:098edd4a-8153-4dae-a4e7-c83e13604c4e Model Version:NULL Model InvariantUuid:ab924ca8-85e5-4eec-8043-7cfe04d5c93d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:12368b93-8c6b-41ac-9a17-ff4ac0fc9bf5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b8cc19db-e118-4623-af46-7ee940a48fa7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9287db32-a309-4c8c-9505-896e9dbde263 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:52c8a688-7784-4b41-8ef7-302f5f5a6bdc ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:c06ab579-a5f1-4b11-8667-37b68425f9e3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:f03cba4c-d04b-403b-9533-3b558e79b30a ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:b9a4af4d-1515-4082-8ec9-89d6d814b33c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e5481265-0dbd-427a-9e65-d4a049de1696 ModelInvariantUuid:b45d6fa7-5b0e-47e4-966f-2311bc4fdb48 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:43dee2ad-132a-483b-af4b-461f19797d98 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:4e61166d-f546-4b1e-a45c-2275edafd860 ModelInvariantUuid:cc5789a6-87bc-478a-bb17-c7c8b2dbbf4b ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:59e8764c-d466-41cc-90a0-bfa64dd4e7e3 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=? 2023-02-09T10:31:30.455Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f85526ac-463c-49c9-832e-b98a786b650b 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=? 2023-02-09T10:31:30.461Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0 2023-02-09T10:31:30.461Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f85526ac-463c-49c9-832e-b98a786b650b 2023-02-09T10:31:30.462Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e602d718-6d71-4d1f-b962-30ef55c163e6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-09T10:31:30.462Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T10:31:30.462Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-09T10:31:30.610Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T10:31:30.610Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json e602d718-6d71-4d1f-b962-30ef55c163e6 1565 2023-02-09T10:31:30.611Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:30.611Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:30.611Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T10:31:30.611Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:30.612Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:30.612Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938690611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:31.613Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f03cba4c-d04b-403b-9533-3b558e79b30a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b9a4af4d-1515-4082-8ec9-89d6d814b33c", "vfModuleModelCustomizationUUID": "2eefc613-d7dd-4d98-b5df-0f52353043ea", "isBase": true, "artifacts": [ "f99a967a-083b-414c-b4f4-436021a4f013", "1f14a2b2-8b77-47ab-9285-d3bbaa7fba49" ], "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": "52c8a688-7784-4b41-8ef7-302f5f5a6bdc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c06ab579-a5f1-4b11-8667-37b68425f9e3", "vfModuleModelCustomizationUUID": "439892e1-ac88-4a68-baa4-ce3592c4bba1", "isBase": false, "artifacts": [ "458c8758-9a57-43bc-bf14-8181540b1338" ], "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": "" } } ] 2023-02-09T10:31:31.625Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b9a4af4d-1515-4082-8ec9-89d6d814b33c VfModuleModelInvariantUUID:f03cba4c-d04b-403b-9533-3b558e79b30a VfModuleModelDescription:NULL Artifacts UUID List:{ f99a967a-083b-414c-b4f4-436021a4f013 , 1f14a2b2-8b77-47ab-9285-d3bbaa7fba49 } 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:c06ab579-a5f1-4b11-8667-37b68425f9e3 VfModuleModelInvariantUUID:52c8a688-7784-4b41-8ef7-302f5f5a6bdc VfModuleModelDescription:NULL Artifacts UUID List:{ 458c8758-9a57-43bc-bf14-8181540b1338 } 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 } 2023-02-09T10:31:31.655Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f03cba4c-d04b-403b-9533-3b558e79b30a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b9a4af4d-1515-4082-8ec9-89d6d814b33c", "vfModuleModelCustomizationUUID": "2eefc613-d7dd-4d98-b5df-0f52353043ea", "isBase": true, "artifacts": [ "f99a967a-083b-414c-b4f4-436021a4f013", "1f14a2b2-8b77-47ab-9285-d3bbaa7fba49" ], "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": "52c8a688-7784-4b41-8ef7-302f5f5a6bdc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c06ab579-a5f1-4b11-8667-37b68425f9e3", "vfModuleModelCustomizationUUID": "439892e1-ac88-4a68-baa4-ce3592c4bba1", "isBase": false, "artifacts": [ "458c8758-9a57-43bc-bf14-8181540b1338" ], "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": "" } } ] 2023-02-09T10:31:31.656Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b9a4af4d-1515-4082-8ec9-89d6d814b33c VfModuleModelInvariantUUID:f03cba4c-d04b-403b-9533-3b558e79b30a VfModuleModelDescription:NULL Artifacts UUID List:{ f99a967a-083b-414c-b4f4-436021a4f013 , 1f14a2b2-8b77-47ab-9285-d3bbaa7fba49 } 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:c06ab579-a5f1-4b11-8667-37b68425f9e3 VfModuleModelInvariantUUID:52c8a688-7784-4b41-8ef7-302f5f5a6bdc VfModuleModelDescription:NULL Artifacts UUID List:{ 458c8758-9a57-43bc-bf14-8181540b1338 } 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 } 2023-02-09T10:31:31.656Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f99a967a-083b-414c-b4f4-436021a4f013 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-09T10:31:31.657Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T10:31:31.657Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-09T10:31:31.950Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T10:31:31.951Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f99a967a-083b-414c-b4f4-436021a4f013 914 2023-02-09T10:31:31.951Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:31.951Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:31.952Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T10:31:31.952Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:31.952Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:31.952Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938691951, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:32.960Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e378b3d4-ce2c-411e-92ec-5a0c049171a1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-09T10:31:32.960Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T10:31:32.961Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-09T10:31:33.122Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T10:31:33.122Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env e378b3d4-ce2c-411e-92ec-5a0c049171a1 12 2023-02-09T10:31:33.123Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:33.123Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:33.123Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T10:31:33.124Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:33.124Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:33.124Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938693123, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:34.127Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1f14a2b2-8b77-47ab-9285-d3bbaa7fba49 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-09T10:31:34.128Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T10:31:34.128Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-09T10:31:34.332Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T10:31:34.333Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 1f14a2b2-8b77-47ab-9285-d3bbaa7fba49 96 2023-02-09T10:31:34.334Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:34.334Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:34.334Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T10:31:34.335Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:34.335Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:34.335Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938694334, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:35.339Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 458c8758-9a57-43bc-bf14-8181540b1338 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-09T10:31:35.340Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T10:31:35.340Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-09T10:31:35.601Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T10:31:35.712Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 458c8758-9a57-43bc-bf14-8181540b1338 20206 2023-02-09T10:31:35.713Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:35.713Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:35.713Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T10:31:35.714Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:35.714Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:35.714Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938695713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:36.721Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 098edd4a-8153-4dae-a4e7-c83e13604c4e 2023-02-09T10:31:36.721Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f85526ac-463c-49c9-832e-b98a786b650b 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=? 2023-02-09T10:31:36.736Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36186543, org.onap.sdc.toscaparser.api.parameters.Input@2b36b470, org.onap.sdc.toscaparser.api.parameters.Input@1d253ff5, org.onap.sdc.toscaparser.api.parameters.Input@47e6c2c6, org.onap.sdc.toscaparser.api.parameters.Input@32a19504] 2023-02-09T10:31:36.737Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:36.739Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:36.739Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-02-09T10:31:36.740Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9287db32-a309-4c8c-9505-896e9dbde263 2023-02-09T10:31:36.741Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9287db32-a309-4c8c-9505-896e9dbde263 matches Tosca VF Customization UUID: 9287db32-a309-4c8c-9505-896e9dbde263 2023-02-09T10:31:36.741Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9287db32-a309-4c8c-9505-896e9dbde263 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=? 2023-02-09T10:31:36.744Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:36.748Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:36.750Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9287db32-a309-4c8c-9505-896e9dbde263: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2023-02-09T10:31:36.751Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69456bdf 2023-02-09T10:31:36.751Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:36.752Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-09T10:31:36.752Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 439892e1-ac88-4a68-baa4-ce3592c4bba1 2023-02-09T10:31:36.752Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 439892e1-ac88-4a68-baa4-ce3592c4bba1 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=? 2023-02-09T10:31:36.755Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:36.756Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-09T10:31:36.756Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T10:31:36.756Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:36.756Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-09T10:31:36.757Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T10:31:36.757Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:36.757Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-09T10:31:36.758Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9287db32-a309-4c8c-9505-896e9dbde263 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=? 2023-02-09T10:31:36.760Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:36.760Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:36.761Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 098edd4a-8153-4dae-a4e7-c83e13604c4e: basic_cnf_macro 2023-02-09T10:31:36.761Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:36.761Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:36.762Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:36.762Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:36.762Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:36.762Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:36.763Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:36.763Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:36.764Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:31:36.764Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:31:36.764Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 (?, ?, ?, ?, ?) 2023-02-09T10:31:36.852Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f85526ac-463c-49c9-832e-b98a786b650b 2 ASDC deployResourceStructure 2023-02-09T10:31:36.853Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:36.853Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:36.853Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T10:31:36.854Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:36.854Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:36.854Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938696853, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:37.856Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:37.857Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:37.857Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T10:31:37.858Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:37.858Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:37.858Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938697856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:38.861Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:38.861Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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) 2023-02-09T10:31:38.861Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-09T10:31:38.862Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:38.863Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:38.863Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938698860, "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" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:39.868Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:39.875Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:39.876Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T10:31:39.876Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:39.876Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:39.877Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938699868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:40.880Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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 2023-02-09T10:31:40.880Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||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) 2023-02-09T10:31:40.880Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-09T10:31:40.881Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:40.882Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:40.882Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938700879, "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" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:41.885Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-02-09T10:31:41.885Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-09T10:31:41.886Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T10:31:41.886Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:31:41.886Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:31:41.886Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938701885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:42.887Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0826aa55-12f2-4c14-b6d0-74580212cb00 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T10:31:42.936Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0826aa55-12f2-4c14-b6d0-74580212cb00 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T10:31:42.942Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T10:31:42.943Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-09T10:31:42.943Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-09T10:31:46.159Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:31:46.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:31:46.162Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938653318, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:31:46.163Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:12.944Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0826aa55-12f2-4c14-b6d0-74580212cb00 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T10:32:13.018Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0826aa55-12f2-4c14-b6d0-74580212cb00 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T10:32:13.027Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T10:32:13.027Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-09T10:32:13.027Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-09T10:32:43.028Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0826aa55-12f2-4c14-b6d0-74580212cb00 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T10:32:43.069Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0826aa55-12f2-4c14-b6d0-74580212cb00 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T10:32:43.076Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T10:32:43.076Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-09T10:32:43.076Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-09T10:32:46.160Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:32:46.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "cds-sdc-listener", "timestamp": 1675938650987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.187Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "aai-model-loader", "timestamp": 1675938666031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.187Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-09T10:32:46.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.187Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938653318, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-09T10:32:46.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.187Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "cds-sdc-listener", "timestamp": 1675938650987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "aai-model-loader", "timestamp": 1675938666031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-09T10:32:46.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938653318, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-09T10:32:46.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "cds-sdc-listener", "timestamp": 1675938650987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.199Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "aai-model-loader", "timestamp": 1675938666031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.200Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.200Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.200Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.200Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "cds-sdc-listener", "timestamp": 1675938650987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.201Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938653318, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.201Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "aai-model-loader", "timestamp": 1675938666031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.202Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-09T10:32:46.202Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.202Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "cds-sdc-listener", "timestamp": 1675938650987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.202Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.202Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938653318, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-09T10:32:46.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.203Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "aai-model-loader", "timestamp": 1675938666031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.203Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-09T10:32:46.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.203Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938653318, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-09T10:32:46.204Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.204Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "cds-sdc-listener", "timestamp": 1675938650987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.204Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.204Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "aai-model-loader", "timestamp": 1675938666031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.204Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.205Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-09T10:32:46.205Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.205Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938653318, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-09T10:32:46.205Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.205Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "cds-sdc-listener", "timestamp": 1675938650987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.206Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.206Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "aai-model-loader", "timestamp": 1675938666031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.206Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.206Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "cds-sdc-listener", "timestamp": 1675938650987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.206Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.206Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.207Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.207Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938653318, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.207Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.207Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "aai-model-loader", "timestamp": 1675938666031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.207Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.207Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.208Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.208Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938653318, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.208Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.208Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "cds-sdc-listener", "timestamp": 1675938650987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.208Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.209Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "aai-model-loader", "timestamp": 1675938666031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.209Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.209Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938628812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:32:46.210Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.210Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938653318, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:32:46.210Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.210Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "cds-sdc-listener", "timestamp": 1675938650987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:32:46.210Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.211Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "aai-model-loader", "timestamp": 1675938666031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:32:46.211Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.211Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "cds-sdc-listener", "timestamp": 1675938685915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T10:32:46.211Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.211Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938684545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-09T10:32:46.211Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.212Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "aai-model-loader", "timestamp": 1675938685938, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T10:32:46.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.212Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938686531, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T10:32:46.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.212Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938685868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-09T10:32:46.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.213Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938687620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.213Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938687154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-09T10:32:46.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.213Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938687620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.214Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938688418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-09T10:32:46.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.214Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938690611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-09T10:32:46.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.215Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938687620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.215Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "cds-sdc-listener", "timestamp": 1675938690890, "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=? 2023-02-09T10:32:46.273Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0826aa55-12f2-4c14-b6d0-74580212cb00 2023-02-09T10:32:46.274Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0826aa55-12f2-4c14-b6d0-74580212cb00 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 (?, ?, ?, ?, ?) 2023-02-09T10:32:46.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.318Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938689731, "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=? 2023-02-09T10:32:46.335Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0826aa55-12f2-4c14-b6d0-74580212cb00 2023-02-09T10:32:46.336Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0826aa55-12f2-4c14-b6d0-74580212cb00 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 (?, ?, ?, ?, ?) 2023-02-09T10:32:46.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.370Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938691951, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-09T10:32:46.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.371Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938687620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.372Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "multicloud-k8s", "timestamp": 1675938690738, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-09T10:32:46.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.372Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938693123, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-02-09T10:32:46.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.373Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938687620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.374Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938687620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.374Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938694334, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-09T10:32:46.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.376Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938687620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.377Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938695713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-09T10:32:46.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.378Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938687620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.379Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938696853, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-09T10:32:46.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.379Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938687620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:32:46.380Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.380Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938697856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-02-09T10:32:46.380Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.381Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938687620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:32:46.381Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.381Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938698860, "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" } 2023-02-09T10:32:46.381Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.382Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938698682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T10:32:46.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.382Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938699868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-02-09T10:32:46.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.383Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938700879, "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" } 2023-02-09T10:32:46.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.383Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "aai-model-loader", "timestamp": 1675938701309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T10:32:46.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.384Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938701885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T10:32:46.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.384Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "aai-model-loader", "timestamp": 1675938702312, "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=? 2023-02-09T10:32:46.432Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0826aa55-12f2-4c14-b6d0-74580212cb00 2023-02-09T10:32:46.433Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0826aa55-12f2-4c14-b6d0-74580212cb00 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 (?, ?, ?, ?, ?) 2023-02-09T10:32:46.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.471Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938703217, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T10:32:46.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:32:46.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:32:46.472Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938704222, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T10:32:46.510Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0826aa55-12f2-4c14-b6d0-74580212cb00 2023-02-09T10:32:46.510Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0826aa55-12f2-4c14-b6d0-74580212cb00 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-09T10:33:13.077Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0826aa55-12f2-4c14-b6d0-74580212cb00 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T10:33:13.104Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0826aa55-12f2-4c14-b6d0-74580212cb00 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T10:33:13.109Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T10:33:13.110Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-09T10:33:13.110Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-09T10:33:13.110Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-09T10:33:13.110Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T10:33:13.110Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T10:33:13.110Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T10:33:13.110Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T10:33:13.110Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T10:33:13.111Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T10:33:13.122Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-09T10:33:43.123Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0826aa55-12f2-4c14-b6d0-74580212cb00 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=? 2023-02-09T10:33:43.141Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0826aa55-12f2-4c14-b6d0-74580212cb00 and serviceModelVersionId: 098edd4a-8153-4dae-a4e7-c83e13604c4e 2023-02-09T10:33:43.141Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab924ca8-85e5-4eec-8043-7cfe04d5c93d 2023-02-09T10:33:43.143Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab924ca8-85e5-4eec-8043-7cfe04d5c93d/model-vers/model-ver/098edd4a-8153-4dae-a4e7-c83e13604c4e?depth=0 2023-02-09T10:33:43.148Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-09T10:33:43.223Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ab924ca8-85e5-4eec-8043-7cfe04d5c93d/model-vers/model-ver/098edd4a-8153-4dae-a4e7-c83e13604c4e?depth=0|INFO|500||Invoke 2023-02-09T10:33:43.224Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ab924ca8-85e5-4eec-8043-7cfe04d5c93d/model-vers/model-ver/098edd4a-8153-4dae-a4e7-c83e13604c4e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ab924ca8-85e5-4eec-8043-7cfe04d5c93d/model-vers/model-ver/098edd4a-8153-4dae-a4e7-c83e13604c4e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0826aa55-12f2-4c14-b6d0-74580212cb00], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f551a23d-35e7-4437-ae32-937bc17f7609], X-ECOMP-RequestID=[0826aa55-12f2-4c14-b6d0-74580212cb00], X-TransactionId=[], X-ONAP-RequestID=[0826aa55-12f2-4c14-b6d0-74580212cb00], Content-Type=[application/merge-patch+json]} 2023-02-09T10:33:43.236Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ab924ca8-85e5-4eec-8043-7cfe04d5c93d/model-vers/model-ver/098edd4a-8153-4dae-a4e7-c83e13604c4e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-09T10:33:43.591Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ab924ca8-85e5-4eec-8043-7cfe04d5c93d/model-vers/model-ver/098edd4a-8153-4dae-a4e7-c83e13604c4e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ab924ca8-85e5-4eec-8043-7cfe04d5c93d/model-vers/model-ver/098edd4a-8153-4dae-a4e7-c83e13604c4e?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 10:33:42 GMT], content-length=[0], vertex-id=[241824], x-aai-txid=[0-aai-resources-230209-10:33:42:591-22924], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-09T10:33:43.592Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ab924ca8-85e5-4eec-8043-7cfe04d5c93d/model-vers/model-ver/098edd4a-8153-4dae-a4e7-c83e13604c4e?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-09T10:33:43.594Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ab924ca8-85e5-4eec-8043-7cfe04d5c93d/model-vers/model-ver/098edd4a-8153-4dae-a4e7-c83e13604c4e?depth=0|INFO|500||InvokeReturn 2023-02-09T10:33:43.595Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-09T10:33:43.597Z|0826aa55-12f2-4c14-b6d0-74580212cb00|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=? 2023-02-09T10:33:43.604Z|0826aa55-12f2-4c14-b6d0-74580212cb00|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:69) 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) 2023-02-09T10:33:43.604Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0826aa55-12f2-4c14-b6d0-74580212cb00 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-09T10:33:43.605Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-09T10:33:43.605Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:33:43.605Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:33:43.606Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938823604, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-09T10:33:44.659Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:33:44.675Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-09T10:33:44.676Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"2335b20d-141b-42df-a713-33f4c464ceda","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f133c908-d9ff-429e-9857-214f32015b14","serviceDescription":"service","serviceInvariantUUID":"7e65d42e-e550-4b70-8ed5-ca57e6d53584","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7addd5c9-6f2c-46f4-ae98-ee3f456e56c7","resourceInvariantUUID":"a27c3464-81b0-43e0-8d63-6f807674dc80","resourceCustomizationUUID":"5b76e085-9435-413b-8bc5-052f7d507fcc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YmVmYmU2YzlkNDkzY2U3ZjY4NmMyMzZmOGI5MDQ2ZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77417a29-1315-4125-97c7-d0556c94929b","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"YmQyZTViMTQ2MTUyN2FmNmU5M2JmMGVjMjA0YWJhOTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e605cd39-f416-475f-b22d-ef7ddeba13b8","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0938d08c-79ad-438b-9e6b-5ed626853e57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd080cda-0390-4e4b-837d-a0c8947b8a15","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c2a3812f-c669-4ed9-8655-89a24ab5567e","artifactVersion":"2","generatedFromUUID":"0938d08c-79ad-438b-9e6b-5ed626853e57"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"YzNlZjA3NTc2MTNiNmMzZGQ0YjgyZWExNmU1OWI1NzQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"199e8f5f-2c77-4ab1-8c5d-0fbd25b7dfb2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZDQxYjhmYWM4N2RkM2I1OTZlZTdmZWNlOTg3NzVkNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"887c02bf-f134-48db-b309-a0cc7c2d05d1","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzQwNGYzYTNhMWJlNzJmYTUwMzEzMzJjZDdlZDZlYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"320fc547-cb69-40f4-ac66-4646a7b93a13","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-09T10:33:44.681Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:33:44.681Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:33:44.681Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:33:44.682Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:33:45.684Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:33:45.685Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:33:45.685Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:33:45.685Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:33:46.159Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:33:46.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.164Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "cds-sdc-listener", "timestamp": 1675938691893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.165Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "aai-model-loader", "timestamp": 1675938703315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "multicloud-k8s", "timestamp": 1675938691748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "cds-sdc-listener", "timestamp": 1675938691893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "aai-model-loader", "timestamp": 1675938703315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "multicloud-k8s", "timestamp": 1675938691748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-09T10:33:46.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "aai-model-loader", "timestamp": 1675938703315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "cds-sdc-listener", "timestamp": 1675938691893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "multicloud-k8s", "timestamp": 1675938691748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-09T10:33:46.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "aai-model-loader", "timestamp": 1675938703315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "cds-sdc-listener", "timestamp": 1675938691893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "multicloud-k8s", "timestamp": 1675938691748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "aai-model-loader", "timestamp": 1675938703315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "cds-sdc-listener", "timestamp": 1675938691893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "multicloud-k8s", "timestamp": 1675938691748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-09T10:33:46.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "aai-model-loader", "timestamp": 1675938703315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "cds-sdc-listener", "timestamp": 1675938691893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "multicloud-k8s", "timestamp": 1675938691748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "aai-model-loader", "timestamp": 1675938703315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "cds-sdc-listener", "timestamp": 1675938691893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "multicloud-k8s", "timestamp": 1675938691748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "aai-model-loader", "timestamp": 1675938703315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:33:46.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "cds-sdc-listener", "timestamp": 1675938691893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:33:46.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "multicloud-k8s", "timestamp": 1675938691748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:33:46.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.187Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "multicloud-k8s", "timestamp": 1675938716130, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-09T10:33:46.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.187Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "cds-sdc-listener", "timestamp": 1675938717560, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T10:33:46.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.187Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "aai-model-loader", "timestamp": 1675938717618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T10:33:46.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938717620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "multicloud-k8s", "timestamp": 1675938717502, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-09T10:33:46.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.189Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938717620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.190Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "cds-sdc-listener", "timestamp": 1675938719872, "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 (?, ?, ?, ?, ?) 2023-02-09T10:33:46.259Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2335b20d-141b-42df-a713-33f4c464ceda 2023-02-09T10:33:46.260Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2335b20d-141b-42df-a713-33f4c464ceda 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 (?, ?, ?, ?, ?) 2023-02-09T10:33:46.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.281Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "multicloud-k8s", "timestamp": 1675938718799, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-09T10:33:46.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.282Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938717620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.283Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "multicloud-k8s", "timestamp": 1675938719901, "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=? 2023-02-09T10:33:46.298Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2335b20d-141b-42df-a713-33f4c464ceda 2023-02-09T10:33:46.298Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2335b20d-141b-42df-a713-33f4c464ceda 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 (?, ?, ?, ?, ?) 2023-02-09T10:33:46.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.327Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938717620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.328Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "multicloud-k8s", "timestamp": 1675938720903, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-09T10:33:46.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.328Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938717620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.329Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938717620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.330Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938717620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:33:46.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.330Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938717620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:33:46.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.330Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938726788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T10:33:46.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.331Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938731057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T10:33:46.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.331Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938732070, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T10:33:46.341Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2335b20d-141b-42df-a713-33f4c464ceda 2023-02-09T10:33:46.342Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2335b20d-141b-42df-a713-33f4c464ceda and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-09T10:33:46.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.379Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "aai-model-loader", "timestamp": 1675938734578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T10:33:46.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:33:46.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:33:46.380Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "aai-model-loader", "timestamp": 1675938735582, "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=? 2023-02-09T10:33:46.394Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2335b20d-141b-42df-a713-33f4c464ceda 2023-02-09T10:33:46.394Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2335b20d-141b-42df-a713-33f4c464ceda 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 (?, ?, ?, ?, ?) 2023-02-09T10:33:46.686Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:33:46.687Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:33:46.688Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:33:46.688Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:33:47.689Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:33:47.690Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:33:47.690Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:33:47.690Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:33:48.691Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:33:48.692Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:33:48.693Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:33:48.693Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:33:49.695Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:33:49.695Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:33:49.696Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:33:49.696Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:33:50.697Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:33:50.698Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:33:50.698Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:33:50.698Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:33:51.700Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:33:51.702Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:33:51.704Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:33:51.704Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:33:52.710Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "f133c908-d9ff-429e-9857-214f32015b14", "serviceDescription": "service", "serviceInvariantUUID": "7e65d42e-e550-4b70-8ed5-ca57e6d53584", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "5b76e085-9435-413b-8bc5-052f7d507fcc", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7addd5c9-6f2c-46f4-ae98-ee3f456e56c7", "resourceInvariantUUID": "a27c3464-81b0-43e0-8d63-6f807674dc80", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "YmQyZTViMTQ2MTUyN2FmNmU5M2JmMGVjMjA0YWJhOTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e605cd39-f416-475f-b22d-ef7ddeba13b8", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0938d08c-79ad-438b-9e6b-5ed626853e57", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c2a3812f-c669-4ed9-8655-89a24ab5567e", "generatedFromUUID": "0938d08c-79ad-438b-9e6b-5ed626853e57" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c2a3812f-c669-4ed9-8655-89a24ab5567e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzQwNGYzYTNhMWJlNzJmYTUwMzEzMzJjZDdlZDZlYzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "320fc547-cb69-40f4-ac66-4646a7b93a13" } ], "workloadContext": "Production" } 2023-02-09T10:33:52.710Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-09T10:33:52.710Z|0826aa55-12f2-4c14-b6d0-74580212cb00|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f133c908-d9ff-429e-9857-214f32015b14 ASDC 2023-02-09T10:33:52.711Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:2335b20d-141b-42df-a713-33f4c464ceda ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:f133c908-d9ff-429e-9857-214f32015b14 ServiceInvariantUUID:7e65d42e-e550-4b70-8ed5-ca57e6d53584 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:320fc547-cb69-40f4-ac66-4646a7b93a13 ArtifactChecksum:YzQwNGYzYTNhMWJlNzJmYTUwMzEzMzJjZDdlZDZlYzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:5b76e085-9435-413b-8bc5-052f7d507fcc ResourceInvariantUUID:a27c3464-81b0-43e0-8d63-6f807674dc80 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:7addd5c9-6f2c-46f4-ae98-ee3f456e56c7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:e605cd39-f416-475f-b22d-ef7ddeba13b8 ArtifactChecksum:YmQyZTViMTQ2MTUyN2FmNmU5M2JmMGVjMjA0YWJhOTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:0938d08c-79ad-438b-9e6b-5ed626853e57 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:c2a3812f-c669-4ed9-8655-89a24ab5567e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:c2a3812f-c669-4ed9-8655-89a24ab5567e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-09T10:33:52.712Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f133c908-d9ff-429e-9857-214f32015b14 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=? 2023-02-09T10:33:52.814Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T10:33:52.815Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T10:33:52.815Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T10:33:52.816Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 320fc547-cb69-40f4-ac66-4646a7b93a13 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-09T10:33:52.816Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T10:33:52.816Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-09T10:33:53.029Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T10:33:53.031Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 320fc547-cb69-40f4-ac66-4646a7b93a13 82997 2023-02-09T10:33:53.031Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-02-09T10:33:53.031Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-09T10:33:53.032Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T10:33:53.032Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:33:53.032Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:33:53.033Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938833031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:33:54.035Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T10:33:54.036Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T10:33:54.036Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 320fc547-cb69-40f4-ac66-4646a7b93a13, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-09T10:33:54.037Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-02-09T10:33:54.037Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-09T10:33:54.037Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-09T10:33:54.311Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP689352754518458662/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-02-09T10:33:56.198Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-09T10:33:56.199Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-09T10:33:56.199Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-09T10:33:56.199Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-09T10:33:56.200Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-09T10:33:56.200Z|2335b20d-141b-42df-a713-33f4c464ceda|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-BasicVmMacro-csar.csar 2023-02-09T10:33:56.200Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-09T10:33:56.200Z|2335b20d-141b-42df-a713-33f4c464ceda|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-BasicVmMacro-csar.csar 2023-02-09T10:33:56.200Z|2335b20d-141b-42df-a713-33f4c464ceda|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-BasicVmMacro-csar.csar 2023-02-09T10:33:56.200Z|2335b20d-141b-42df-a713-33f4c464ceda|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-BasicVmMacro-csar.csar 2023-02-09T10:33:56.200Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-09T10:33:56.200Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-09T10:33:56.201Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:56.201Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:56.202Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-09T10:33:56.203Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-09T10:33:56.203Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T10:33:56.203Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:56.203Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:56.204Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-09T10:33:56.204Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-09T10:33:56.204Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T10:33:56.204Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:56.204Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:56.205Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:56.205Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-09T10:33:56.205Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-02-09T10:33:56.206Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-02-09T10:33:56.206Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-02-09T10:33:56.206Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-09T10:33:56.206Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-09T10:33:56.206Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:56.207Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-09T10:33:56.207Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:56.207Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-09T10:33:56.207Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T10:33:56.208Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:56.208Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-09T10:33:56.209Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T10:33:56.210Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:56.210Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-09T10:33:56.210Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T10:33:56.210Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:56.210Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-09T10:33:56.211Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-09T10:33:56.212Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-09T10:33:56.212Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6f1614cb-370d-491a-a2bc-51f106d9e1e5 2023-02-09T10:33:56.213Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:56.213Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:56.213Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:56.213Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:56.214Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:56.214Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:56.214Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:56.214Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:56.214Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:f133c908-d9ff-429e-9857-214f32015b14 Model Version:NULL Model InvariantUuid:7e65d42e-e550-4b70-8ed5-ca57e6d53584 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:b06d9455-9770-45df-8454-fd9d13283fa3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a27c3464-81b0-43e0-8d63-6f807674dc80 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5b76e085-9435-413b-8bc5-052f7d507fcc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f1402d4f-2dd1-4a02-90d1-358f54cb7a58 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:fce7b4dc-1964-4276-8e2b-10cf55513e7a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6f1614cb-370d-491a-a2bc-51f106d9e1e5 ModelInvariantUuid:2002a444-5985-4eeb-84f2-bb586659a2ae ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:0c3bf055-9b2d-4e6e-9148-f5adc49c16c2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a71ae117-7888-43c7-a376-27248b265678 ModelInvariantUuid:58531571-6afd-494d-8f1b-001f473e0bf8 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:470e9b87-4cdf-43a5-873f-b1b459c51fee 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=? 2023-02-09T10:33:56.222Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 7addd5c9-6f2c-46f4-ae98-ee3f456e56c7 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=? 2023-02-09T10:33:56.225Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2023-02-09T10:33:56.226Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7addd5c9-6f2c-46f4-ae98-ee3f456e56c7 2023-02-09T10:33:56.226Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e605cd39-f416-475f-b22d-ef7ddeba13b8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-09T10:33:56.227Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T10:33:56.227Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-09T10:33:56.367Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T10:33:56.368Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e605cd39-f416-475f-b22d-ef7ddeba13b8 792 2023-02-09T10:33:56.369Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-02-09T10:33:56.369Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-09T10:33:56.369Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T10:33:56.369Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:33:56.370Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:33:56.370Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938836368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:33:57.373Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f1402d4f-2dd1-4a02-90d1-358f54cb7a58", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fce7b4dc-1964-4276-8e2b-10cf55513e7a", "vfModuleModelCustomizationUUID": "2eae7aa5-7e0d-49cc-88ed-b699fb18a629", "isBase": true, "artifacts": [ "0938d08c-79ad-438b-9e6b-5ed626853e57", "c2a3812f-c669-4ed9-8655-89a24ab5567e" ], "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": "" } } ] 2023-02-09T10:33:57.379Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fce7b4dc-1964-4276-8e2b-10cf55513e7a VfModuleModelInvariantUUID:f1402d4f-2dd1-4a02-90d1-358f54cb7a58 VfModuleModelDescription:NULL Artifacts UUID List:{ 0938d08c-79ad-438b-9e6b-5ed626853e57 , c2a3812f-c669-4ed9-8655-89a24ab5567e } 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 } 2023-02-09T10:33:57.385Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f1402d4f-2dd1-4a02-90d1-358f54cb7a58", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fce7b4dc-1964-4276-8e2b-10cf55513e7a", "vfModuleModelCustomizationUUID": "2eae7aa5-7e0d-49cc-88ed-b699fb18a629", "isBase": true, "artifacts": [ "0938d08c-79ad-438b-9e6b-5ed626853e57", "c2a3812f-c669-4ed9-8655-89a24ab5567e" ], "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": "" } } ] 2023-02-09T10:33:57.385Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fce7b4dc-1964-4276-8e2b-10cf55513e7a VfModuleModelInvariantUUID:f1402d4f-2dd1-4a02-90d1-358f54cb7a58 VfModuleModelDescription:NULL Artifacts UUID List:{ 0938d08c-79ad-438b-9e6b-5ed626853e57 , c2a3812f-c669-4ed9-8655-89a24ab5567e } 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 } 2023-02-09T10:33:57.385Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0938d08c-79ad-438b-9e6b-5ed626853e57 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-09T10:33:57.386Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T10:33:57.386Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-09T10:33:57.492Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T10:33:57.493Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0938d08c-79ad-438b-9e6b-5ed626853e57 5033 2023-02-09T10:33:57.494Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-09T10:33:57.494Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-09T10:33:57.494Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T10:33:57.494Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:33:57.494Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:33:57.494Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938837494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:33:58.495Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c2a3812f-c669-4ed9-8655-89a24ab5567e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-09T10:33:58.496Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T10:33:58.496Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-09T10:33:58.618Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T10:33:58.619Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c2a3812f-c669-4ed9-8655-89a24ab5567e 903 2023-02-09T10:33:58.619Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-09T10:33:58.619Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-09T10:33:58.619Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T10:33:58.620Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:33:58.620Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:33:58.620Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938838619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:33:59.621Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f133c908-d9ff-429e-9857-214f32015b14 2023-02-09T10:33:59.621Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7addd5c9-6f2c-46f4-ae98-ee3f456e56c7 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=? 2023-02-09T10:33:59.665Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61ce2025, org.onap.sdc.toscaparser.api.parameters.Input@22e29e9e, org.onap.sdc.toscaparser.api.parameters.Input@333166f7, org.onap.sdc.toscaparser.api.parameters.Input@538cadc6, org.onap.sdc.toscaparser.api.parameters.Input@4353709a] 2023-02-09T10:33:59.667Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:59.668Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:59.668Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-02-09T10:33:59.669Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5b76e085-9435-413b-8bc5-052f7d507fcc 2023-02-09T10:33:59.669Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5b76e085-9435-413b-8bc5-052f7d507fcc matches Tosca VF Customization UUID: 5b76e085-9435-413b-8bc5-052f7d507fcc 2023-02-09T10:33:59.670Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5b76e085-9435-413b-8bc5-052f7d507fcc 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=? 2023-02-09T10:33:59.674Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:59.675Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:59.676Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5b76e085-9435-413b-8bc5-052f7d507fcc: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2023-02-09T10:33:59.677Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b19b075 2023-02-09T10:33:59.677Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:59.678Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-09T10:33:59.679Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2eae7aa5-7e0d-49cc-88ed-b699fb18a629 2023-02-09T10:33:59.679Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2eae7aa5-7e0d-49cc-88ed-b699fb18a629 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=? 2023-02-09T10:33:59.684Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:59.684Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-09T10:33:59.685Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T10:33:59.686Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:59.686Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-09T10:33:59.686Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T10:33:59.687Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:59.687Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-09T10:33:59.687Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-09T10:33:59.688Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-09T10:33:59.688Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6f1614cb-370d-491a-a2bc-51f106d9e1e5 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=? 2023-02-09T10:33:59.694Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:59.694Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-09T10:33:59.695Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-09T10:33:59.695Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:59.695Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-09T10:33:59.695Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5b76e085-9435-413b-8bc5-052f7d507fcc 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=? 2023-02-09T10:33:59.699Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:59.700Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:59.701Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f133c908-d9ff-429e-9857-214f32015b14: basic_vm_macro 2023-02-09T10:33:59.701Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:59.702Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:59.702Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:59.702Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:59.703Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:59.703Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:59.705Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:59.705Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:59.706Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:33:59.706Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:33:59.707Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-09T10:33:59.971Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7addd5c9-6f2c-46f4-ae98-ee3f456e56c7 1 ASDC deployResourceStructure 2023-02-09T10:33:59.972Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-02-09T10:33:59.972Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-09T10:33:59.972Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T10:33:59.972Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:33:59.973Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:33:59.973Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938839972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:00.990Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-09T10:34:00.990Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-09T10:34:00.991Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T10:34:00.991Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:00.991Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:00.992Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938840990, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:01.996Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-09T10:34:01.997Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-09T10:34:01.997Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T10:34:01.997Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:01.997Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:01.997Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938841996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:03.003Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-02-09T10:34:03.003Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-09T10:34:03.003Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T10:34:03.004Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:03.004Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:03.004Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938843003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:04.010Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2335b20d-141b-42df-a713-33f4c464ceda Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T10:34:04.036Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2335b20d-141b-42df-a713-33f4c464ceda Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T10:34:04.046Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T10:34:04.046Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-09T10:34:04.046Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-09T10:34:04.046Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-09T10:34:04.046Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T10:34:04.047Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T10:34:04.047Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T10:34:04.047Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T10:34:04.047Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T10:34:04.047Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T10:34:04.066Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-09T10:34:34.067Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2335b20d-141b-42df-a713-33f4c464ceda 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=? 2023-02-09T10:34:34.081Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2335b20d-141b-42df-a713-33f4c464ceda and serviceModelVersionId: f133c908-d9ff-429e-9857-214f32015b14 2023-02-09T10:34:34.082Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e65d42e-e550-4b70-8ed5-ca57e6d53584 2023-02-09T10:34:34.082Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e65d42e-e550-4b70-8ed5-ca57e6d53584/model-vers/model-ver/f133c908-d9ff-429e-9857-214f32015b14?depth=0 2023-02-09T10:34:34.088Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-09T10:34:34.158Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e65d42e-e550-4b70-8ed5-ca57e6d53584/model-vers/model-ver/f133c908-d9ff-429e-9857-214f32015b14?depth=0|INFO|500||Invoke 2023-02-09T10:34:34.159Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e65d42e-e550-4b70-8ed5-ca57e6d53584/model-vers/model-ver/f133c908-d9ff-429e-9857-214f32015b14?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e65d42e-e550-4b70-8ed5-ca57e6d53584/model-vers/model-ver/f133c908-d9ff-429e-9857-214f32015b14?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2335b20d-141b-42df-a713-33f4c464ceda], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1fde3ab4-4c06-4b58-9580-7ecc1650c902], X-ECOMP-RequestID=[2335b20d-141b-42df-a713-33f4c464ceda], X-TransactionId=[], X-ONAP-RequestID=[2335b20d-141b-42df-a713-33f4c464ceda], Content-Type=[application/merge-patch+json]} 2023-02-09T10:34:34.171Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e65d42e-e550-4b70-8ed5-ca57e6d53584/model-vers/model-ver/f133c908-d9ff-429e-9857-214f32015b14?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-09T10:34:34.474Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e65d42e-e550-4b70-8ed5-ca57e6d53584/model-vers/model-ver/f133c908-d9ff-429e-9857-214f32015b14?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e65d42e-e550-4b70-8ed5-ca57e6d53584/model-vers/model-ver/f133c908-d9ff-429e-9857-214f32015b14?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 10:34:33 GMT], content-length=[0], vertex-id=[536720], x-aai-txid=[2-aai-resources-230209-10:34:33:525-90972], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-09T10:34:34.475Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e65d42e-e550-4b70-8ed5-ca57e6d53584/model-vers/model-ver/f133c908-d9ff-429e-9857-214f32015b14?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-09T10:34:34.476Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7e65d42e-e550-4b70-8ed5-ca57e6d53584/model-vers/model-ver/f133c908-d9ff-429e-9857-214f32015b14?depth=0|INFO|500||InvokeReturn 2023-02-09T10:34:34.476Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-09T10:34:34.476Z|2335b20d-141b-42df-a713-33f4c464ceda|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=? 2023-02-09T10:34:34.498Z|2335b20d-141b-42df-a713-33f4c464ceda|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:69) 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) 2023-02-09T10:34:34.499Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2335b20d-141b-42df-a713-33f4c464ceda and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-09T10:34:34.500Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-09T10:34:34.500Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:34.500Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:34.500Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938874499, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-09T10:34:35.546Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-09T10:34:35.547Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"e7110586-eba2-4339-ae05-8d49d9babd4d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5503cd73-6b68-4aa6-a79e-a871ee3ad9a2","serviceDescription":"service","serviceInvariantUUID":"21d9e9c5-7fa0-4f6c-867b-57cecae51765","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dbb95ae6-e8f4-4dc2-8b1d-a93dc6d1c982","resourceInvariantUUID":"2874a81f-1192-4cdd-913a-e8dfa6760aa6","resourceCustomizationUUID":"56a2b207-e332-4d39-b417-4eff1997a9e2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZTJkNTY4YWIxZjBjMzA1ZWI4ODhiZWRiN2FlZmQ5MTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1f9c7df-f455-4c0c-b220-26817df6fe52","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"261a679c-c50a-4bfc-a559-55a00be81851","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1e810cc-363a-409d-ab13-67b9a62a02aa","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ODZlNjg4MmQzZjE0ZGQ1ODYxOTNkM2M2MDgwMGFlNmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d611c922-dc38-440a-8030-d74d6c60c8cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"80b73559-cf79-4b6e-84b0-b0ddc096eb28","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a0af8e4-ec13-4f38-9b89-c6e22f8bb288","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"471f22ab-dafd-4585-bfcc-fec4e543034d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"M2FmYzg2ZTI0ZGViODA5OTRmYzNkZTQzZDE2OGM0OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b756fd12-ca23-46ab-8950-dd96d3ab23e0","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTBmYTNiNjZiYjFiYmNkNDg1MmJhODIyM2RlNmI3NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fef0c1e7-c85a-4d85-b0e3-2dd72acaf62d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-09T10:34:35.548Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:34:35.548Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:35.548Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:35.549Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:36.550Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:34:36.551Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:36.551Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:36.551Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:37.552Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:34:37.553Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:37.553Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:37.555Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:38.556Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:34:38.557Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:38.557Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:38.557Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:39.558Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:34:39.559Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:39.559Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:39.560Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:40.562Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:34:40.562Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:40.562Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:40.562Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:41.563Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:34:41.564Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:41.565Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:41.565Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:42.566Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:34:42.568Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:42.568Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:42.569Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:43.570Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-09T10:34:43.571Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:43.571Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:43.573Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:44.575Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5503cd73-6b68-4aa6-a79e-a871ee3ad9a2", "serviceDescription": "service", "serviceInvariantUUID": "21d9e9c5-7fa0-4f6c-867b-57cecae51765", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "56a2b207-e332-4d39-b417-4eff1997a9e2", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "dbb95ae6-e8f4-4dc2-8b1d-a93dc6d1c982", "resourceInvariantUUID": "2874a81f-1192-4cdd-913a-e8dfa6760aa6", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "ZTBmYTNiNjZiYjFiYmNkNDg1MmJhODIyM2RlNmI3NjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fef0c1e7-c85a-4d85-b0e3-2dd72acaf62d" } ], "workloadContext": "Production" } 2023-02-09T10:34:44.575Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-09T10:34:44.576Z|2335b20d-141b-42df-a713-33f4c464ceda|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5503cd73-6b68-4aa6-a79e-a871ee3ad9a2 ASDC 2023-02-09T10:34:44.576Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e7110586-eba2-4339-ae05-8d49d9babd4d ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5503cd73-6b68-4aa6-a79e-a871ee3ad9a2 ServiceInvariantUUID:21d9e9c5-7fa0-4f6c-867b-57cecae51765 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:fef0c1e7-c85a-4d85-b0e3-2dd72acaf62d ArtifactChecksum:ZTBmYTNiNjZiYjFiYmNkNDg1MmJhODIyM2RlNmI3NjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:56a2b207-e332-4d39-b417-4eff1997a9e2 ResourceInvariantUUID:2874a81f-1192-4cdd-913a-e8dfa6760aa6 ResourceName:test-pnf ResourceType:PNF ResourceUUID:dbb95ae6-e8f4-4dc2-8b1d-a93dc6d1c982 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-09T10:34:44.576Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5503cd73-6b68-4aa6-a79e-a871ee3ad9a2 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 (?, ?, ?, ?, ?) 2023-02-09T10:34:44.687Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T10:34:44.688Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T10:34:44.688Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T10:34:44.689Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fef0c1e7-c85a-4d85-b0e3-2dd72acaf62d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-09T10:34:44.689Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-09T10:34:44.689Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-09T10:34:45.014Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-09T10:34:45.022Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar fef0c1e7-c85a-4d85-b0e3-2dd72acaf62d 111095 2023-02-09T10:34:45.023Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-02-09T10:34:45.024Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-09T10:34:45.024Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-09T10:34:45.025Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:45.025Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:45.025Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938885023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:46.027Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-09T10:34:46.028Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-09T10:34:46.029Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fef0c1e7-c85a-4d85-b0e3-2dd72acaf62d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-09T10:34:46.029Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-02-09T10:34:46.029Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-09T10:34:46.030Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-09T10:34:46.159Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:46.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.164Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "cds-sdc-listener", "timestamp": 1675938720873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "multicloud-k8s", "timestamp": 1675938751920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.167Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938777620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "cds-sdc-listener", "timestamp": 1675938720873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "multicloud-k8s", "timestamp": 1675938751920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.170Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938777620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "cds-sdc-listener", "timestamp": 1675938720873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.171Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "multicloud-k8s", "timestamp": 1675938751920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938777620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "cds-sdc-listener", "timestamp": 1675938720873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.172Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "multicloud-k8s", "timestamp": 1675938751920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938777620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "cds-sdc-listener", "timestamp": 1675938720873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "multicloud-k8s", "timestamp": 1675938751920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "cds-sdc-listener", "timestamp": 1675938720873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938777620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "multicloud-k8s", "timestamp": 1675938751920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "cds-sdc-listener", "timestamp": 1675938720873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938777620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "multicloud-k8s", "timestamp": 1675938751920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938777620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "cds-sdc-listener", "timestamp": 1675938720873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "multicloud-k8s", "timestamp": 1675938751920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "aai-model-loader", "timestamp": 1675938786031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "cds-sdc-listener", "timestamp": 1675938720873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:34:46.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938777620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "multicloud-k8s", "timestamp": 1675938751920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:34:46.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "aai-model-loader", "timestamp": 1675938786031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938777620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:34:46.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "cds-sdc-listener", "timestamp": 1675938787937, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T10:34:46.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "aai-model-loader", "timestamp": 1675938786031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938788589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T10:34:46.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "aai-model-loader", "timestamp": 1675938786031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "cds-sdc-listener", "timestamp": 1675938789726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2023-02-09T10:34:46.185Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6332259413767949464/Definitions/service-TestPnfMacro-template.yml Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T10:34:46.313Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7110586-eba2-4339-ae05-8d49d9babd4d 2023-02-09T10:34:46.313Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7110586-eba2-4339-ae05-8d49d9babd4d 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 (?, ?, ?, ?, ?) 2023-02-09T10:34:46.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.382Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "aai-model-loader", "timestamp": 1675938786031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.383Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "aai-model-loader", "timestamp": 1675938786031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.384Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938791629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T10:34:46.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.385Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "aai-model-loader", "timestamp": 1675938786031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.385Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675938792633, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T10:34:46.414Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7110586-eba2-4339-ae05-8d49d9babd4d 2023-02-09T10:34:46.415Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7110586-eba2-4339-ae05-8d49d9babd4d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-09T10:34:46.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.501Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "aai-model-loader", "timestamp": 1675938786031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.502Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "aai-model-loader", "timestamp": 1675938786031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:34:46.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.544Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "aai-model-loader", "timestamp": 1675938795218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T10:34:46.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.545Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "aai-model-loader", "timestamp": 1675938803231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T10:34:46.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.545Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "aai-model-loader", "timestamp": 1675938804237, "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=? 2023-02-09T10:34:46.590Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7110586-eba2-4339-ae05-8d49d9babd4d 2023-02-09T10:34:46.590Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7110586-eba2-4339-ae05-8d49d9babd4d 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 (?, ?, ?, ?, ?) 2023-02-09T10:34:46.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.642Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "0826aa55-12f2-4c14-b6d0-74580212cb00", "consumerID": "SO-sdc-controller", "timestamp": 1675938823604, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-09T10:34:46.642Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.643Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:34:46.643Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:46.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-09T10:34:46.644Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-09T10:34:46.644Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:34:47.702Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-09T10:34:47.703Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-09T10:34:47.703Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-09T10:34:47.703Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-09T10:34:47.704Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-09T10:34:47.704Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-09T10:34:47.704Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-09T10:34:47.705Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-09T10:34:47.705Z|e7110586-eba2-4339-ae05-8d49d9babd4d|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-TestPnfMacro-csar.csar 2023-02-09T10:34:47.705Z|e7110586-eba2-4339-ae05-8d49d9babd4d|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-TestPnfMacro-csar.csar 2023-02-09T10:34:47.706Z|e7110586-eba2-4339-ae05-8d49d9babd4d|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-TestPnfMacro-csar.csar 2023-02-09T10:34:47.706Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-09T10:34:47.706Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:34:47.707Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:34:47.707Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-02-09T10:34:47.708Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-09T10:34:47.708Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T10:34:47.708Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:34:47.709Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:34:47.709Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-02-09T10:34:47.710Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-09T10:34:47.710Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-09T10:34:47.710Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:34:47.711Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:34:47.711Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:34:47.711Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:34:47.712Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:34:47.712Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:34:47.712Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:34:47.713Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:34:47.713Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:34:47.714Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:34:47.714Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:5503cd73-6b68-4aa6-a79e-a871ee3ad9a2 Model Version:NULL Model InvariantUuid:21d9e9c5-7fa0-4f6c-867b-57cecae51765 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=? 2023-02-09T10:34:47.726Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: dbb95ae6-e8f4-4dc2-8b1d-a93dc6d1c982 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=? 2023-02-09T10:34:47.729Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||test-pnf 0 2023-02-09T10:34:47.730Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dbb95ae6-e8f4-4dc2-8b1d-a93dc6d1c982 2023-02-09T10:34:47.730Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 5503cd73-6b68-4aa6-a79e-a871ee3ad9a2 2023-02-09T10:34:47.730Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5503cd73-6b68-4aa6-a79e-a871ee3ad9a2 2023-02-09T10:34:47.731Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 dbb95ae6-e8f4-4dc2-8b1d-a93dc6d1c982 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=? 2023-02-09T10:34:47.739Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3770d4aa, org.onap.sdc.toscaparser.api.parameters.Input@275c8de8, org.onap.sdc.toscaparser.api.parameters.Input@42b59fb8, org.onap.sdc.toscaparser.api.parameters.Input@3c55e867, org.onap.sdc.toscaparser.api.parameters.Input@db1bec3] 2023-02-09T10:34:47.740Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:34:47.740Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:34:47.741Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5503cd73-6b68-4aa6-a79e-a871ee3ad9a2: test-pnf 2023-02-09T10:34:47.741Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Processing PNF resource: dbb95ae6-e8f4-4dc2-8b1d-a93dc6d1c982 2023-02-09T10:34:47.741Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-09T10:34:47.742Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-09T10:34:47.742Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Resource customization UUID: 56a2b207-e332-4d39-b417-4eff1997a9e2 is the same as notified resource customizationUUID: 56a2b207-e332-4d39-b417-4eff1997a9e2 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 (?, ?) 2023-02-09T10:34:47.820Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf dbb95ae6-e8f4-4dc2-8b1d-a93dc6d1c982 0 ASDC deployResourceStructure 2023-02-09T10:34:47.821Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-02-09T10:34:47.821Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-09T10:34:47.821Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-09T10:34:47.822Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:34:47.822Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:34:47.822Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938887821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:34:48.823Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7110586-eba2-4339-ae05-8d49d9babd4d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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=? 2023-02-09T10:34:48.860Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7110586-eba2-4339-ae05-8d49d9babd4d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-09T10:34:48.866Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-09T10:34:48.867Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-09T10:34:48.867Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-09T10:34:48.868Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-09T10:34:48.868Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T10:34:48.869Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T10:34:48.869Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T10:34:48.869Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-09T10:34:48.869Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-09T10:34:48.884Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-09T10:35:18.885Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7110586-eba2-4339-ae05-8d49d9babd4d 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=? 2023-02-09T10:35:18.900Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7110586-eba2-4339-ae05-8d49d9babd4d and serviceModelVersionId: 5503cd73-6b68-4aa6-a79e-a871ee3ad9a2 2023-02-09T10:35:18.900Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 21d9e9c5-7fa0-4f6c-867b-57cecae51765 2023-02-09T10:35:18.901Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/21d9e9c5-7fa0-4f6c-867b-57cecae51765/model-vers/model-ver/5503cd73-6b68-4aa6-a79e-a871ee3ad9a2?depth=0 2023-02-09T10:35:18.907Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-09T10:35:18.981Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/21d9e9c5-7fa0-4f6c-867b-57cecae51765/model-vers/model-ver/5503cd73-6b68-4aa6-a79e-a871ee3ad9a2?depth=0|INFO|500||Invoke 2023-02-09T10:35:18.982Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/21d9e9c5-7fa0-4f6c-867b-57cecae51765/model-vers/model-ver/5503cd73-6b68-4aa6-a79e-a871ee3ad9a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/21d9e9c5-7fa0-4f6c-867b-57cecae51765/model-vers/model-ver/5503cd73-6b68-4aa6-a79e-a871ee3ad9a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e7110586-eba2-4339-ae05-8d49d9babd4d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4d6e1cad-6542-443e-a5e6-a5c9d25c9691], X-ECOMP-RequestID=[e7110586-eba2-4339-ae05-8d49d9babd4d], X-TransactionId=[], X-ONAP-RequestID=[e7110586-eba2-4339-ae05-8d49d9babd4d], Content-Type=[application/merge-patch+json]} 2023-02-09T10:35:18.998Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/21d9e9c5-7fa0-4f6c-867b-57cecae51765/model-vers/model-ver/5503cd73-6b68-4aa6-a79e-a871ee3ad9a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-09T10:35:19.570Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/21d9e9c5-7fa0-4f6c-867b-57cecae51765/model-vers/model-ver/5503cd73-6b68-4aa6-a79e-a871ee3ad9a2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/21d9e9c5-7fa0-4f6c-867b-57cecae51765/model-vers/model-ver/5503cd73-6b68-4aa6-a79e-a871ee3ad9a2?depth=0 has http status code:200 and response headers:{date=[Thu, 09 Feb 2023 10:35:18 GMT], content-length=[0], vertex-id=[311312], x-aai-txid=[0-aai-resources-230209-10:35:18:358-80232], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-09T10:35:19.570Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/21d9e9c5-7fa0-4f6c-867b-57cecae51765/model-vers/model-ver/5503cd73-6b68-4aa6-a79e-a871ee3ad9a2?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-09T10:35:19.571Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/21d9e9c5-7fa0-4f6c-867b-57cecae51765/model-vers/model-ver/5503cd73-6b68-4aa6-a79e-a871ee3ad9a2?depth=0|INFO|500||InvokeReturn 2023-02-09T10:35:19.572Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-09T10:35:19.572Z|e7110586-eba2-4339-ae05-8d49d9babd4d|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=? 2023-02-09T10:35:19.597Z|e7110586-eba2-4339-ae05-8d49d9babd4d|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:69) 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) 2023-02-09T10:35:19.598Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7110586-eba2-4339-ae05-8d49d9babd4d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-09T10:35:19.598Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-09T10:35:19.599Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-09T10:35:19.599Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-09T10:35:19.599Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938919598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-02-09T10:35:20.700Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:35:46.159Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:35:46.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-09T10:35:46.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:35:46.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-09T10:35:46.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:35:46.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:35:46.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:35:46.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938833031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T10:35:46.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938836368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-09T10:35:46.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938837494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-09T10:35:46.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938838619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-09T10:35:46.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938839972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-09T10:35:46.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938840990, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-09T10:35:46.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938841996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-09T10:35:46.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938843003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T10:35:46.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "2335b20d-141b-42df-a713-33f4c464ceda", "consumerID": "SO-sdc-controller", "timestamp": 1675938874499, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-09T10:35:46.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:35:46.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-09T10:35:46.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-09T10:35:46.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-09T10:35:46.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-09T10:35:46.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:35:46.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-09T10:35:46.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-09T10:35:46.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938824659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-09T10:35:46.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:35:46.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:35:46.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938885023, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-09T10:35:46.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:36:20.703Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:36:46.159Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:36:46.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:36:46.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938887821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-09T10:36:46.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:36:46.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-09T10:36:46.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e7110586-eba2-4339-ae05-8d49d9babd4d", "consumerID": "SO-sdc-controller", "timestamp": 1675938919598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-09T10:36:46.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-09T10:37:20.704Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:37:46.159Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:38:20.706Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:38:46.161Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:39:20.707Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:39:46.162Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:40:20.709Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:40:46.163Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:41:20.709Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:41:46.165Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:42:20.711Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:42:46.169Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:43:20.712Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:43:46.171Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:44:20.714Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:44:46.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:45:20.715Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:45:46.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:46:20.717Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:46:46.173Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:47:20.721Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:47:46.176Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:48:20.723Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:48:46.177Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:49:20.725Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:49:46.178Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:50:20.725Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:50:46.179Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:51:20.726Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:51:46.181Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:52:20.727Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:52:46.182Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:53:20.729Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:53:46.184Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:54:20.730Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:54:46.185Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:55:20.732Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:55:46.186Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:56:20.733Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:56:46.187Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:57:20.737Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:57:46.188Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:58:20.739Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:58:46.189Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T10:59:20.741Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T10:59:46.191Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:00:20.743Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:00:46.193Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:01:20.745Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:01:46.195Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:02:20.746Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:02:46.196Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:03:20.747Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:03:46.197Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:04:20.749Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:04:46.199Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:05:20.750Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:05:46.201Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:06:20.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:06:46.202Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:07:20.753Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:07:46.204Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:08:20.754Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:08:46.205Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:09:20.755Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:09:46.205Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:10:20.756Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:10:46.206Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:11:20.759Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:11:46.207Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:12:20.761Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:12:46.208Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:13:20.763Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:13:46.210Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:14:20.765Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:14:46.211Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:15:20.767Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:15:46.212Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:16:20.768Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:16:46.213Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:17:20.769Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:17:46.214Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:18:20.771Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:18:46.214Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:19:20.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:19:46.215Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:20:20.776Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:20:46.216Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:21:20.776Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:21:46.217Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:22:20.778Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:22:46.219Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:23:20.779Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:23:46.221Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:24:20.782Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:24:46.222Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:25:20.782Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:25:46.223Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:26:20.784Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:26:46.224Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:27:20.792Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:27:46.225Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:28:20.793Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:28:46.226Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:29:20.795Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:29:46.226Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:30:20.797Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:30:46.227Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:31:20.798Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:31:46.229Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:32:20.799Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:32:46.230Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:33:20.802Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:33:46.231Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:34:20.805Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:34:46.232Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:35:20.807Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:35:46.234Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:36:20.808Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:36:46.236Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:37:20.809Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:37:46.236Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:38:20.810Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:38:46.237Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:39:20.811Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:39:46.239Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:40:20.813Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:40:46.239Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:41:20.813Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:41:46.240Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:42:20.814Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:42:46.242Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:43:20.816Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:43:46.242Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:44:20.816Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:44:46.244Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:45:20.817Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:45:46.245Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:46:20.819Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:46:46.246Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:47:20.821Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:47:46.247Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:48:20.823Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:48:46.249Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:49:20.823Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:49:46.249Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:50:20.825Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:50:46.250Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:51:20.826Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:51:46.252Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:52:20.827Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:52:46.252Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:53:20.828Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:53:46.254Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:54:20.828Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:54:46.254Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:55:20.829Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:55:46.255Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:56:20.830Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:56:46.257Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:57:20.830Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:57:46.259Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:58:20.832Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:58:46.259Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T11:59:20.834Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T11:59:46.260Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:00:20.837Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:00:46.262Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:01:20.839Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:01:46.264Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:02:20.841Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:02:46.265Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:03:20.842Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:03:46.266Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:04:20.844Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:04:46.267Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:05:20.845Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:05:46.269Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:06:20.846Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:06:46.270Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:07:20.847Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:07:46.271Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:08:20.849Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:08:46.273Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:09:20.850Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:09:46.274Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:10:20.850Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:10:46.275Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:11:20.851Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:11:46.277Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:12:20.853Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:12:46.279Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:13:20.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:13:46.280Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:14:20.856Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:14:46.280Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:15:20.857Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:15:46.281Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:16:20.857Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:16:46.283Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:17:20.859Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:17:46.283Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:18:20.860Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:18:46.285Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:19:20.860Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:19:46.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:20:20.861Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:20:46.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:21:20.863Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:21:46.286Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:22:20.865Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:22:46.287Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:23:20.867Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:23:46.287Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:24:20.869Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:24:46.290Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:25:20.870Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:25:46.291Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:26:20.872Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:26:46.293Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:27:20.872Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:27:46.293Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:28:20.873Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:28:46.294Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:29:20.875Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:29:46.296Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:30:20.875Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:30:46.296Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:31:20.877Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:31:46.297Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:32:20.877Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:32:46.298Z|456584ff-766b-4b19-ae2b-1d46f8dd903b|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:33:20.877Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:33:46.299Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:34:20.878Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:34:46.300Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:35:20.879Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:35:46.301Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:36:20.881Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:36:46.302Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:37:20.882Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:37:46.302Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:38:20.883Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:38:46.304Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:39:20.885Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:39:46.306Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:40:20.887Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:40:46.308Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:41:20.887Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:41:46.310Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:42:20.888Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:42:46.311Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:43:20.889Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:43:46.311Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:44:20.891Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:44:46.313Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:45:20.891Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:45:46.313Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:46:20.893Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:46:46.314Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:47:20.894Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:47:46.315Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:48:20.895Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:48:46.315Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:49:20.895Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:49:46.317Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:50:20.896Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:50:46.318Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:51:20.898Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:51:46.318Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:52:20.907Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:52:46.320Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:53:20.909Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:53:46.320Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:54:20.909Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:54:46.322Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:55:20.910Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:55:46.323Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:56:20.911Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:56:46.325Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:57:20.913Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:57:46.325Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:58:20.914Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:58:46.327Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T12:59:20.914Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T12:59:46.329Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:00:20.916Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:00:46.329Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:01:20.917Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:01:46.330Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:02:20.919Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:02:46.332Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:03:20.921Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:03:46.334Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:04:20.923Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:04:46.335Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:05:20.925Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:05:46.336Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:06:20.927Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:06:46.336Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:07:20.929Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:07:46.337Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:08:20.930Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:08:46.339Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:09:20.931Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:09:46.340Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:10:20.932Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:10:46.340Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:11:20.933Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:11:46.342Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:12:20.933Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:12:46.342Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:13:20.934Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:13:46.344Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:14:20.936Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:14:46.345Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:15:20.937Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:15:46.347Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:16:20.938Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:16:46.349Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:17:20.940Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:17:46.349Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:18:20.941Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:18:46.351Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:19:20.943Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:19:46.351Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:20:20.945Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:20:46.351Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:21:20.946Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:21:46.352Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:22:20.946Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:22:46.354Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:23:20.948Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:23:46.355Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:24:20.950Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:24:46.355Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-09T13:25:20.951Z|e7110586-eba2-4339-ae05-8d49d9babd4d|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-09T13:25:46.356Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO