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-03-15T11:45:06.101Z||main|||||INFO|500||The following profiles are active: basic
2023-03-15T11:45:16.510Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-15T11:45:16.511Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-15T11:45:16.620Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-15T11:45:20.778Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-15T11:45:21.231Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-15T11:45:21.856Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-15T11:45:22.175Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-15T11:45:23.003Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-15T11:45:26.342Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-15T11:45:26.895Z||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-03-15T11:45:28.991Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-15T11:45:29.096Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-15T11:45:29.136Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-15T11:45:29.144Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-15T11:45:29.682Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-15T11:45:29.998Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-15T11:45:30.841Z||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-03-15T11:45:31.501Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-15T11:45:31.502Z||main|||||ERROR|500||(conn=932) Table 'catalogdb.activity_spec' doesn't exist
2023-03-15T11:45:31.518Z||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-03-15T11:45:33.726Z||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-03-15T11:45:35.719Z||main|||||WARN|500||---
2023-03-15T11:45:35.719Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-15T11:45:35.719Z||main|||||WARN|500||---
2023-03-15T11:45:36.046Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-15T11:45:39.918Z||main|||||INFO|500||Started Application in 36.562 seconds (JVM running for 39.541)
2023-03-15T11:45:39.928Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-15T11:45:39.930Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-15T11:45:39.935Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-15T11:45:39.968Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d1ce1566-ecae-4a31-8e09-b172c36b924a url= /sdc/v1/artifactTypes
2023-03-15T11:45:39.972Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-15T11:45:41.069Z||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.35.91] 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$$2eea44fc.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-03-15T11:45:41.072Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2ee20acb
2023-03-15T11:45:41.073Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem]
2023-03-15T11:45:41.087Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect
2023-03-15T11:45:41.105Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem
2023-03-15T11:45:41.107Z||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$$2eea44fc.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-03-15T11:46:29.915Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-15T11:46:29.916Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-15T11:46:29.916Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-15T11:46:29.921Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 861fed40-ff9a-4235-a8a3-1f28dd010fff url= /sdc/v1/artifactTypes
2023-03-15T11:46:29.921Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-15T11:46:30.956Z||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.35.91] 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$$2eea44fc.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-03-15T11:46:30.957Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7579337b
2023-03-15T11:46:30.958Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem]
2023-03-15T11:46:30.958Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect
2023-03-15T11:46:30.958Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem
2023-03-15T11:46:30.959Z||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$$2eea44fc.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-03-15T11:47:19.912Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-15T11:47:19.913Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-15T11:47:19.913Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-15T11:47:19.919Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= cdbb076a-ff98-466a-906c-aa80388f9ce2 url= /sdc/v1/artifactTypes
2023-03-15T11:47:19.919Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-15T11:47:20.942Z||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.35.91] 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$$2eea44fc.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-03-15T11:47:20.942Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@22b43934
2023-03-15T11:47:20.943Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem]
2023-03-15T11:47:20.943Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect
2023-03-15T11:47:20.943Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem
2023-03-15T11:47:20.944Z||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$$2eea44fc.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-03-15T11:48:09.912Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-15T11:48:09.914Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-15T11:48:09.914Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-15T11:48:09.921Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0216be17-593f-4a31-9802-1234f4694ea1 url= /sdc/v1/artifactTypes
2023-03-15T11:48:09.921Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-15T11:48:10.956Z||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.35.91] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$2eea44fc.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)
... 49 common frames omitted
2023-03-15T11:48:10.957Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@37fcaa9b
2023-03-15T11:48:10.958Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem]
2023-03-15T11:48:10.959Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect
2023-03-15T11:48:10.959Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem
2023-03-15T11:48:10.960Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$2eea44fc.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)
... 32 common frames omitted
2023-03-15T11:48:59.912Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-15T11:48:59.913Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-15T11:48:59.914Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-15T11:48:59.921Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ff909e89-508a-42f8-89fc-cb04de67ca33 url= /sdc/v1/artifactTypes
2023-03-15T11:48:59.921Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-15T11:49:00.942Z||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.35.91] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$2eea44fc.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)
... 49 common frames omitted
2023-03-15T11:49:00.943Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7fad1387
2023-03-15T11:49:00.943Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem]
2023-03-15T11:49:00.944Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect
2023-03-15T11:49:00.944Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem
2023-03-15T11:49:00.944Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$2eea44fc.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)
... 32 common frames omitted
2023-03-15T11:49:49.911Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-15T11:49:49.912Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-15T11:49:49.912Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-15T11:49:49.927Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 83633b09-683e-468f-bc56-acf813bd30e6 url= /sdc/v1/artifactTypes
2023-03-15T11:49:49.928Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-15T11:49:50.960Z||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.35.91] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$2eea44fc.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)
... 49 common frames omitted
2023-03-15T11:49:50.961Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1fb80ecd
2023-03-15T11:49:50.962Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem]
2023-03-15T11:49:50.962Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect
2023-03-15T11:49:50.962Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem
2023-03-15T11:49:50.963Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$2eea44fc.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)
... 32 common frames omitted
2023-03-15T11:50:39.912Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-15T11:50:39.913Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-15T11:50:39.914Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-15T11:50:39.922Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1dcffe80-96bf-4395-8448-5aca4a22218c url= /sdc/v1/artifactTypes
2023-03-15T11:50:39.923Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-15T11:50:40.945Z||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.35.91] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$2eea44fc.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)
... 49 common frames omitted
2023-03-15T11:50:40.946Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@71909214
2023-03-15T11:50:40.946Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem]
2023-03-15T11:50:40.946Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect
2023-03-15T11:50:40.947Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem
2023-03-15T11:50:40.947Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$2eea44fc.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)
... 32 common frames omitted
2023-03-15T11:51:29.912Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-15T11:51:29.913Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-15T11:51:29.914Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-15T11:51:29.920Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f54b277e-af9a-4fcb-bb92-abc2012f0722 url= /sdc/v1/artifactTypes
2023-03-15T11:51:29.921Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-15T11:51:30.961Z||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.35.91] 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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$2eea44fc.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)
... 49 common frames omitted
2023-03-15T11:51:30.962Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@40038cb7
2023-03-15T11:51:30.962Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem]
2023-03-15T11:51:30.962Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect
2023-03-15T11:51:30.963Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem
2023-03-15T11:51:30.963Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$2eea44fc.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)
... 32 common frames omitted
2023-03-15T11:52:19.911Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-15T11:52:19.912Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-15T11:52:19.913Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-15T11:52:19.916Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 39126496-69a0-4dc4-80ae-f437163f80d0 url= /sdc/v1/artifactTypes
2023-03-15T11:52:19.916Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-15T11:52:20.135Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-15T11:52:20.144Z||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-03-15T11:52:20.144Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-15T11:52:20.145Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 3fcc78cd-c82b-42af-866e-b88819f0aec5 url= /sdc/v1/distributionKafkaData
2023-03-15T11:52:20.145Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-15T11:52:20.240Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-15T11:52:20.250Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@41433f08
2023-03-15T11:52:20.311Z||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-69772367-0178-44f9-a642-dd964876e8b2
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-03-15T11:52:20.356Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2] Instantiated an idempotent producer.
2023-03-15T11:52:20.435Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-15T11:52:20.485Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-15T11:52:20.485Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-15T11:52:20.485Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678881140482
2023-03-15T11:52:20.489Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-15T11:52:20.507Z||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-f9a5f658-05e2-428e-b975-5da85ee66ff8
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-03-15T11:52:20.617Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-15T11:52:20.617Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-15T11:52:20.617Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678881140617
2023-03-15T11:52:20.619Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T11:52:20.622Z||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-b90a0f2b-5c44-4dd7-b967-a879d7244247
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-03-15T11:52:20.623Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T11:52:20.628Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-15T11:52:20.628Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-15T11:52:20.628Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678881140628
2023-03-15T11:52:20.630Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T11:52:20.632Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T11:52:20.637Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-15T11:52:21.300Z||kafka-producer-network-thread | SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2] Cluster ID: rhf_h_fTRmyjLunUgcPEPQ
2023-03-15T11:52:21.300Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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 3sGU4kEwT9qEzokNrpaR4Q
2023-03-15T11:52:21.301Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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 3sGU4kEwT9qEzokNrpaR4Q
2023-03-15T11:52:21.301Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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 3sGU4kEwT9qEzokNrpaR4Q
2023-03-15T11:52:21.301Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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 3sGU4kEwT9qEzokNrpaR4Q
2023-03-15T11:52:21.301Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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 3sGU4kEwT9qEzokNrpaR4Q
2023-03-15T11:52:21.301Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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 3sGU4kEwT9qEzokNrpaR4Q
2023-03-15T11:52:21.301Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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 MW0P8CPlRU609SFwSr37zg
2023-03-15T11:52:21.302Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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 MW0P8CPlRU609SFwSr37zg
2023-03-15T11:52:21.302Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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 MW0P8CPlRU609SFwSr37zg
2023-03-15T11:52:21.303Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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 MW0P8CPlRU609SFwSr37zg
2023-03-15T11:52:21.303Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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 MW0P8CPlRU609SFwSr37zg
2023-03-15T11:52:21.303Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] Cluster ID: rhf_h_fTRmyjLunUgcPEPQ
2023-03-15T11:52:21.303Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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 MW0P8CPlRU609SFwSr37zg
2023-03-15T11:52:21.304Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] Cluster ID: rhf_h_fTRmyjLunUgcPEPQ
2023-03-15T11:52:21.305Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-03-15T11:52:21.305Z||kafka-producer-network-thread | SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2] ProducerId set to 1001 with epoch 0
2023-03-15T11:52:21.305Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-03-15T11:52:21.325Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] (Re-)joining group
2023-03-15T11:52:21.325Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] (Re-)joining group
2023-03-15T11:52:21.375Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247-d731ac1f-5002-491a-b4cc-98e289f6615e
2023-03-15T11:52:21.375Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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-03-15T11:52:21.376Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] (Re-)joining group
2023-03-15T11:52:21.376Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8-f6901504-516e-4fdb-b407-35161104c7a5
2023-03-15T11:52:21.376Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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-03-15T11:52:21.376Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] (Re-)joining group
2023-03-15T11:52:27.395Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8-f6901504-516e-4fdb-b407-35161104c7a5', protocol='range'}
2023-03-15T11:52:27.404Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247-d731ac1f-5002-491a-b4cc-98e289f6615e', protocol='range'}
2023-03-15T11:52:27.489Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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 MW0P8CPlRU609SFwSr37zg
2023-03-15T11:52:27.490Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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 MW0P8CPlRU609SFwSr37zg
2023-03-15T11:52:27.490Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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 MW0P8CPlRU609SFwSr37zg
2023-03-15T11:52:27.490Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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 MW0P8CPlRU609SFwSr37zg
2023-03-15T11:52:27.490Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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 MW0P8CPlRU609SFwSr37zg
2023-03-15T11:52:27.490Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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 MW0P8CPlRU609SFwSr37zg
2023-03-15T11:52:27.494Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247-d731ac1f-5002-491a-b4cc-98e289f6615e=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-f9a5f658-05e2-428e-b975-5da85ee66ff8-f6901504-516e-4fdb-b407-35161104c7a5=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-03-15T11:52:27.527Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8-f6901504-516e-4fdb-b407-35161104c7a5', protocol='range'}
2023-03-15T11:52:27.528Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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-03-15T11:52:27.531Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247-d731ac1f-5002-491a-b4cc-98e289f6615e', protocol='range'}
2023-03-15T11:52:27.531Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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-03-15T11:52:27.535Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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-03-15T11:52:27.535Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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-03-15T11:52:27.549Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-15T11:52:27.550Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-15T11:52:27.550Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-15T11:52:27.550Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-15T11:52:27.550Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-15T11:52:27.550Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-15T11:52:27.550Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-15T11:52:27.550Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-15T11:52:27.551Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-15T11:52:27.551Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-15T11:52:27.553Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-15T11:52:27.554Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-15T11:52:27.593Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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-03-15T11:52:27.595Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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-03-15T11:52:27.620Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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-03-15T11:52:27.621Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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-03-15T11:52:27.627Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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-03-15T11:52:27.627Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, 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-03-15T11:52:27.634Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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-03-15T11:52:27.634Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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-03-15T11:52:27.636Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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-03-15T11:52:27.636Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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-03-15T11:52:27.674Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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-03-15T11:52:27.674Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, 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-03-15T11:53:20.633Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T11:53:20.633Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T11:54:20.635Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T11:54:20.635Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T11:55:20.636Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T11:55:20.637Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T11:55:52.990Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-15T11:56:20.638Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T11:56:20.639Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T11:57:20.640Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T11:57:20.641Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T11:58:20.642Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T11:58:20.642Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T11:59:20.642Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T11:59:20.643Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:00:20.643Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:00:20.643Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:01:20.645Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:01:20.645Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:01:21.329Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f9a5f658-05e2-428e-b975-5da85ee66ff8, groupId=so] Node -1 disconnected.
2023-03-15T12:01:21.348Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b90a0f2b-5c44-4dd7-b967-a879d7244247, groupId=so] Node -1 disconnected.
2023-03-15T12:01:21.556Z||kafka-producer-network-thread | SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2] Node -1 disconnected.
2023-03-15T12:02:20.646Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:02:20.647Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:03:20.647Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:03:20.648Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:04:20.649Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:04:20.649Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:05:20.650Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:05:20.651Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:06:20.652Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:06:20.653Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:07:20.653Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:07:20.654Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:08:20.653Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:08:20.654Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:09:20.654Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:09:20.656Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:10:20.655Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:10:20.657Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:11:20.656Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:11:20.657Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:12:20.658Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:12:20.659Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:13:20.658Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:13:20.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:14:20.660Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:14:20.662Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:15:20.661Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:15:20.664Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:16:20.662Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:16:20.664Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:17:20.663Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:17:20.666Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:18:20.663Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:18:20.666Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:19:09.642Z||http-nio-8085-exec-5|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x03qF{0x030xca0xf4\0xfc0xc20xd10xb84z0xb40xa760xb40x08B0xa70x140xcd0x1e0xcb3x0xe70x9e0x1cS0x850xd8]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-15T12:19:20.664Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:19:20.668Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:20:20.666Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:20:20.668Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:21:20.667Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:21:20.670Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:22:20.667Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:22:20.670Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:23:20.667Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:23:20.672Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:24:20.668Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:24:20.673Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:25:20.669Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:25:20.674Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:26:20.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:26:20.674Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:27:20.671Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:27:20.676Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:28:20.673Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:28:20.677Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:29:20.674Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:29:20.678Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:30:20.675Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:30:20.678Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:31:20.677Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:31:20.680Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:32:20.678Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:32:20.680Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:33:20.680Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:33:20.682Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:34:20.681Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:34:20.682Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:35:20.682Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:35:20.683Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:36:20.684Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:36:20.684Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:37:20.684Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:37:20.685Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:38:20.685Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:38:20.686Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:39:20.686Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:39:20.686Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:40:20.687Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:40:20.688Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:41:20.688Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:41:20.689Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:42:20.689Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:42:20.690Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:43:20.689Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:43:20.690Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:44:20.690Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:44:20.691Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:45:20.690Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:45:20.691Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:46:20.692Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:46:20.693Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:47:20.694Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:47:20.694Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:48:20.694Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:48:20.696Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:49:20.695Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:49:20.697Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:50:20.696Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:50:20.697Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:51:20.697Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:51:20.699Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:52:20.699Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:52:20.699Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:53:20.699Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:53:20.700Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:54:20.701Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:54:20.702Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:55:20.701Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:55:20.702Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:56:20.703Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:56:20.703Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:57:20.703Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:57:20.705Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:58:20.705Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:58:20.706Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T12:59:20.705Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T12:59:20.706Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:00:20.706Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:00:20.707Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:01:20.708Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:01:20.709Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:02:20.709Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:02:20.710Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:03:20.709Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:03:20.710Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:04:20.711Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:04:20.711Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:05:20.712Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:05:20.712Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:06:20.712Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:06:20.714Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:07:20.714Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:07:20.715Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:08:20.714Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:08:20.715Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:09:20.715Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:09:20.716Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:10:20.716Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:10:20.717Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:11:20.718Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:11:20.718Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:12:20.719Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:12:20.720Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:13:20.719Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:13:20.721Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:14:20.720Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:14:20.722Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:15:20.721Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:15:20.722Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:16:20.722Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:16:20.723Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:17:20.725Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:17:20.725Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:18:20.726Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:18:20.727Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:19:20.726Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:19:20.727Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:20:20.727Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:20:20.728Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:21:20.728Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:21:20.729Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:22:20.730Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:22:20.730Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:23:20.730Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:23:20.732Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:24:20.732Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:24:20.733Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:25:20.733Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:25:20.734Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:26:20.734Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:26:20.735Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:27:20.736Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:27:20.736Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:28:20.736Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:28:20.738Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:29:20.736Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:29:20.738Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:30:20.737Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:30:20.740Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:31:20.737Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:31:20.741Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:32:20.739Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:32:20.742Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:33:20.740Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:33:20.743Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:34:20.741Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:34:20.744Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:35:20.742Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:35:20.744Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:36:20.742Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:36:20.746Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:37:20.743Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:37:20.746Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:38:20.744Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:38:20.747Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:39:20.745Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:39:20.748Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:40:20.747Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:40:20.749Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:41:20.749Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:41:20.750Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:42:20.749Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:42:20.750Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:43:20.750Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:43:20.750Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:44:20.750Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:44:20.751Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:45:20.750Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:45:20.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:46:20.751Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:46:20.753Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:47:20.753Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:47:20.754Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:48:20.753Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:48:20.756Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:49:20.755Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:49:20.758Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:50:20.755Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:50:20.759Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:51:20.757Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:51:20.760Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:52:20.757Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:52:20.760Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:53:20.758Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:53:20.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:54:20.759Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:54:20.763Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:55:20.759Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:55:20.764Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:56:20.760Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:56:20.765Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:57:20.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:57:20.766Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:58:20.763Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:58:20.767Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T13:59:20.764Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T13:59:20.768Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:00:20.766Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:00:20.769Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:01:20.767Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:01:20.769Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:02:20.767Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:02:20.770Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:03:20.769Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:03:20.770Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:04:20.770Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:20.771Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:04:27.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:04:27.791Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"4b1745c2-29a4-40a2-ba3b-50811c235ec0","serviceName":"basic_onboard_Zhpjub","serviceVersion":"1.0","serviceUUID":"e6c6b87d-ed86-4182-aa95-380908080e00","serviceDescription":"service","serviceInvariantUUID":"6f52417c-b32a-4815-8360-2dc83f0a21bb","resources":[{"resourceInstanceName":"basic_onboard_Zhpjub 0","resourceName":"basic_onboard_Zhpjub","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5ac748fc-2475-4259-ab37-88c38aac442d","resourceInvariantUUID":"e40f9561-7b72-4d3a-a166-f52553ecdfa5","resourceCustomizationUUID":"9b72f754-4b11-4f29-b1f1-35f1752f6a79","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vf-license-model.xml","artifactChecksum":"ODhjYjRiMDkwNzk0MWM2NWVmMWNlYzAwNWViNTg3N2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69677c29-bb66-420b-ad5d-a2b7b5c2f12c","artifactVersion":"1"},{"artifactName":"basic_onboard_zhpjub0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json","artifactChecksum":"ZmM0MjQwNDk0ZTJjY2U0ZWExNWNkMTEyMDkyNzU1YmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97847834-35dc-492a-acf7-5dc259e8d905","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a466b377-0f0e-4597-847e-b470cc292e96","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"699a99fa-034b-442a-9410-1e9bb7f372b5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0b2f1894-0461-4b02-8b3d-caf7e7fde6c4","artifactVersion":"2","generatedFromUUID":"a466b377-0f0e-4597-847e-b470cc292e96"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZhpjub-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-template.yml","artifactChecksum":"YzU1Mzk0Y2Q4MDM5N2M0ZDAwOTdhMWQyNDYyZTFjMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e525721-abb2-4f10-b64d-ce7ed00a8536","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZhpjub-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar","artifactChecksum":"NDdjMzZlMGVmMWMwZTlmZTFlZjVkMGIwYjU2YTViYmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c1d29217-1a07-4e4a-8363-c8099c9a7fc8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-15T14:04:27.801Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:04:27.807Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:27.807Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:27.807Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889060771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:27.815Z||kafka-producer-network-thread | SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to MW0P8CPlRU609SFwSr37zg
2023-03-15T14:04:27.815Z||kafka-producer-network-thread | SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to MW0P8CPlRU609SFwSr37zg
2023-03-15T14:04:27.815Z||kafka-producer-network-thread | SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to MW0P8CPlRU609SFwSr37zg
2023-03-15T14:04:27.815Z||kafka-producer-network-thread | SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to MW0P8CPlRU609SFwSr37zg
2023-03-15T14:04:27.816Z||kafka-producer-network-thread | SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to MW0P8CPlRU609SFwSr37zg
2023-03-15T14:04:27.816Z||kafka-producer-network-thread | SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-69772367-0178-44f9-a642-dd964876e8b2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to MW0P8CPlRU609SFwSr37zg
2023-03-15T14:04:27.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:04:27.924Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "multicloud-k8s",
"timestamp": 1678889046193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:04:27.947Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:04:28.835Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:04:28.836Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:28.836Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:28.836Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889060771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:29.838Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:04:29.839Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:29.840Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:29.840Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889060771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:30.842Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:04:30.843Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:30.843Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:30.843Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889060771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:31.845Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:04:31.845Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:31.845Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:31.845Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889060771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:32.846Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:04:32.846Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:32.847Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:32.847Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889060771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:33.848Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:04:33.848Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:33.849Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:33.849Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889060771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:34.852Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"serviceName": "basic_onboard_Zhpjub",
"serviceVersion": "1.0",
"serviceUUID": "e6c6b87d-ed86-4182-aa95-380908080e00",
"serviceDescription": "service",
"serviceInvariantUUID": "6f52417c-b32a-4815-8360-2dc83f0a21bb",
"resources": [
{
"resourceInstanceName": "basic_onboard_Zhpjub 0",
"resourceCustomizationUUID": "9b72f754-4b11-4f29-b1f1-35f1752f6a79",
"resourceName": "basic_onboard_Zhpjub",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5ac748fc-2475-4259-ab37-88c38aac442d",
"resourceInvariantUUID": "e40f9561-7b72-4d3a-a166-f52553ecdfa5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zhpjub0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"artifactChecksum": "ZmM0MjQwNDk0ZTJjY2U0ZWExNWNkMTEyMDkyNzU1YmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "97847834-35dc-492a-acf7-5dc259e8d905",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a466b377-0f0e-4597-847e-b470cc292e96",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0b2f1894-0461-4b02-8b3d-caf7e7fde6c4",
"generatedFromUUID": "a466b377-0f0e-4597-847e-b470cc292e96"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0b2f1894-0461-4b02-8b3d-caf7e7fde6c4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZhpjub-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"artifactChecksum": "NDdjMzZlMGVmMWMwZTlmZTFlZjVkMGIwYjU2YTViYmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c1d29217-1a07-4e4a-8363-c8099c9a7fc8"
}
],
"workloadContext": "Production"
}
2023-03-15T14:04:34.854Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-15T14:04:34.854Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6c6b87d-ed86-4182-aa95-380908080e00 ASDC
2023-03-15T14:04:34.955Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4b1745c2-29a4-40a2-ba3b-50811c235ec0
ServiceName:basic_onboard_Zhpjub
ServiceVersion:1.0
ServiceUUID:e6c6b87d-ed86-4182-aa95-380908080e00
ServiceInvariantUUID:6f52417c-b32a-4815-8360-2dc83f0a21bb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZhpjub-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar
ArtifactUUID:c1d29217-1a07-4e4a-8363-c8099c9a7fc8
ArtifactChecksum:NDdjMzZlMGVmMWMwZTlmZTFlZjVkMGIwYjU2YTViYmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Zhpjub 0
ResourceCustomizationUUID:9b72f754-4b11-4f29-b1f1-35f1752f6a79
ResourceInvariantUUID:e40f9561-7b72-4d3a-a166-f52553ecdfa5
ResourceName:basic_onboard_Zhpjub
ResourceType:VF
ResourceUUID:5ac748fc-2475-4259-ab37-88c38aac442d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zhpjub0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json
ArtifactUUID:97847834-35dc-492a-acf7-5dc259e8d905
ArtifactChecksum:ZmM0MjQwNDk0ZTJjY2U0ZWExNWNkMTEyMDkyNzU1YmU=
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/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a466b377-0f0e-4597-847e-b470cc292e96
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/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env
ArtifactUUID:0b2f1894-0461-4b02-8b3d-caf7e7fde6c4
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/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env
ArtifactUUID:0b2f1894-0461-4b02-8b3d-caf7e7fde6c4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-15T14:04:34.955Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6c6b87d-ed86-4182-aa95-380908080e00 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-03-15T14:04:35.153Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-15T14:04:35.154Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-15T14:04:35.155Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-15T14:04:35.155Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c1d29217-1a07-4e4a-8363-c8099c9a7fc8 from URL: /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:35.155Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-15T14:04:35.157Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:35.294Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-15T14:04:35.304Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar c1d29217-1a07-4e4a-8363-c8099c9a7fc8 75658
2023-03-15T14:04:35.306Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar ASDC sendASDCNotification
2023-03-15T14:04:35.306Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:35.307Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-15T14:04:35.309Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:35.309Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:35.309Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889075305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:36.310Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-15T14:04:36.311Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-15T14:04:36.312Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c1d29217-1a07-4e4a-8363-c8099c9a7fc8, URL: /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar to file: /app/ASDC/1/service-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:36.313Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:36.380Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:36.380Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:36.716Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9730369766187980273/Definitions/service-BasicOnboardZhpjub-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-03-15T14:04:38.128Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-15T14:04:38.131Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-15T14:04:38.132Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:38.132Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-15T14:04:38.132Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:38.132Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Zhpjub 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-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:38.132Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||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-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:38.132Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||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-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:38.132Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||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-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:38.132Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:38.132Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||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-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:38.132Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-15T14:04:38.138Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:38.139Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:38.142Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_Zhpjub 0 is matching search criteria
2023-03-15T14:04:38.142Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-15T14:04:38.143Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_Zhpjub 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-15T14:04:38.144Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:38.145Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:38.145Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_Zhpjub 0 is matching search criteria
2023-03-15T14:04:38.145Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-15T14:04:38.145Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_Zhpjub 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-15T14:04:38.145Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:38.145Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:38.147Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:38.148Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_Zhpjub 0 is not matching search criteria
2023-03-15T14:04:38.148Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-15T14:04:38.148Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-15T14:04:38.148Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-15T14:04:38.148Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-15T14:04:38.148Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-15T14:04:38.148Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:38.148Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-15T14:04:38.149Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:38.149Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_Zhpjub 0 is matching search criteria
2023-03-15T14:04:38.149Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_Zhpjub 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-15T14:04:38.150Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:38.150Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_Zhpjub 0 is matching search criteria
2023-03-15T14:04:38.150Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_Zhpjub 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-15T14:04:38.150Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:38.150Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_Zhpjub 0 is matching search criteria
2023-03-15T14:04:38.150Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_Zhpjub 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-15T14:04:38.150Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:38.150Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_Zhpjub 0 is not matching search criteria
2023-03-15T14:04:38.150Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-15T14:04:38.150Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-15T14:04:38.150Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4a921dfe-cc0a-48c2-a716-875b353368b7
2023-03-15T14:04:38.151Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:38.151Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:38.151Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:38.151Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:38.151Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:38.151Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:38.151Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:38.151Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:38.151Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_Zhpjub
Description:service
Model UUID:e6c6b87d-ed86-4182-aa95-380908080e00
Model Version:NULL
Model InvariantUuid:6f52417c-b32a-4815-8360-2dc83f0a21bb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_Zhpjub
Model UUID:dadb08fb-b416-448e-a05a-08da0305ed9b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e40f9561-7b72-4d3a-a166-f52553ecdfa5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9b72f754-4b11-4f29-b1f1-35f1752f6a79
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3c35a70f-d80c-41e8-aac9-98bca9a1fc1b
ModelName:BasicOnboardZhpjub..base_ubuntu18..module-0
ModelUuid:5b3d08c4-1e57-4c0e-971d-f050b2d9df4f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4a921dfe-cc0a-48c2-a716-875b353368b7
ModelInvariantUuid:5a255564-0411-42aa-a3bb-8b081cc85eda
ModelName:basic_onboard_Zhpjub-nodes.ubuntu18Cvfc
ModelUuid:16fca3f7-1e90-43e0-958a-8cb2342afe69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:991cd613-5698-4b7d-93f1-c3abb03363d3
ModelInvariantUuid:1d0225b6-cb0c-4902-97cf-28c4b24b2a7d
ModelName:BasicOnboardZhpjub.compute.nodes.heat.ubuntu18
ModelUuid:1039ac86-8e58-481c-9521-27e934847a3e
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-03-15T14:04:38.195Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5ac748fc-2475-4259-ab37-88c38aac442d
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-03-15T14:04:38.247Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||basic_onboard_Zhpjub 0
2023-03-15T14:04:38.252Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5ac748fc-2475-4259-ab37-88c38aac442d
2023-03-15T14:04:38.252Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 97847834-35dc-492a-acf7-5dc259e8d905 from URL: /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json
2023-03-15T14:04:38.252Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-15T14:04:38.252Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json
2023-03-15T14:04:38.432Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-15T14:04:38.433Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json 97847834-35dc-492a-acf7-5dc259e8d905 798
2023-03-15T14:04:38.433Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json ASDC sendASDCNotification
2023-03-15T14:04:38.434Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json
2023-03-15T14:04:38.434Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-15T14:04:38.434Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:38.434Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:38.434Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889078433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:39.436Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZhpjub..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3c35a70f-d80c-41e8-aac9-98bca9a1fc1b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5b3d08c4-1e57-4c0e-971d-f050b2d9df4f",
"vfModuleModelCustomizationUUID": "fffccc7a-cc39-4bb8-bd85-c7a42e47c393",
"isBase": true,
"artifacts": [
"a466b377-0f0e-4597-847e-b470cc292e96",
"0b2f1894-0461-4b02-8b3d-caf7e7fde6c4"
],
"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-03-15T14:04:39.463Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZhpjub..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b3d08c4-1e57-4c0e-971d-f050b2d9df4f
VfModuleModelInvariantUUID:3c35a70f-d80c-41e8-aac9-98bca9a1fc1b
VfModuleModelDescription:NULL
Artifacts UUID List:{
a466b377-0f0e-4597-847e-b470cc292e96
,
0b2f1894-0461-4b02-8b3d-caf7e7fde6c4
}
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-03-15T14:04:39.466Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZhpjub..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3c35a70f-d80c-41e8-aac9-98bca9a1fc1b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5b3d08c4-1e57-4c0e-971d-f050b2d9df4f",
"vfModuleModelCustomizationUUID": "fffccc7a-cc39-4bb8-bd85-c7a42e47c393",
"isBase": true,
"artifacts": [
"a466b377-0f0e-4597-847e-b470cc292e96",
"0b2f1894-0461-4b02-8b3d-caf7e7fde6c4"
],
"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-03-15T14:04:39.466Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZhpjub..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b3d08c4-1e57-4c0e-971d-f050b2d9df4f
VfModuleModelInvariantUUID:3c35a70f-d80c-41e8-aac9-98bca9a1fc1b
VfModuleModelDescription:NULL
Artifacts UUID List:{
a466b377-0f0e-4597-847e-b470cc292e96
,
0b2f1894-0461-4b02-8b3d-caf7e7fde6c4
}
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-03-15T14:04:39.466Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a466b377-0f0e-4597-847e-b470cc292e96 from URL: /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml
2023-03-15T14:04:39.466Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-15T14:04:39.466Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml
2023-03-15T14:04:39.607Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-15T14:04:39.607Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml a466b377-0f0e-4597-847e-b470cc292e96 5033
2023-03-15T14:04:39.608Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-15T14:04:39.608Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml
2023-03-15T14:04:39.608Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-15T14:04:39.609Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:39.609Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:39.609Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889079608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:40.610Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0b2f1894-0461-4b02-8b3d-caf7e7fde6c4 from URL: /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env
2023-03-15T14:04:40.610Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-15T14:04:40.611Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env
2023-03-15T14:04:40.714Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-15T14:04:40.714Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env 0b2f1894-0461-4b02-8b3d-caf7e7fde6c4 909
2023-03-15T14:04:40.714Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-15T14:04:40.715Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env
2023-03-15T14:04:40.715Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-15T14:04:40.715Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:40.715Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:40.715Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889080714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:41.716Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e6c6b87d-ed86-4182-aa95-380908080e00
2023-03-15T14:04:41.717Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Zhpjub 0 5ac748fc-2475-4259-ab37-88c38aac442d 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-03-15T14:04:41.789Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@477a5531, org.onap.sdc.toscaparser.api.parameters.Input@25181354, org.onap.sdc.toscaparser.api.parameters.Input@33c18429, org.onap.sdc.toscaparser.api.parameters.Input@71f034f7, org.onap.sdc.toscaparser.api.parameters.Input@64b63425]
2023-03-15T14:04:41.791Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:41.792Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:41.792Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2023-03-15T14:04:41.792Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9b72f754-4b11-4f29-b1f1-35f1752f6a79
2023-03-15T14:04:41.792Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b72f754-4b11-4f29-b1f1-35f1752f6a79 matches Tosca VF Customization UUID: 9b72f754-4b11-4f29-b1f1-35f1752f6a79
2023-03-15T14:04:41.792Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9b72f754-4b11-4f29-b1f1-35f1752f6a79 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-03-15T14:04:41.804Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:41.805Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:41.805Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9b72f754-4b11-4f29-b1f1-35f1752f6a79: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-15T14:04:41.806Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74f38604
2023-03-15T14:04:41.806Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:41.806Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-15T14:04:41.806Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fffccc7a-cc39-4bb8-bd85-c7a42e47c393
2023-03-15T14:04:41.807Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fffccc7a-cc39-4bb8-bd85-c7a42e47c393
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-03-15T14:04:41.813Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:41.814Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_Zhpjub 0 is matching search criteria
2023-03-15T14:04:41.814Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_Zhpjub 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-15T14:04:41.814Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:41.814Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_Zhpjub 0 is matching search criteria
2023-03-15T14:04:41.814Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_Zhpjub 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-15T14:04:41.815Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:41.815Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_Zhpjub 0 is not matching search criteria
2023-03-15T14:04:41.815Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-15T14:04:41.815Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-15T14:04:41.815Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4a921dfe-cc0a-48c2-a716-875b353368b7
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-03-15T14:04:41.831Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:41.831Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_Zhpjub 0 is matching search criteria
2023-03-15T14:04:41.832Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_Zhpjub 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-15T14:04:41.832Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:41.832Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_Zhpjub 0 is matching search criteria
2023-03-15T14:04:41.832Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_Zhpjub 0] matching following query criteria: sdcType=VF, customizationUUID=9b72f754-4b11-4f29-b1f1-35f1752f6a79
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-03-15T14:04:41.838Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:41.838Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:41.838Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e6c6b87d-ed86-4182-aa95-380908080e00: basic_onboard_Zhpjub
2023-03-15T14:04:41.838Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:41.838Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:41.839Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:41.839Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:41.839Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:41.839Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:41.839Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:41.839Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:41.839Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:04:41.839Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_Zhpjub is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:04:41.839Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_Zhpjub
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-03-15T14:04:42.542Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Zhpjub 5ac748fc-2475-4259-ab37-88c38aac442d 1 ASDC deployResourceStructure
2023-03-15T14:04:42.543Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json ASDC sendASDCNotification
2023-03-15T14:04:42.543Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json
2023-03-15T14:04:42.543Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-15T14:04:42.543Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:42.543Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:42.543Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889082543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:43.544Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-15T14:04:43.544Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml
2023-03-15T14:04:43.544Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-15T14:04:43.545Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:43.545Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:43.545Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889083544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:44.546Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-15T14:04:44.546Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env
2023-03-15T14:04:44.546Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-15T14:04:44.547Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:44.547Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:44.548Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889084546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:45.549Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar ASDC sendASDCNotification
2023-03-15T14:04:45.549Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar
2023-03-15T14:04:45.549Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-15T14:04:45.550Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:04:45.550Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:04:45.550Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889085549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:04:46.552Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b1745c2-29a4-40a2-ba3b-50811c235ec0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03-15T14:04:46.593Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b1745c2-29a4-40a2-ba3b-50811c235ec0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-15T14:04:46.596Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-15T14:04:46.597Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-15T14:04:46.597Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-15T14:05:16.597Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b1745c2-29a4-40a2-ba3b-50811c235ec0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03-15T14:05:16.620Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b1745c2-29a4-40a2-ba3b-50811c235ec0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-15T14:05:16.625Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-15T14:05:16.625Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-15T14:05:16.625Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-15T14:05:20.632Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:05:20.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:05:20.635Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889060771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:05:20.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:05:20.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:05:20.636Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "aai-model-loader",
"timestamp": 1678889050936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:05:20.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:05:20.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:05:20.637Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "ves-openapi-manager",
"timestamp": 1678889057532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:05:20.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:05:46.626Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b1745c2-29a4-40a2-ba3b-50811c235ec0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03-15T14:05:46.642Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b1745c2-29a4-40a2-ba3b-50811c235ec0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-15T14:05:46.646Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-15T14:05:46.646Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-15T14:05:46.647Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-15T14:06:16.647Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b1745c2-29a4-40a2-ba3b-50811c235ec0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03-15T14:06:16.666Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b1745c2-29a4-40a2-ba3b-50811c235ec0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-15T14:06:16.671Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-15T14:06:16.672Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-15T14:06:16.672Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-15T14:06:20.632Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:06:20.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.644Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889029230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.645Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.645Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "policy-distribution-id",
"timestamp": 1678889041769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.645Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.646Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "multicloud-k8s",
"timestamp": 1678889046193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.646Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889060771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.647Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "ves-openapi-manager",
"timestamp": 1678889057532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.647Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "aai-model-loader",
"timestamp": 1678889050936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.647Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889029230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.648Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "policy-distribution-id",
"timestamp": 1678889041769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.648Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "multicloud-k8s",
"timestamp": 1678889046193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.649Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889060771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.649Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "ves-openapi-manager",
"timestamp": 1678889057532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.649Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "aai-model-loader",
"timestamp": 1678889050936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.651Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889029230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.651Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "policy-distribution-id",
"timestamp": 1678889041769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.652Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "multicloud-k8s",
"timestamp": 1678889046193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.652Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889060771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.652Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "ves-openapi-manager",
"timestamp": 1678889057532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.653Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "aai-model-loader",
"timestamp": 1678889050936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.653Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.653Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889029230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.653Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.654Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "policy-distribution-id",
"timestamp": 1678889041769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.654Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "multicloud-k8s",
"timestamp": 1678889046193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.654Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889060771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "ves-openapi-manager",
"timestamp": 1678889057532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "aai-model-loader",
"timestamp": 1678889050936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889029230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.656Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "policy-distribution-id",
"timestamp": 1678889041769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.656Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "multicloud-k8s",
"timestamp": 1678889046193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.657Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889060771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.657Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.657Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "ves-openapi-manager",
"timestamp": 1678889057532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.658Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "aai-model-loader",
"timestamp": 1678889050936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.658Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889029230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.659Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "policy-distribution-id",
"timestamp": 1678889041769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.659Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "multicloud-k8s",
"timestamp": 1678889046193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.659Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889060771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.660Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "ves-openapi-manager",
"timestamp": 1678889057532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.660Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "aai-model-loader",
"timestamp": 1678889050936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.660Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889029230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.660Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "policy-distribution-id",
"timestamp": 1678889041769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "multicloud-k8s",
"timestamp": 1678889074715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "aai-model-loader",
"timestamp": 1678889073806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889075446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "policy-distribution-id",
"timestamp": 1678889075456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889075305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.661Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "multicloud-k8s",
"timestamp": 1678889075844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.662Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889076509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-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-03-15T14:06:20.674Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4b1745c2-29a4-40a2-ba3b-50811c235ec0
2023-03-15T14:06:20.674Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b1745c2-29a4-40a2-ba3b-50811c235ec0 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-03-15T14:06:20.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.688Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "policy-distribution-id",
"timestamp": 1678889076590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-15T14:06:20.688Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.688Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889077520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.688Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.688Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "multicloud-k8s",
"timestamp": 1678889077019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.689Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "policy-distribution-id",
"timestamp": 1678889077601,
"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-03-15T14:06:20.696Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b1745c2-29a4-40a2-ba3b-50811c235ec0
2023-03-15T14:06:20.697Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b1745c2-29a4-40a2-ba3b-50811c235ec0 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-03-15T14:06:20.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.709Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "ves-openapi-manager",
"timestamp": 1678889077098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.709Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889077520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.710Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889078433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.710Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "policy-distribution-id",
"timestamp": 1678889078616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.710Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "multicloud-k8s",
"timestamp": 1678889078124,
"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-03-15T14:06:20.717Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b1745c2-29a4-40a2-ba3b-50811c235ec0
2023-03-15T14:06:20.717Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b1745c2-29a4-40a2-ba3b-50811c235ec0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-15T14:06:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.728Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "ves-openapi-manager",
"timestamp": 1678889077098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.728Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889077520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.728Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "policy-distribution-id",
"timestamp": 1678889078616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.728Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "multicloud-k8s",
"timestamp": 1678889079129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "ves-openapi-manager",
"timestamp": 1678889077098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889079608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889077520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "policy-distribution-id",
"timestamp": 1678889078616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "multicloud-k8s",
"timestamp": 1678889080136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.729Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "ves-openapi-manager",
"timestamp": 1678889077098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.730Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889080714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.730Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889077520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.730Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "policy-distribution-id",
"timestamp": 1678889078616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.730Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "multicloud-k8s",
"timestamp": 1678889080136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "ves-openapi-manager",
"timestamp": 1678889077098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889077520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "policy-distribution-id",
"timestamp": 1678889078616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "multicloud-k8s",
"timestamp": 1678889080136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "ves-openapi-manager",
"timestamp": 1678889077098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889082543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889077520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "policy-distribution-id",
"timestamp": 1678889078616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "multicloud-k8s",
"timestamp": 1678889080136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "ves-openapi-manager",
"timestamp": 1678889077098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889083544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "policy-distribution-id",
"timestamp": 1678889078616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "multicloud-k8s",
"timestamp": 1678889080136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889084546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889084775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "multicloud-k8s",
"timestamp": 1678889080136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889085549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-15T14:06:20.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "policy-distribution-id",
"timestamp": 1678889085762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "cds-sdc-listener",
"timestamp": 1678889085783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-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-03-15T14:06:20.753Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7
2023-03-15T14:06:20.753Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7 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-03-15T14:06:20.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889085557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "multicloud-k8s",
"timestamp": 1678889080136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "policy-distribution-id",
"timestamp": 1678889086784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-15T14:06:20.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889085557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/basic_onboard_zhpjub0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "policy-distribution-id",
"timestamp": 1678889087792,
"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-03-15T14:06:20.779Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7
2023-03-15T14:06:20.779Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7 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-03-15T14:06:20.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.794Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "multicloud-k8s",
"timestamp": 1678889087308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.794Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889085557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.794Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "multicloud-k8s",
"timestamp": 1678889088464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.794Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889085557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.795Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "multicloud-k8s",
"timestamp": 1678889089529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.795Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889085557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/resourceInstances/basic_onboard_zhpjub0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.795Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "multicloud-k8s",
"timestamp": 1678889090567,
"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-03-15T14:06:20.803Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7
2023-03-15T14:06:20.803Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-15T14:06:20.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.814Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889085557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.814Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "multicloud-k8s",
"timestamp": 1678889091568,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-15T14:06:20.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.814Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889085557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.814Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889093440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.815Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889096952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-15T14:06:20.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.815Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889097956,
"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-03-15T14:06:20.823Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4b1745c2-29a4-40a2-ba3b-50811c235ec0
2023-03-15T14:06:20.824Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b1745c2-29a4-40a2-ba3b-50811c235ec0 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-03-15T14:06:20.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.839Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889085557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.840Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.840Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "aai-model-loader",
"timestamp": 1678889098380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZhpjub/1.0/artifacts/service-BasicOnboardZhpjub-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-15T14:06:20.840Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.840Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889085557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.841Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "aai-model-loader",
"timestamp": 1678889099383,
"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-03-15T14:06:20.848Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4b1745c2-29a4-40a2-ba3b-50811c235ec0
2023-03-15T14:06:20.849Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b1745c2-29a4-40a2-ba3b-50811c235ec0 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-03-15T14:06:20.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.863Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889085557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.863Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "aai-model-loader",
"timestamp": 1678889100385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.864Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889085557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.864Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "aai-model-loader",
"timestamp": 1678889100385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.865Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889085557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.865Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.865Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "aai-model-loader",
"timestamp": 1678889100385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.865Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.865Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889085557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.865Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.866Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "aai-model-loader",
"timestamp": 1678889100385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.866Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889085557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.866Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "aai-model-loader",
"timestamp": 1678889100385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.867Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889106101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.867Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "aai-model-loader",
"timestamp": 1678889100385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:06:20.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.867Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "aai-model-loader",
"timestamp": 1678889100385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "NOTIFIED"
}
2023-03-15T14:06:20.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.868Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "aai-model-loader",
"timestamp": 1678889107493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:06:20.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.868Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889109017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-15T14:06:20.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:06:20.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:06:20.868Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678889110022,
"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-03-15T14:06:20.877Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7
2023-03-15T14:06:20.877Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7 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-03-15T14:06:46.672Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b1745c2-29a4-40a2-ba3b-50811c235ec0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03-15T14:06:46.697Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b1745c2-29a4-40a2-ba3b-50811c235ec0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-15T14:06:46.703Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-15T14:06:46.703Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-15T14:06:46.703Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-15T14:06:46.703Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-15T14:06:46.704Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-15T14:06:46.704Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-15T14:06:46.704Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-15T14:06:46.704Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-15T14:06:46.704Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-15T14:06:46.704Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||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-03-15T14:06:46.716Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-15T14:07:16.716Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b1745c2-29a4-40a2-ba3b-50811c235ec0 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-03-15T14:07:16.729Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b1745c2-29a4-40a2-ba3b-50811c235ec0 and serviceModelVersionId: e6c6b87d-ed86-4182-aa95-380908080e00
2023-03-15T14:07:16.730Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f52417c-b32a-4815-8360-2dc83f0a21bb
2023-03-15T14:07:20.646Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:20.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:07:20.649Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "aai-model-loader",
"timestamp": 1678889128059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-15T14:07:20.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:07:20.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-15T14:07:20.651Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "aai-model-loader",
"timestamp": 1678889129062,
"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-03-15T14:07:20.674Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7
2023-03-15T14:07:20.674Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7 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-03-15T14:07:27.540Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f52417c-b32a-4815-8360-2dc83f0a21bb/model-vers/model-ver/e6c6b87d-ed86-4182-aa95-380908080e00?depth=0
2023-03-15T14:07:27.626Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-15T14:07:28.038Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f52417c-b32a-4815-8360-2dc83f0a21bb/model-vers/model-ver/e6c6b87d-ed86-4182-aa95-380908080e00?depth=0|INFO|500||Invoke
2023-03-15T14:07:28.045Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f52417c-b32a-4815-8360-2dc83f0a21bb/model-vers/model-ver/e6c6b87d-ed86-4182-aa95-380908080e00?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f52417c-b32a-4815-8360-2dc83f0a21bb/model-vers/model-ver/e6c6b87d-ed86-4182-aa95-380908080e00?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4b1745c2-29a4-40a2-ba3b-50811c235ec0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a9fdc090-09e1-4f7a-a7a7-284ed290842e], X-ECOMP-RequestID=[4b1745c2-29a4-40a2-ba3b-50811c235ec0], X-TransactionId=[], X-ONAP-RequestID=[4b1745c2-29a4-40a2-ba3b-50811c235ec0], Content-Type=[application/merge-patch+json]}
2023-03-15T14:07:28.073Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f52417c-b32a-4815-8360-2dc83f0a21bb/model-vers/model-ver/e6c6b87d-ed86-4182-aa95-380908080e00?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-15T14:07:28.444Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f52417c-b32a-4815-8360-2dc83f0a21bb/model-vers/model-ver/e6c6b87d-ed86-4182-aa95-380908080e00?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/6f52417c-b32a-4815-8360-2dc83f0a21bb/model-vers/model-ver/e6c6b87d-ed86-4182-aa95-380908080e00?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Mar 2023 14:07:27 GMT], content-length=[0], vertex-id=[315480], x-aai-txid=[1-aai-resources-230315-14:07:27:068-48533], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-15T14:07:28.447Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f52417c-b32a-4815-8360-2dc83f0a21bb/model-vers/model-ver/e6c6b87d-ed86-4182-aa95-380908080e00?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-15T14:07:28.448Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f52417c-b32a-4815-8360-2dc83f0a21bb/model-vers/model-ver/e6c6b87d-ed86-4182-aa95-380908080e00?depth=0|INFO|500||InvokeReturn
2023-03-15T14:07:28.455Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-15T14:07:28.455Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||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-03-15T14:07:28.470Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||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-03-15T14:07:28.471Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b1745c2-29a4-40a2-ba3b-50811c235ec0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-15T14:07:28.473Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-15T14:07:28.473Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:28.473Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:28.473Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Trying to send status: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889248471,
"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-03-15T14:07:29.495Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:07:29.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-15T14:07:29.499Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7","serviceName":"vFW 2023-03-15 14-03-20","serviceVersion":"1.0","serviceUUID":"c46ddba4-f21e-4937-b0f9-c4cc6d971e0b","serviceDescription":"catalog service description","serviceInvariantUUID":"65a156ec-26f2-4e53-b132-665a455d5f86","resources":[{"resourceInstanceName":"vFW 0326bb82-fcfe 0","resourceName":"vFW 0326bb82-fcfe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4d0f4e1-4aa2-4e86-bc31-6fe1a9cc252b","resourceInvariantUUID":"49ea56f2-ddf4-4d34-8437-b84b451ce002","resourceCustomizationUUID":"01195813-fbce-4fd8-b108-c3325e61c9ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vf-license-model.xml","artifactChecksum":"N2EwYmU3YzA3MGM5MGY1YjZhZWFhZWQwNzU2ODQwZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92da2515-4178-4688-91e9-46f0b94f2bb4","artifactVersion":"1"},{"artifactName":"vfw0326bb82fcfe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json","artifactChecksum":"MTlhNzFmNzdmMzRiYTEwMTM0YzQzZjU5MTFjNTEyMzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4d2c12ec-4e2b-4f44-9027-3b596ee0ff8e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d64768d6-cad5-435d-a237-16067099becd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmE2ZjUwNGUxZmQ4ODc2Y2IyZGJlYjU0Yjg0ZDUwZmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3afb25ef-50e3-40f5-bfd8-39f10eeab231","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5cd29115-5df8-4eb8-87aa-8510338ed279","artifactVersion":"2","generatedFromUUID":"d64768d6-cad5-435d-a237-16067099becd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230315140320-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-template.yml","artifactChecksum":"MDU4ZWVkZmUyYzQ2YTRiYTFkNTQ2NDVmZjc2MDJlODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"34ce65f1-d9b6-4df6-8ef6-e5685f66d012","artifactVersion":"1"},{"artifactName":"service-Vfw20230315140320-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar","artifactChecksum":"MTdkZTQyMzlkMzFiZTg4YWY3YTBjYzQ1N2FlNTZjOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07e8a215-ea74-4a79-b747-929d672cd263","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-15T14:07:29.500Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:07:29.501Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:29.501Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:29.501Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889249495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:30.501Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:07:30.502Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:30.502Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:30.502Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889249495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:31.503Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:07:31.504Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:31.504Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:31.504Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889249495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:32.505Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:07:32.506Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:32.506Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:32.506Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889249495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:33.507Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:07:33.508Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:33.508Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:33.508Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889249495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:34.508Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:07:34.509Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:34.509Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:34.509Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889249495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:35.510Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:07:35.510Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:35.511Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:35.511Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889249495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:36.512Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"serviceName": "vFW 2023-03-15 14-03-20",
"serviceVersion": "1.0",
"serviceUUID": "c46ddba4-f21e-4937-b0f9-c4cc6d971e0b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "65a156ec-26f2-4e53-b132-665a455d5f86",
"resources": [
{
"resourceInstanceName": "vFW 0326bb82-fcfe 0",
"resourceCustomizationUUID": "01195813-fbce-4fd8-b108-c3325e61c9ff",
"resourceName": "vFW 0326bb82-fcfe",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c4d0f4e1-4aa2-4e86-bc31-6fe1a9cc252b",
"resourceInvariantUUID": "49ea56f2-ddf4-4d34-8437-b84b451ce002",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0326bb82fcfe0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"artifactChecksum": "MTlhNzFmNzdmMzRiYTEwMTM0YzQzZjU5MTFjNTEyMzk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4d2c12ec-4e2b-4f44-9027-3b596ee0ff8e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d64768d6-cad5-435d-a237-16067099becd",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5cd29115-5df8-4eb8-87aa-8510338ed279",
"generatedFromUUID": "d64768d6-cad5-435d-a237-16067099becd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5cd29115-5df8-4eb8-87aa-8510338ed279",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230315140320-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"artifactChecksum": "MTdkZTQyMzlkMzFiZTg4YWY3YTBjYzQ1N2FlNTZjOTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "07e8a215-ea74-4a79-b747-929d672cd263"
}
],
"workloadContext": "Production"
}
2023-03-15T14:07:36.513Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-15T14:07:36.513Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c46ddba4-f21e-4937-b0f9-c4cc6d971e0b ASDC
2023-03-15T14:07:36.514Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7
ServiceName:vFW 2023-03-15 14-03-20
ServiceVersion:1.0
ServiceUUID:c46ddba4-f21e-4937-b0f9-c4cc6d971e0b
ServiceInvariantUUID:65a156ec-26f2-4e53-b132-665a455d5f86
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230315140320-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar
ArtifactUUID:07e8a215-ea74-4a79-b747-929d672cd263
ArtifactChecksum:MTdkZTQyMzlkMzFiZTg4YWY3YTBjYzQ1N2FlNTZjOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0326bb82-fcfe 0
ResourceCustomizationUUID:01195813-fbce-4fd8-b108-c3325e61c9ff
ResourceInvariantUUID:49ea56f2-ddf4-4d34-8437-b84b451ce002
ResourceName:vFW 0326bb82-fcfe
ResourceType:VF
ResourceUUID:c4d0f4e1-4aa2-4e86-bc31-6fe1a9cc252b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0326bb82fcfe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json
ArtifactUUID:4d2c12ec-4e2b-4f44-9027-3b596ee0ff8e
ArtifactChecksum:MTlhNzFmNzdmMzRiYTEwMTM0YzQzZjU5MTFjNTEyMzk=
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/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml
ArtifactUUID:d64768d6-cad5-435d-a237-16067099becd
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/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env
ArtifactUUID:5cd29115-5df8-4eb8-87aa-8510338ed279
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/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env
ArtifactUUID:5cd29115-5df8-4eb8-87aa-8510338ed279
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-15T14:07:36.514Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c46ddba4-f21e-4937-b0f9-c4cc6d971e0b 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-03-15T14:07:36.572Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-15T14:07:36.573Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-15T14:07:36.573Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-15T14:07:36.573Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 07e8a215-ea74-4a79-b747-929d672cd263 from URL: /sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar
2023-03-15T14:07:36.574Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-15T14:07:36.574Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar
2023-03-15T14:07:36.761Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-15T14:07:36.768Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar 07e8a215-ea74-4a79-b747-929d672cd263 101436
2023-03-15T14:07:36.768Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar ASDC sendASDCNotification
2023-03-15T14:07:36.769Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar
2023-03-15T14:07:36.769Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-15T14:07:36.770Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:36.770Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:36.770Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889256768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:37.771Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-15T14:07:37.772Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-15T14:07:37.773Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 07e8a215-ea74-4a79-b747-929d672cd263, URL: /sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar to file: /app/ASDC/1/service-Vfw20230315140320-csar.csar
2023-03-15T14:07:37.773Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230315140320-csar.csar
2023-03-15T14:07:37.774Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230315140320-csar.csar
2023-03-15T14:07:37.774Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230315140320-csar.csar
2023-03-15T14:07:37.956Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2140407358098391856/Definitions/service-Vfw20230315140320-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_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
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
2023-03-15T14:07:39.793Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-15T14:07:39.794Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-15T14:07:39.794Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230315140320-csar.csar
2023-03-15T14:07:39.794Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-15T14:07:39.794Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0326bb82-fcfe 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-Vfw20230315140320-csar.csar
2023-03-15T14:07:39.794Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230315140320-csar.csar
2023-03-15T14:07:39.794Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||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-Vfw20230315140320-csar.csar
2023-03-15T14:07:39.794Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||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-Vfw20230315140320-csar.csar
2023-03-15T14:07:39.794Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||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-Vfw20230315140320-csar.csar
2023-03-15T14:07:39.794Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230315140320-csar.csar
2023-03-15T14:07:39.794Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230315140320-csar.csar
2023-03-15T14:07:39.794Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||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-Vfw20230315140320-csar.csar
2023-03-15T14:07:39.794Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230315140320-csar.csar
2023-03-15T14:07:39.794Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230315140320-csar.csar
2023-03-15T14:07:39.795Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230315140320-csar.csar
2023-03-15T14:07:39.795Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-15T14:07:39.795Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.795Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:39.796Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is matching search criteria
2023-03-15T14:07:39.796Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-15T14:07:39.796Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0326bb82-fcfe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-15T14:07:39.796Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.796Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:39.796Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is matching search criteria
2023-03-15T14:07:39.797Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-15T14:07:39.797Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0326bb82-fcfe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-15T14:07:39.797Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.797Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:39.797Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.797Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is not matching search criteria
2023-03-15T14:07:39.797Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-15T14:07:39.797Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-15T14:07:39.797Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-15T14:07:39.797Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:39.798Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-15T14:07:39.798Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-15T14:07:39.798Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-15T14:07:39.798Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-15T14:07:39.798Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-15T14:07:39.798Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-15T14:07:39.798Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:39.798Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-15T14:07:39.798Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:39.798Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-15T14:07:39.798Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-15T14:07:39.799Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-15T14:07:39.799Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.799Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-15T14:07:39.799Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.799Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is matching search criteria
2023-03-15T14:07:39.799Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0326bb82-fcfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-15T14:07:39.799Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.799Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is matching search criteria
2023-03-15T14:07:39.800Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0326bb82-fcfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-15T14:07:39.800Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.800Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is matching search criteria
2023-03-15T14:07:39.800Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0326bb82-fcfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-15T14:07:39.800Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.800Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is not matching search criteria
2023-03-15T14:07:39.800Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-15T14:07:39.800Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-15T14:07:39.800Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-15T14:07:39.800Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-15T14:07:39.801Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-15T14:07:39.801Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-15T14:07:39.801Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:39.801Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-15T14:07:39.801Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:39.801Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-15T14:07:39.801Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-15T14:07:39.801Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c7a58455-b129-46d2-91f7-22444cc2306b
2023-03-15T14:07:39.801Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.802Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is not matching search criteria
2023-03-15T14:07:39.802Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-15T14:07:39.802Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-15T14:07:39.802Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-15T14:07:39.802Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:39.802Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-15T14:07:39.802Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-15T14:07:39.802Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-15T14:07:39.802Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-15T14:07:39.802Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-15T14:07:39.802Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:39.803Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-15T14:07:39.803Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-15T14:07:39.803Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ebc3b157-6852-4e07-85ae-aac51d9c4a6b
2023-03-15T14:07:39.803Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.803Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is not matching search criteria
2023-03-15T14:07:39.803Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-15T14:07:39.803Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-15T14:07:39.803Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-15T14:07:39.803Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:39.804Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-15T14:07:39.804Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-15T14:07:39.804Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-15T14:07:39.804Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-15T14:07:39.804Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-15T14:07:39.804Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-15T14:07:39.804Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:39.804Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-15T14:07:39.804Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=227cfaa2-d8f5-4953-b103-d1c930053188
2023-03-15T14:07:39.804Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.805Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:39.805Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.805Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:39.805Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.805Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:39.805Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:39.805Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:39.805Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-03-15 14-03-20
Description:catalog service description
Model UUID:c46ddba4-f21e-4937-b0f9-c4cc6d971e0b
Model Version:NULL
Model InvariantUuid:65a156ec-26f2-4e53-b132-665a455d5f86
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0326bb82-fcfe
Model UUID:1bd3b32d-dc90-4d18-972a-5d4313323864
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:49ea56f2-ddf4-4d34-8437-b84b451ce002
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:01195813-fbce-4fd8-b108-c3325e61c9ff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bc41f253-0215-4119-91b6-6621773571d3
ModelName:Vfw0326bb82Fcfe..base_vfw..module-0
ModelUuid:5ce0a101-11d1-406f-916f-7c9cc2b98b0b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c7a58455-b129-46d2-91f7-22444cc2306b
ModelInvariantUuid:5b9f72ff-94f6-4d71-9bce-2cdf36ab2d3f
ModelName:vFW 0326bb82-fcfe-nodes.vfwCvfc
ModelUuid:e46f5529-462c-454b-81cb-d14782910912
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:63d7462e-e680-40d2-93c2-27f403bb8623
ModelInvariantUuid:cf8dbfcb-5035-4f39-99fa-5c1f62bbe7c3
ModelName:Vfw0326bb82Fcfe.compute.nodes.heat.vfw
ModelUuid:6836fc45-5dfa-463a-bef7-af482cf042a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ebc3b157-6852-4e07-85ae-aac51d9c4a6b
ModelInvariantUuid:e94f4a26-c6ec-47e0-9428-4594b0973008
ModelName:vFW 0326bb82-fcfe-nodes.vsnCvfc
ModelUuid:ba5c1e2d-cdca-41a2-8810-0548859b1d7c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2d03dd1e-2a6d-4a3b-a151-0eed84aa7f87
ModelInvariantUuid:63de7534-d066-4ad4-b891-5b885132b5e5
ModelName:Vfw0326bb82Fcfe.compute.nodes.heat.vsn
ModelUuid:a3aa31b9-b705-47e5-b5f3-d84de96dc701
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:227cfaa2-d8f5-4953-b103-d1c930053188
ModelInvariantUuid:0f647c34-9dfc-45e2-9b93-67e070e2c81b
ModelName:vFW 0326bb82-fcfe-nodes.vpgCvfc
ModelUuid:7572a482-5541-4f62-b34f-931fe1f088ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:dfdc6955-4eb8-4083-b6ee-9d85fe2987eb
ModelInvariantUuid:52ed13e3-da2f-4c70-a893-75c2d25b377a
ModelName:Vfw0326bb82Fcfe.compute.nodes.heat.vpg
ModelUuid:ad280ede-4a18-462d-a3b1-a2eb18238947
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-03-15T14:07:39.818Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c4d0f4e1-4aa2-4e86-bc31-6fe1a9cc252b
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-03-15T14:07:39.823Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||vFW 0326bb82-fcfe 0
2023-03-15T14:07:39.823Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4d0f4e1-4aa2-4e86-bc31-6fe1a9cc252b
2023-03-15T14:07:39.823Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4d2c12ec-4e2b-4f44-9027-3b596ee0ff8e from URL: /sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json
2023-03-15T14:07:39.823Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-15T14:07:39.823Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json
2023-03-15T14:07:39.947Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-15T14:07:39.948Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json 4d2c12ec-4e2b-4f44-9027-3b596ee0ff8e 785
2023-03-15T14:07:39.948Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json ASDC sendASDCNotification
2023-03-15T14:07:39.948Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json
2023-03-15T14:07:39.949Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-15T14:07:39.949Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:39.949Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:39.949Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889259948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:40.951Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0326bb82Fcfe..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bc41f253-0215-4119-91b6-6621773571d3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5ce0a101-11d1-406f-916f-7c9cc2b98b0b",
"vfModuleModelCustomizationUUID": "42d4b388-f7ff-4e06-8bdb-0d15c7edca5f",
"isBase": true,
"artifacts": [
"d64768d6-cad5-435d-a237-16067099becd",
"5cd29115-5df8-4eb8-87aa-8510338ed279"
],
"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-03-15T14:07:40.957Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0326bb82Fcfe..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ce0a101-11d1-406f-916f-7c9cc2b98b0b
VfModuleModelInvariantUUID:bc41f253-0215-4119-91b6-6621773571d3
VfModuleModelDescription:NULL
Artifacts UUID List:{
d64768d6-cad5-435d-a237-16067099becd
,
5cd29115-5df8-4eb8-87aa-8510338ed279
}
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-03-15T14:07:40.961Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0326bb82Fcfe..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bc41f253-0215-4119-91b6-6621773571d3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5ce0a101-11d1-406f-916f-7c9cc2b98b0b",
"vfModuleModelCustomizationUUID": "42d4b388-f7ff-4e06-8bdb-0d15c7edca5f",
"isBase": true,
"artifacts": [
"d64768d6-cad5-435d-a237-16067099becd",
"5cd29115-5df8-4eb8-87aa-8510338ed279"
],
"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-03-15T14:07:40.961Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0326bb82Fcfe..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ce0a101-11d1-406f-916f-7c9cc2b98b0b
VfModuleModelInvariantUUID:bc41f253-0215-4119-91b6-6621773571d3
VfModuleModelDescription:NULL
Artifacts UUID List:{
d64768d6-cad5-435d-a237-16067099becd
,
5cd29115-5df8-4eb8-87aa-8510338ed279
}
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-03-15T14:07:40.961Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d64768d6-cad5-435d-a237-16067099becd from URL: /sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml
2023-03-15T14:07:40.961Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-15T14:07:40.962Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml
2023-03-15T14:07:41.035Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-15T14:07:41.036Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml d64768d6-cad5-435d-a237-16067099becd 20368
2023-03-15T14:07:41.037Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-15T14:07:41.037Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml
2023-03-15T14:07:41.037Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-15T14:07:41.037Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:41.037Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:41.038Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889261037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:42.039Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cd29115-5df8-4eb8-87aa-8510338ed279 from URL: /sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env
2023-03-15T14:07:42.039Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-15T14:07:42.040Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env
2023-03-15T14:07:42.108Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-15T14:07:42.109Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env 5cd29115-5df8-4eb8-87aa-8510338ed279 2098
2023-03-15T14:07:42.109Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-15T14:07:42.109Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env
2023-03-15T14:07:42.109Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-15T14:07:42.110Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:42.110Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:42.110Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889262109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:43.111Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c46ddba4-f21e-4937-b0f9-c4cc6d971e0b
2023-03-15T14:07:43.111Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0326bb82-fcfe 0 c4d0f4e1-4aa2-4e86-bc31-6fe1a9cc252b 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-03-15T14:07:43.148Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26091a8a, org.onap.sdc.toscaparser.api.parameters.Input@2de8ce36, org.onap.sdc.toscaparser.api.parameters.Input@61c9aff4, org.onap.sdc.toscaparser.api.parameters.Input@2021b806, org.onap.sdc.toscaparser.api.parameters.Input@4e923bc2]
2023-03-15T14:07:43.149Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.149Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:43.149Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2023-03-15T14:07:43.149Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 01195813-fbce-4fd8-b108-c3325e61c9ff
2023-03-15T14:07:43.149Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 01195813-fbce-4fd8-b108-c3325e61c9ff matches Tosca VF Customization UUID: 01195813-fbce-4fd8-b108-c3325e61c9ff
2023-03-15T14:07:43.149Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 01195813-fbce-4fd8-b108-c3325e61c9ff 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-03-15T14:07:43.153Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.153Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:43.154Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 01195813-fbce-4fd8-b108-c3325e61c9ff: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-15T14:07:43.154Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24b600ae
2023-03-15T14:07:43.154Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.154Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-15T14:07:43.155Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 42d4b388-f7ff-4e06-8bdb-0d15c7edca5f
2023-03-15T14:07:43.155Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 42d4b388-f7ff-4e06-8bdb-0d15c7edca5f
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-03-15T14:07:43.159Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.159Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is matching search criteria
2023-03-15T14:07:43.159Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0326bb82-fcfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-15T14:07:43.160Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.160Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is matching search criteria
2023-03-15T14:07:43.160Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0326bb82-fcfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-15T14:07:43.160Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.160Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is not matching search criteria
2023-03-15T14:07:43.160Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-15T14:07:43.160Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-15T14:07:43.160Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-15T14:07:43.160Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-15T14:07:43.160Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-15T14:07:43.161Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-15T14:07:43.161Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:43.161Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-15T14:07:43.161Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:43.161Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-15T14:07:43.161Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-15T14:07:43.161Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c7a58455-b129-46d2-91f7-22444cc2306b
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-03-15T14:07:43.165Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.165Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is matching search criteria
2023-03-15T14:07:43.165Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0326bb82-fcfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-15T14:07:43.165Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.166Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is not matching search criteria
2023-03-15T14:07:43.166Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-15T14:07:43.166Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-15T14:07:43.166Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-15T14:07:43.166Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:43.166Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-15T14:07:43.166Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-15T14:07:43.166Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-15T14:07:43.167Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-15T14:07:43.167Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-15T14:07:43.167Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:43.167Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-15T14:07:43.167Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-15T14:07:43.167Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ebc3b157-6852-4e07-85ae-aac51d9c4a6b
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-03-15T14:07:43.170Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.170Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is matching search criteria
2023-03-15T14:07:43.170Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0326bb82-fcfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-15T14:07:43.175Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.175Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is not matching search criteria
2023-03-15T14:07:43.175Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-15T14:07:43.175Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-15T14:07:43.175Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-15T14:07:43.175Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:43.176Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-15T14:07:43.176Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-15T14:07:43.176Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-15T14:07:43.176Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-15T14:07:43.176Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-15T14:07:43.176Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-15T14:07:43.176Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-15T14:07:43.176Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-15T14:07:43.177Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=227cfaa2-d8f5-4953-b103-d1c930053188
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-03-15T14:07:43.180Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.181Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is matching search criteria
2023-03-15T14:07:43.181Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0326bb82-fcfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-15T14:07:43.181Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.181Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Node template vFW 0326bb82-fcfe 0 is matching search criteria
2023-03-15T14:07:43.182Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0326bb82-fcfe 0] matching following query criteria: sdcType=VF, customizationUUID=01195813-fbce-4fd8-b108-c3325e61c9ff
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-03-15T14:07:43.206Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.206Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:43.206Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c46ddba4-f21e-4937-b0f9-c4cc6d971e0b: vFW 0326bb82-fcfe
2023-03-15T14:07:43.206Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.206Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:43.206Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.206Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:43.207Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.207Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:43.207Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.207Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:43.207Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:07:43.207Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-15 14-03-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:07:43.207Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-03-15 14-03-20
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-15T14:07:43.728Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0326bb82-fcfe c4d0f4e1-4aa2-4e86-bc31-6fe1a9cc252b 1 ASDC deployResourceStructure
2023-03-15T14:07:43.729Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json ASDC sendASDCNotification
2023-03-15T14:07:43.729Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json
2023-03-15T14:07:43.729Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-15T14:07:43.730Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:43.730Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:43.730Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889263729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:44.731Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-15T14:07:44.732Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml
2023-03-15T14:07:44.732Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-15T14:07:44.732Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:44.732Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:44.732Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889264731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:45.734Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-15T14:07:45.734Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env
2023-03-15T14:07:45.735Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-15T14:07:45.735Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:45.735Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:45.735Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889265734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:46.737Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar ASDC sendASDCNotification
2023-03-15T14:07:46.737Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar
2023-03-15T14:07:46.737Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-15T14:07:46.738Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:07:46.738Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:07:46.738Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889266737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:07:47.739Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03-15T14:07:47.769Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-15T14:07:47.774Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-15T14:07:47.775Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-15T14:07:47.775Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-15T14:07:47.775Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-15T14:07:47.775Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-15T14:07:47.775Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-15T14:07:47.775Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-15T14:07:47.775Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-15T14:07:47.775Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-15T14:07:47.775Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||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-03-15T14:07:47.784Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-15T14:08:17.785Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7 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-03-15T14:08:17.797Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7 and serviceModelVersionId: c46ddba4-f21e-4937-b0f9-c4cc6d971e0b
2023-03-15T14:08:17.797Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65a156ec-26f2-4e53-b132-665a455d5f86
2023-03-15T14:08:17.798Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65a156ec-26f2-4e53-b132-665a455d5f86/model-vers/model-ver/c46ddba4-f21e-4937-b0f9-c4cc6d971e0b?depth=0
2023-03-15T14:08:17.806Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-15T14:08:17.861Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/65a156ec-26f2-4e53-b132-665a455d5f86/model-vers/model-ver/c46ddba4-f21e-4937-b0f9-c4cc6d971e0b?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-03-15T14:08:17.862Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/65a156ec-26f2-4e53-b132-665a455d5f86/model-vers/model-ver/c46ddba4-f21e-4937-b0f9-c4cc6d971e0b?depth=0|INFO|500||Invoke
2023-03-15T14:08:17.868Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/65a156ec-26f2-4e53-b132-665a455d5f86/model-vers/model-ver/c46ddba4-f21e-4937-b0f9-c4cc6d971e0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-15T14:08:18.119Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/65a156ec-26f2-4e53-b132-665a455d5f86/model-vers/model-ver/c46ddba4-f21e-4937-b0f9-c4cc6d971e0b?depth=0|INFO|500||InvokeReturn
2023-03-15T14:08:18.120Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/65a156ec-26f2-4e53-b132-665a455d5f86/model-vers/model-ver/c46ddba4-f21e-4937-b0f9-c4cc6d971e0b?depth=0 has http status code:200 and response headers:{date=[Wed, 15 Mar 2023 14:08:16 GMT], content-length=[0], vertex-id=[450784], x-aai-txid=[2-aai-resources-230315-14:08:16:863-5982], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-15T14:08:18.120Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-15T14:08:18.121Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-15T14:08:18.122Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||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-03-15T14:08:18.133Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||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-03-15T14:08:18.133Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-15T14:08:18.133Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-15T14:08:18.134Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:08:18.134Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:08:18.134Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Trying to send status: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889298133,
"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-03-15T14:08:19.155Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:08:20.632Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:08:20.663Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.665Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "4b1745c2-29a4-40a2-ba3b-50811c235ec0",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889248471,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-15T14:08:20.677Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.679Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.681Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889249495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:08:20.682Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.682Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.682Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889249495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"status": "NOTIFIED"
}
2023-03-15T14:08:20.682Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.682Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.682Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889249495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-15T14:08:20.683Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.685Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.689Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889249495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:08:20.689Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.689Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.689Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889249495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-15T14:08:20.689Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.690Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.690Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889249495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:08:20.690Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.690Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.690Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889249495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "NOTIFIED"
}
2023-03-15T14:08:20.690Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.692Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.693Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889256768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:08:20.694Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.694Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.694Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889259948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:08:20.694Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.694Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.694Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889261037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:08:20.694Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.694Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.694Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889262109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-15T14:08:20.694Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.694Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.694Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889263729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/vfw0326bb82fcfe0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-15T14:08:20.694Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.695Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.695Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889264731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-03-15T14:08:20.695Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.695Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.695Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889265734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/resourceInstances/vfw0326bb82fcfe0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-03-15T14:08:20.695Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.695Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.695Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889266737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230315140320/1.0/artifacts/service-Vfw20230315140320-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-15T14:08:20.695Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:08:20.695Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:08:20.696Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889298133,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-15T14:08:20.696Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:09:19.157Z|ee7dd3ee-b2ab-4c0a-ae27-4ed0edaa4dc7|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:09:20.632Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:10:19.157Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:10:20.633Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:11:19.158Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:11:20.633Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:12:19.160Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:12:20.634Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:13:19.161Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:13:20.637Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:14:19.162Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:14:20.639Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:15:19.163Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:15:20.639Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:16:19.165Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:16:20.640Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:17:19.165Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:17:20.641Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:18:19.167Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-15T14:18:20.643Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:18:42.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-15T14:18:42.435Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"3c781395-1737-4a7d-ab94-b7c335ad5881","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"849f2049-e15b-4721-84cb-2b14ba8a59df","serviceDescription":"service","serviceInvariantUUID":"b482fe41-dd03-4cc8-8ce6-15af26653b2e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4e79c10-c979-489c-a3d0-ef65d92e834e","resourceInvariantUUID":"d63d1426-4c92-4f63-82e5-91f79e0306a9","resourceCustomizationUUID":"6a4ca8e1-ebb9-413f-bc74-146d189f360c","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":"ZDFiNTY3NjA4MzkyYWJkZDg3OTMzYTJiZThiMTVhODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e242f8e3-369d-4b69-b8cd-ba55d0cb4524","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTZmNmRiNWNiMWM5ZTdkZTEzOWJmMTBjYjNmZjBlN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed0b51e8-39e2-4940-997b-e33dbec0c797","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-15T14:18:42.439Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:18:42.439Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:18:42.439Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:18:42.439Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "3c781395-1737-4a7d-ab94-b7c335ad5881",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889899167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:18:42.469Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-15T14:18:42.469Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "3c781395-1737-4a7d-ab94-b7c335ad5881",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889899167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-15T14:18:42.470Z|4b1745c2-29a4-40a2-ba3b-50811c235ec0|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-15T14:18:43.442Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-15T14:18:43.443Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:18:43.443Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:18:43.443Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "3c781395-1737-4a7d-ab94-b7c335ad5881",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889899167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:18:44.444Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "3c781395-1737-4a7d-ab94-b7c335ad5881",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "849f2049-e15b-4721-84cb-2b14ba8a59df",
"serviceDescription": "service",
"serviceInvariantUUID": "b482fe41-dd03-4cc8-8ce6-15af26653b2e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "6a4ca8e1-ebb9-413f-bc74-146d189f360c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d4e79c10-c979-489c-a3d0-ef65d92e834e",
"resourceInvariantUUID": "d63d1426-4c92-4f63-82e5-91f79e0306a9",
"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": "NTZmNmRiNWNiMWM5ZTdkZTEzOWJmMTBjYjNmZjBlN2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ed0b51e8-39e2-4940-997b-e33dbec0c797"
}
],
"workloadContext": "Production"
}
2023-03-15T14:18:44.444Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-15T14:18:44.444Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 849f2049-e15b-4721-84cb-2b14ba8a59df ASDC
2023-03-15T14:18:44.444Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3c781395-1737-4a7d-ab94-b7c335ad5881
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:849f2049-e15b-4721-84cb-2b14ba8a59df
ServiceInvariantUUID:b482fe41-dd03-4cc8-8ce6-15af26653b2e
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:ed0b51e8-39e2-4940-997b-e33dbec0c797
ArtifactChecksum:NTZmNmRiNWNiMWM5ZTdkZTEzOWJmMTBjYjNmZjBlN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6a4ca8e1-ebb9-413f-bc74-146d189f360c
ResourceInvariantUUID:d63d1426-4c92-4f63-82e5-91f79e0306a9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d4e79c10-c979-489c-a3d0-ef65d92e834e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-03-15T14:18:44.445Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 849f2049-e15b-4721-84cb-2b14ba8a59df 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-03-15T14:18:44.495Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-15T14:18:44.495Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-15T14:18:44.496Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-15T14:18:44.496Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ed0b51e8-39e2-4940-997b-e33dbec0c797 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-15T14:18:44.496Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-03-15T14:18:44.496Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-15T14:18:44.689Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-03-15T14:18:44.692Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ed0b51e8-39e2-4940-997b-e33dbec0c797 57798
2023-03-15T14:18:44.693Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-15T14:18:44.693Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-15T14:18:44.693Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-15T14:18:44.693Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-03-15T14:18:44.693Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-15T14:18:44.693Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "3c781395-1737-4a7d-ab94-b7c335ad5881",
"consumerID": "SO-sdc-controller",
"timestamp": 1678889924692,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-15T14:18:45.696Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-15T14:18:45.697Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-03-15T14:18:45.697Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ed0b51e8-39e2-4940-997b-e33dbec0c797, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-15T14:18:45.698Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-15T14:18:45.698Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-15T14:18:45.698Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-15T14:18:45.794Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8179699408452826017/Definitions/service-BasicNetwork-template.yml
2023-03-15T14:18:46.116Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-15T14:18:46.116Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-15T14:18:46.116Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-15T14:18:46.116Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-15T14:18:46.116Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||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-03-15T14:18:46.116Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||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-03-15T14:18:46.116Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||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-03-15T14:18:46.117Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||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-03-15T14:18:46.117Z|3c781395-1737-4a7d-ab94-b7c335ad5881|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-BasicNetwork-csar.csar
2023-03-15T14:18:46.117Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||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-03-15T14:18:46.117Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||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-03-15T14:18:46.117Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||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-03-15T14:18:46.118Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-03-15T14:18:46.118Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:18:46.118Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:18:46.118Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-15T14:18:46.118Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-15T14:18:46.118Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-15T14:18:46.118Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:18:46.118Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:18:46.118Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-15T14:18:46.118Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-03-15T14:18:46.118Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-15T14:18:46.118Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:18:46.119Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:18:46.119Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:18:46.119Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:18:46.119Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:18:46.119Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:18:46.119Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:18:46.119Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:18:46.119Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:18:46.119Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:18:46.119Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:849f2049-e15b-4721-84cb-2b14ba8a59df
Model Version:NULL
Model InvariantUuid:b482fe41-dd03-4cc8-8ce6-15af26653b2e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d63d1426-4c92-4f63-82e5-91f79e0306a9
Model UUID:6e44b180-f032-488d-919f-e61a7bae1dd7
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:6a4ca8e1-ebb9-413f-bc74-146d189f360c
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-03-15T14:18:46.132Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: d4e79c10-c979-489c-a3d0-ef65d92e834e
2023-03-15T14:18:46.133Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||No resources found for Service: 849f2049-e15b-4721-84cb-2b14ba8a59df
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-03-15T14:18:46.139Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||
2023-03-15T14:18:46.140Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-03-15T14:18:46.140Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 849f2049-e15b-4721-84cb-2b14ba8a59df
2023-03-15T14:18:46.140Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 849f2049-e15b-4721-84cb-2b14ba8a59df
2023-03-15T14:18:46.140Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-03-15T14:18:46.140Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||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-03-15T14:18:46.148Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d2f67d8, org.onap.sdc.toscaparser.api.parameters.Input@4c7b6bb7, org.onap.sdc.toscaparser.api.parameters.Input@3dd2d724, org.onap.sdc.toscaparser.api.parameters.Input@55ef5e22, org.onap.sdc.toscaparser.api.parameters.Input@3318f2e0]
2023-03-15T14:18:46.149Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:18:46.150Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:18:46.150Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:18:46.150Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:18:46.150Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 849f2049-e15b-4721-84cb-2b14ba8a59df: Generic NeutronNet
2023-03-15T14:18:46.150Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:18:46.150Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:18:46.150Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:18:46.151Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-03-15T14:18:46.184Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-15T14:18:46.184Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-15T14:18:46.184Z|3c781395-1737-4a7d-ab94-b7c335ad5881|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery