By type
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