By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-18T00:25:58.730Z||main|||||INFO|500||The following profiles are active: basic
2022-03-18T00:26:07.272Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-18T00:26:07.272Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-18T00:26:07.382Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-18T00:26:09.642Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-18T00:26:09.793Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-18T00:26:10.108Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-18T00:26:10.124Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-18T00:26:10.195Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-18T00:26:10.309Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-18T00:26:10.677Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-18T00:26:11.480Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-18T00:26:13.218Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-18T00:26:13.260Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-18T00:26:13.753Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-18T00:26:13.945Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-18T00:26:15.052Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-18T00:26:15.935Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-18T00:26:15.950Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$61085ef.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-18T00:26:15.951Z||main|||||WARN|500||The sdc end point is not alive
2022-03-18T00:26:18.483Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-18T00:26:20.872Z||main|||||WARN|500||---
2022-03-18T00:26:20.873Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-18T00:26:20.873Z||main|||||WARN|500||---
2022-03-18T00:26:21.251Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-18T00:26:25.171Z||main|||||INFO|500||Started Application in 30.436 seconds (JVM running for 31.595)
2022-03-18T00:26:25.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-18T00:26:25.230Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-18T00:26:25.240Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-18T00:26:25.260Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-18T00:26:25.335Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ad497a7-67f2-4baa-a852-9cc5d87d33a1 url= /sdc/v1/artifactTypes
2022-03-18T00:26:25.335Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-18T00:26:26.432Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.38.54] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$fd11b14a.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-03-18T00:26:26.437Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c980a17
2022-03-18T00:26:26.437Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-18T00:26:26.452Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-18T00:26:26.453Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-18T00:26:26.456Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$fd11b14a.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-03-18T00:27:15.167Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-18T00:27:15.168Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-18T00:27:15.168Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-18T00:27:15.172Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-18T00:27:15.177Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a273e338-f0a4-4034-aafa-843e7c39c256 url= /sdc/v1/artifactTypes
2022-03-18T00:27:15.177Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-18T00:27:15.335Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-18T00:27:15.341Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-18T00:27:15.360Z||scheduling-1|||||DEBUG|500||create keys
2022-03-18T00:27:15.365Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-18T00:27:15.589Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:27:15.603Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= eb4905d1-d1e4-4f8c-b2d5-7539cc010cf7 url= /sdc/v1/registerForDistribution
2022-03-18T00:27:16.099Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= eb4905d1-d1e4-4f8c-b2d5-7539cc010cf7 url= /sdc/v1/registerForDistribution
2022-03-18T00:27:16.100Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-18T00:27:16.106Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:27:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:27:16.110Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:27:16.110Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:27:16.111Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:27:16.111Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:27:16.111Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-18T00:27:28.106Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:27:28.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:28:16.105Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:28:16.106Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:28:16.106Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:28:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:28:16.108Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:28:16.108Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:28:25.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:28:25.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:29:16.105Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:29:16.107Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:29:16.107Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:29:16.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:29:16.107Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:29:16.107Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:29:25.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:29:25.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:30:16.105Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:30:16.106Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:30:16.106Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:30:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:30:16.107Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:30:16.107Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:30:25.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:30:25.650Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:31:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:31:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:31:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:31:16.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:31:16.108Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:31:16.108Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:31:25.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:31:25.654Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:32:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:32:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:32:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:32:16.107Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:32:16.108Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:32:16.108Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:32:25.647Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:32:25.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:33:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:33:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:33:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:33:16.107Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:33:16.107Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:33:16.107Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:33:25.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:33:25.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:34:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:34:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:34:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:34:16.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:34:16.108Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:34:16.108Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:34:25.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:34:25.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:35:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:35:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:35:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:35:16.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:35:16.107Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:35:16.107Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:35:25.664Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:35:25.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:36:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:36:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:36:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:36:16.106Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:36:16.107Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:36:16.107Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:36:25.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:36:25.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:36:33.651Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-18T00:37:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:37:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:37:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:37:16.107Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:37:16.107Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:37:16.107Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:37:25.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:37:25.646Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:38:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:38:16.106Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:38:16.106Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:38:16.107Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:38:16.108Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:38:16.108Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:38:25.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:38:25.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:39:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:39:16.106Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:39:16.106Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:39:16.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:39:16.107Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:39:16.108Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:39:25.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:39:25.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:40:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:40:16.106Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:40:16.106Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:40:16.107Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:40:16.107Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:40:16.107Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:40:25.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:40:25.646Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:41:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:41:16.106Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:41:16.106Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:41:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:41:16.107Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:41:16.107Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:41:25.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:41:25.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:42:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:42:16.106Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:42:16.106Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:42:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:42:16.107Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:42:16.107Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:42:25.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:42:25.645Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:43:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:43:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:43:16.108Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:43:16.108Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:43:16.108Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:43:16.109Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:43:25.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:43:25.649Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:44:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:44:16.106Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:44:16.106Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:44:16.107Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:44:16.107Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:44:16.107Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:44:25.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:44:25.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:45:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:45:16.106Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:45:16.106Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:45:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:45:16.107Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:45:16.107Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:45:25.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:45:25.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:46:16.105Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:46:16.106Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:46:16.107Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:46:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:46:16.107Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:46:16.108Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:46:25.646Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:46:25.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:47:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:47:16.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:47:16.106Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:47:16.107Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:47:16.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:47:16.108Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:47:25.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:47:25.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:48:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:48:16.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:48:16.107Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:48:16.107Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:48:16.107Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:48:16.108Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:48:25.657Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:48:25.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:49:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:49:16.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:49:16.106Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:49:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:49:16.107Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:49:16.107Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:49:25.658Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:49:25.674Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:50:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:50:16.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:50:16.106Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:50:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:50:16.107Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:50:16.107Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:50:25.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:50:25.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:51:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:51:16.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:51:16.106Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:51:16.107Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:51:16.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:51:16.107Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:51:25.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:51:25.646Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:52:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:52:16.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:52:16.106Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:52:16.107Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:52:16.107Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:52:16.107Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:52:25.643Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:52:25.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:53:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:53:16.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:53:16.106Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:53:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:53:16.107Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:53:16.107Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:53:25.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:53:25.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:54:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:54:16.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:54:16.107Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:54:16.106Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:54:16.107Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:54:16.107Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:54:25.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:54:25.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:55:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:55:16.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:55:16.106Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:55:16.107Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:55:16.107Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:55:16.107Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:55:25.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:55:25.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:56:16.105Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:56:16.106Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:56:16.106Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:56:16.107Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:56:16.107Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:56:16.107Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:56:25.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:56:25.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:57:16.107Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:57:16.106Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:57:16.108Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:57:16.108Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:57:16.110Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:57:16.110Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:57:25.649Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:57:25.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:58:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:58:16.106Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:58:16.108Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:58:16.108Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:58:16.109Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:58:16.109Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:58:25.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:58:25.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:59:16.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:59:16.106Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:59:16.106Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:59:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T00:59:16.107Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T00:59:16.107Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T00:59:25.644Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T00:59:25.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:00:16.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:00:16.106Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:00:16.106Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:00:16.107Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:00:16.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:00:16.107Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:00:25.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:00:25.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:01:16.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:01:16.106Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:01:16.106Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:01:16.107Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:01:16.107Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:01:16.108Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:01:25.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:01:25.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:02:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:02:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:02:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:02:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:02:16.108Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:02:16.108Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:02:25.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:02:25.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:03:16.105Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:03:16.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:03:16.106Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:03:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:03:16.107Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:03:16.107Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:03:16.732Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:03:16.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ab287cc-23f3-4659-bdea-08832488afe7","serviceName":"vFW 2022-03-18 01-00-52","serviceVersion":"1.0","serviceUUID":"3ce8c8cf-93e7-4dac-856a-dfba38466cbc","serviceDescription":"catalog service description","serviceInvariantUUID":"4c2a7f0c-8611-4010-a79c-f95e6f00f49d","resources":[{"resourceInstanceName":"vFW 028210d8-91ff 0","resourceName":"vFW 028210d8-91ff","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ebe2f27e-733a-48a7-921c-c3a440910012","resourceInvariantUUID":"3714d9f6-6400-4420-b615-0919a778bf36","resourceCustomizationUUID":"c91a7df5-ab48-48bb-a6ab-87131c044d43","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml","artifactChecksum":"MzI3MDQzYWI4MWRlNzk3NDQ1YzFhZmNiYTkxODJjOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"581c8e48-074c-489a-8522-811ae4d8cb53","artifactVersion":"1"},{"artifactName":"vfw028210d891ff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json","artifactChecksum":"MzZhM2JkYTQzNzA2MGM3ZmRlNmFiMWY1N2VmM2EwODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d365ede-c82e-4f8c-8053-d5adbab47e13","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"291f1ff8-0407-478f-8fed-e286945c99ea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml","artifactChecksum":"NzI1OGM2OWZkMTJiZDFkMGIxNDNmZTgzN2EzYTU3OTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38ba28c4-e365-40a0-ab3d-4e6905a50eeb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"efe09fd1-2583-437f-af10-5cf401d0a6a2","artifactVersion":"2","generatedFromUUID":"291f1ff8-0407-478f-8fed-e286945c99ea"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220318010052-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml","artifactChecksum":"M2RmZWEyYjY4OTRhY2Q1YzQwZGE4MzBkOGIyMGZkMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f475fe1-57a7-450c-aa5b-557ed3b95141","artifactVersion":"1"},{"artifactName":"service-Vfw20220318010052-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar","artifactChecksum":"ZjhjYTk5ZjYzNjA5MmQ5MmRhNWE3ZGEyOGJlYjgwOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59c455f1-f0da-4708-ba21-92e847f39494","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-18T01:03:16.736Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:03:16.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "clamp",
"timestamp": 1647565370417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.746Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:03:16.754Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:03:16.765Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:03:16.765Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565396105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "policy-id",
"timestamp": 1647565374254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565374850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565375174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "clamp",
"timestamp": 1647565370417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:03:16.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "policy-id",
"timestamp": 1647565374254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565374850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:03:16.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565375174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "clamp",
"timestamp": 1647565370417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "policy-id",
"timestamp": 1647565374254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:03:16.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565374850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:03:16.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565375174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "clamp",
"timestamp": 1647565370417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "policy-id",
"timestamp": 1647565374254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565374850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "aai-ml",
"timestamp": 1647565377907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565375174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "clamp",
"timestamp": 1647565370417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "policy-id",
"timestamp": 1647565374254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565374850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-18T01:03:16.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "aai-ml",
"timestamp": 1647565377907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565375174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "cds",
"timestamp": 1647565379304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565379402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "clamp",
"timestamp": 1647565370417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "policy-id",
"timestamp": 1647565374254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565374850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "aai-ml",
"timestamp": 1647565377907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565375174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "cds",
"timestamp": 1647565379304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565379402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "clamp",
"timestamp": 1647565370417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:03:16.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "policy-id",
"timestamp": 1647565374254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:03:16.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565374850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:03:16.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "aai-ml",
"timestamp": 1647565377907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565375174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:03:16.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "cds",
"timestamp": 1647565379304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565379402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "policy-id",
"timestamp": 1647565382517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:03:16.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:03:16.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "aai-ml",
"timestamp": 1647565377907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565382604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:03:16.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:03:16.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "cds",
"timestamp": 1647565379304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565383023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:03:16.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:03:16.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565379402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "policy-id",
"timestamp": 1647565383526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-18T01:03:16.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:03:16.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "aai-ml",
"timestamp": 1647565377907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "cds",
"timestamp": 1647565379304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565379402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:16.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:03:16.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565384101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:03:16.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:03:16.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:03:16.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "policy-id",
"timestamp": 1647565384531,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-03-18T01:03:16.865Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:03:16.869Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:03:16.869Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:03:16.878Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:03:16.878Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-18T01:03:16.888Z||pool-2-thread-10|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@15e1b66c marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1461) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
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.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-18T01:03:16.891Z||pool-2-thread-10|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-18T01:03:16.891Z||pool-2-thread-10|||||ERROR|500||(conn=1461) WSREP has not yet prepared node for application use
2022-03-18T01:03:16.892Z||pool-2-thread-10|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
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.sql.SQLNonTransientConnectionException: (conn=1461) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-18T01:03:16.894Z||pool-2-thread-10|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
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.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1461) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-18T01:03:16.899Z||pool-2-thread-10|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-18T01:03:16.900Z||pool-2-thread-10|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
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.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 22 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy144.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 25 common frames omitted
2022-03-18T01:03:17.773Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:03:17.773Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:03:17.775Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:03:17.775Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565396105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:03:17.875Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-18T01:03:17.876Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:03:17.876Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:03:17.884Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:03:17.885Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:03:18.776Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:03:18.777Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:03:18.778Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:03:18.779Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565396105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:03:18.878Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-18T01:03:18.879Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:03:18.879Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:03:18.889Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:03:18.889Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:03:19.779Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:03:19.780Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:03:19.782Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:03:19.782Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565396105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:19.882Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:03:19.885Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:03:19.885Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:03:19.895Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:03:19.895Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:03:20.782Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:03:20.784Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:03:20.785Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:03:20.785Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565396105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-18T01:03:20.886Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-18T01:03:20.886Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:03:20.887Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:03:20.897Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:03:20.897Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:03:21.786Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:03:21.787Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:03:21.789Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:03:21.789Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565396105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:03:21.890Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:03:21.890Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:03:21.891Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:03:21.899Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:03:21.900Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:03:22.790Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:03:22.791Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:03:22.793Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:03:22.793Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565396105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:03:22.894Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:03:22.894Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:03:22.894Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:03:22.903Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:03:22.903Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-03-18T01:03:23.795Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"serviceName": "vFW 2022-03-18 01-00-52",
"serviceVersion": "1.0",
"serviceUUID": "3ce8c8cf-93e7-4dac-856a-dfba38466cbc",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4c2a7f0c-8611-4010-a79c-f95e6f00f49d",
"resources": [
{
"resourceInstanceName": "vFW 028210d8-91ff 0",
"resourceCustomizationUUID": "c91a7df5-ab48-48bb-a6ab-87131c044d43",
"resourceName": "vFW 028210d8-91ff",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ebe2f27e-733a-48a7-921c-c3a440910012",
"resourceInvariantUUID": "3714d9f6-6400-4420-b615-0919a778bf36",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw028210d891ff0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json",
"artifactChecksum": "MzZhM2JkYTQzNzA2MGM3ZmRlNmFiMWY1N2VmM2EwODM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0d365ede-c82e-4f8c-8053-d5adbab47e13",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "291f1ff8-0407-478f-8fed-e286945c99ea",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "efe09fd1-2583-437f-af10-5cf401d0a6a2",
"generatedFromUUID": "291f1ff8-0407-478f-8fed-e286945c99ea"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "efe09fd1-2583-437f-af10-5cf401d0a6a2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220318010052-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar",
"artifactChecksum": "ZjhjYTk5ZjYzNjA5MmQ5MmRhNWE3ZGEyOGJlYjgwOWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "59c455f1-f0da-4708-ba21-92e847f39494"
}
],
"workloadContext": "Production"
}
2022-03-18T01:03:23.796Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-18T01:03:23.796Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3ce8c8cf-93e7-4dac-856a-dfba38466cbc ASDC
2022-03-18T01:03:23.924Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3ab287cc-23f3-4659-bdea-08832488afe7
ServiceName:vFW 2022-03-18 01-00-52
ServiceVersion:1.0
ServiceUUID:3ce8c8cf-93e7-4dac-856a-dfba38466cbc
ServiceInvariantUUID:4c2a7f0c-8611-4010-a79c-f95e6f00f49d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220318010052-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar
ArtifactUUID:59c455f1-f0da-4708-ba21-92e847f39494
ArtifactChecksum:ZjhjYTk5ZjYzNjA5MmQ5MmRhNWE3ZGEyOGJlYjgwOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 028210d8-91ff 0
ResourceCustomizationUUID:c91a7df5-ab48-48bb-a6ab-87131c044d43
ResourceInvariantUUID:3714d9f6-6400-4420-b615-0919a778bf36
ResourceName:vFW 028210d8-91ff
ResourceType:VF
ResourceUUID:ebe2f27e-733a-48a7-921c-c3a440910012
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw028210d891ff0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json
ArtifactUUID:0d365ede-c82e-4f8c-8053-d5adbab47e13
ArtifactChecksum:MzZhM2JkYTQzNzA2MGM3ZmRlNmFiMWY1N2VmM2EwODM=
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/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml
ArtifactUUID:291f1ff8-0407-478f-8fed-e286945c99ea
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/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env
ArtifactUUID:efe09fd1-2583-437f-af10-5cf401d0a6a2
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/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env
ArtifactUUID:efe09fd1-2583-437f-af10-5cf401d0a6a2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-18T01:03:23.925Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ce8c8cf-93e7-4dac-856a-dfba38466cbc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:03:24.081Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-18T01:03:24.082Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-18T01:03:24.082Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-18T01:03:24.082Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 59c455f1-f0da-4708-ba21-92e847f39494 from URL: /sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:24.083Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-18T01:03:24.084Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:24.144Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-18T01:03:24.160Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar 59c455f1-f0da-4708-ba21-92e847f39494 98934
2022-03-18T01:03:24.161Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar ASDC sendASDCNotification
2022-03-18T01:03:24.161Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:24.162Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-18T01:03:24.162Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:03:24.164Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:03:24.164Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565404160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:03:24.264Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:03:24.265Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:03:24.265Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:03:24.274Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:03:24.274Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:03:25.165Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-18T01:03:25.166Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-18T01:03:25.166Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 59c455f1-f0da-4708-ba21-92e847f39494, URL: /sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar to file: /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:25.167Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220318010052-csar.csar
2022-03-18T01:03:25.229Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:25.230Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:25.767Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5294872324088864977/Definitions/service-Vfw20220318010052-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-18T01:03:28.063Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-18T01:03:28.068Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-18T01:03:28.068Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:28.069Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:28.070Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:28.070Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:28.070Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:28.070Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 028210d8-91ff 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220318010052-csar.csar
2022-03-18T01:03:28.070Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-18T01:03:28.075Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.077Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:03:28.080Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is matching search criteria
2022-03-18T01:03:28.080Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-18T01:03:28.081Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 028210d8-91ff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-18T01:03:28.083Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.083Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:03:28.083Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is matching search criteria
2022-03-18T01:03:28.083Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-18T01:03:28.083Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 028210d8-91ff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-18T01:03:28.083Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.084Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:03:28.087Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.087Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is not matching search criteria
2022-03-18T01:03:28.087Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:03:28.087Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-18T01:03:28.087Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:03:28.087Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-18T01:03:28.088Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-18T01:03:28.089Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-18T01:03:28.089Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-18T01:03:28.089Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:03:28.089Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-18T01:03:28.089Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.089Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-18T01:03:28.090Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.090Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is matching search criteria
2022-03-18T01:03:28.091Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 028210d8-91ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:03:28.091Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.091Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is matching search criteria
2022-03-18T01:03:28.091Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 028210d8-91ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:03:28.091Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.092Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is matching search criteria
2022-03-18T01:03:28.092Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 028210d8-91ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:03:28.092Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.092Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is not matching search criteria
2022-03-18T01:03:28.092Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:03:28.092Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-18T01:03:28.093Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:03:28.093Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-18T01:03:28.093Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-18T01:03:28.093Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:03:28.093Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-18T01:03:28.093Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-18T01:03:28.093Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-18T01:03:28.094Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-18T01:03:28.094Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:03:28.094Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=18f1824e-83df-4d7e-9476-572ef03b6b0a
2022-03-18T01:03:28.094Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.094Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is not matching search criteria
2022-03-18T01:03:28.094Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-18T01:03:28.095Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-18T01:03:28.096Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-18T01:03:28.096Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-18T01:03:28.120Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:03:28.120Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c596b4b8-37c0-4f67-9cea-9d5125979797
2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vFW 028210d8-91ff 0 is not matching search criteria
2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:03:28.121Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-18T01:03:28.122Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:03:28.122Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-18T01:03:28.122Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-18T01:03:28.122Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:03:28.122Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-18T01:03:28.122Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-18T01:03:28.123Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4c2d10f0-d283-49a5-8dd9-b8ec2d40c1fb
2022-03-18T01:03:28.123Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.123Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:03:28.123Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.124Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:03:28.124Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.124Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:03:28.124Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:03:28.124Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-00-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:03:28.124Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-18 01-00-52
Description:catalog service description
Model UUID:3ce8c8cf-93e7-4dac-856a-dfba38466cbc
Model Version:NULL
Model InvariantUuid:4c2a7f0c-8611-4010-a79c-f95e6f00f49d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 028210d8-91ff
Model UUID:b257b61e-5226-46ae-92aa-fafa7b38bed5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3714d9f6-6400-4420-b615-0919a778bf36
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c91a7df5-ab48-48bb-a6ab-87131c044d43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:926d297f-557a-4913-9e6b-973c9b7f8965
ModelName:Vfw028210d891ff..base_vfw..module-0
ModelUuid:508143e1-f4be-4f38-96d8-768a8e5a7b27
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:18f1824e-83df-4d7e-9476-572ef03b6b0a
ModelInvariantUuid:cc0e19b3-f6af-4262-b066-9499f2200f29
ModelName:vFW 028210d8-91ff-nodes.vfwCvfc
ModelUuid:2e455319-8bb2-4b1a-8d51-09a95f48f050
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2762bf4f-67f3-4a4a-84ee-c5aef4f0b8cd
ModelInvariantUuid:f455cafd-6bb8-49f8-ac3a-c2737a628f1b
ModelName:Vfw028210d891ff.compute.nodes.heat.vfw
ModelUuid:ba8e165b-832b-4679-b993-a3b5e3d20357
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c596b4b8-37c0-4f67-9cea-9d5125979797
ModelInvariantUuid:975b34b1-c538-48ae-a601-44d298b92471
ModelName:vFW 028210d8-91ff-nodes.vsnCvfc
ModelUuid:ef13f48d-1a8c-44b9-bfe6-3b7cd7feee1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:dbac2247-1e5a-410f-b3da-d87fab90928f
ModelInvariantUuid:26c851ca-6281-4757-84af-3a04597c007e
ModelName:Vfw028210d891ff.compute.nodes.heat.vsn
ModelUuid:923152c6-b248-4d82-a28e-095d92782817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4c2d10f0-d283-49a5-8dd9-b8ec2d40c1fb
ModelInvariantUuid:27987f69-3d70-4840-8cc7-b726c3ab5a81
ModelName:vFW 028210d8-91ff-nodes.vpgCvfc
ModelUuid:5a76246b-55a9-4b28-aa67-a5301b5b591e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:852072fb-19e8-4796-ac14-3672bfa22ad3
ModelInvariantUuid:8d7a3171-dd44-4d6d-ad9c-6b35f5ad266d
ModelName:Vfw028210d891ff.compute.nodes.heat.vpg
ModelUuid:05073cdd-1e0a-43cb-8dbc-ad1b36ea263f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-18T01:03:28.130Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@1dc5166 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1446) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-18T01:03:28.132Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-18T01:03:28.133Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||ERROR|500||(conn=1446) WSREP has not yet prepared node for application use
2022-03-18T01:03:28.134Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1446) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-18T01:03:28.135Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 49 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1446) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-18T01:03:28.138Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy144.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 33 common frames omitted
2022-03-18T01:03:28.139Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab287cc-23f3-4659-bdea-08832488afe7 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-18T01:03:28.216Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab287cc-23f3-4659-bdea-08832488afe7 and serviceModelVersionId: 3ce8c8cf-93e7-4dac-856a-dfba38466cbc
2022-03-18T01:03:28.216Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c2a7f0c-8611-4010-a79c-f95e6f00f49d
2022-03-18T01:03:40.366Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0
2022-03-18T01:03:40.464Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-18T01:03:40.895Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0|INFO|500||Invoke
2022-03-18T01:03:40.902Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ab287cc-23f3-4659-bdea-08832488afe7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[189dc7cd-a808-4d12-a9dd-e80c9919b2a6], X-ECOMP-RequestID=[3ab287cc-23f3-4659-bdea-08832488afe7], X-TransactionId=[], X-ONAP-RequestID=[3ab287cc-23f3-4659-bdea-08832488afe7], Content-Type=[application/merge-patch+json]}
2022-03-18T01:03:41.021Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-18T01:03:41.205Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220318-01:03:41:027-73249], vertex-id=[184488], Content-Length=[0], Date=[Fri, 18 Mar 2022 01:03:41 GMT], Content-Type=[application/json]}
2022-03-18T01:03:41.207Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-18T01:03:41.207Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c2a7f0c-8611-4010-a79c-f95e6f00f49d/model-vers/model-ver/3ce8c8cf-93e7-4dac-856a-dfba38466cbc?depth=0|INFO|500||InvokeReturn
2022-03-18T01:03:41.211Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-18T01:03:41.211Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-03-18T01:03:41.215Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab287cc-23f3-4659-bdea-08832488afe7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-18T01:03:41.215Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-18T01:03:41.216Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:03:41.217Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:03:41.218Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565421215,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-18T01:03:41.318Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:03:41.319Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:03:41.319Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:03:41.327Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:03:41.328Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-18T01:04:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:04:16.105Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:04:16.108Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:04:16.108Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:04:16.108Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:04:16.108Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:04:16.233Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:04:16.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:04:16.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565396105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:04:16.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:04:25.640Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:05:16.105Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:05:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:05:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:05:16.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:05:16.107Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:05:16.107Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:05:16.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:05:16.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:05:16.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565396105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vfw028210d891ff0_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:05:16.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:05:16.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:05:16.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "aai-ml",
"timestamp": 1647565397905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-18T01:05:16.632Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:05:16.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:05:16.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565396105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:05:16.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:05:16.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:05:16.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "aai-ml",
"timestamp": 1647565398910,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:05:16.646Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ab287cc-23f3-4659-bdea-08832488afe7
2022-03-18T01:05:16.647Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ab287cc-23f3-4659-bdea-08832488afe7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:05:16.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:05:16.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565396105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:05:16.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:05:16.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:05:16.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565396105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/resourceInstances/vfw028210d891ff0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-18T01:05:16.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:05:16.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:05:16.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565396105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:05:16.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:05:16.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:05:16.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565396105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:05:16.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-18T01:05:16.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:05:16.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565404160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010052/1.0/artifacts/service-Vfw20220318010052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:05:16.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:05:16.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-18T01:05:16.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ab287cc-23f3-4659-bdea-08832488afe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565421215,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-18T01:05:16.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:05:25.643Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:06:16.105Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:06:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:06:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:06:16.106Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:06:16.107Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:06:16.107Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:06:25.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:06:25.643Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:07:16.105Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:07:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:07:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:07:16.106Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:07:16.107Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:07:16.107Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:07:25.640Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:07:25.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:08:16.105Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:08:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:08:16.106Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:08:16.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:08:16.107Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:08:16.107Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:08:16.729Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:08:16.730Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.730Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1d12818b-241e-434a-b2ec-82fc20748ca5","serviceName":"vFW 2022-03-18 01-06-11","serviceVersion":"1.0","serviceUUID":"e667bded-7ca4-4772-9442-39f7cf1a43ab","serviceDescription":"catalog service description","serviceInvariantUUID":"85e59dfa-205a-4889-bbf4-c6fcc36b16c3","resources":[{"resourceInstanceName":"vFW 4535fbf1-987f 0","resourceName":"vFW 4535fbf1-987f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a0e3becb-96c4-42f8-ba0b-0d371962fcdb","resourceInvariantUUID":"d02eaabc-796e-4617-9d33-94cda25f2e5d","resourceCustomizationUUID":"272189c2-df2a-4ef0-9e8a-e2b822908adc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml","artifactChecksum":"YzJmOTI3MDZjYTA1NWU2YjMxZTk2MTNjZWQxYjI5OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"53fc9fdb-f9ab-4e70-b45e-8c5196fab01d","artifactVersion":"1"},{"artifactName":"vfw4535fbf1987f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json","artifactChecksum":"Mzc1MWEyOTBkOTMzNTA3MTk3YWM2ZWVjMjJhYzUzMWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"014a0cbf-1ed2-4028-8b88-d60d48cb9f9a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a67190dd-66ee-46f9-b9ad-807df784f9e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml","artifactChecksum":"NTg5ODk3OWE0YjI0MjBhZTg3MThjMzY5M2I4MjIwZjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6bed1c2c-db4b-403b-8f58-28ab83cf4c5a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e4c574f0-0b5d-4f0b-9f97-309c50ca845e","artifactVersion":"2","generatedFromUUID":"a67190dd-66ee-46f9-b9ad-807df784f9e8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220318010611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml","artifactChecksum":"NzZhNTVhMmRlODliYjE5NDBlNzk2YjcxMmRjODA0ZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae36bbcf-5308-4b16-9cba-389f2f8e2c36","artifactVersion":"1"},{"artifactName":"service-Vfw20220318010611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar","artifactChecksum":"MDZkODNmMWQ1MzIzOTg5OTBkZGFkNTU3NTQ2ODUxM2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cbdab2a0-8b83-498c-954e-c763b76eb6b4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-18T01:08:16.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:08:16.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565659402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.732Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:08:16.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.733Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:08:16.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565654850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "policy-id",
"timestamp": 1647565654254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565659402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565654850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:08:16.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "policy-id",
"timestamp": 1647565654254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565659402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565654850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:08:16.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "policy-id",
"timestamp": 1647565654254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:08:16.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565659402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.736Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:08:16.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565654850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.736Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565696105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "policy-id",
"timestamp": 1647565654254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "cds",
"timestamp": 1647565664304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565659402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565654850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-18T01:08:16.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "policy-id",
"timestamp": 1647565654254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "cds",
"timestamp": 1647565664304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565654850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565659402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "policy-id",
"timestamp": 1647565654254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "cds",
"timestamp": 1647565664304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565654850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:08:16.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565659402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "policy-id",
"timestamp": 1647565654254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:08:16.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "cds",
"timestamp": 1647565664304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565668609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:08:16.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "policy-id",
"timestamp": 1647565668613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:08:16.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "cds",
"timestamp": 1647565664304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "policy-id",
"timestamp": 1647565669616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-18T01:08:16.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565669810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:08:16.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:08:16.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "cds",
"timestamp": 1647565664304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "policy-id",
"timestamp": 1647565670619,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:08:16.759Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d12818b-241e-434a-b2ec-82fc20748ca5
2022-03-18T01:08:16.759Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d12818b-241e-434a-b2ec-82fc20748ca5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:08:16.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "cds",
"timestamp": 1647565664304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:08:16.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565670996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:08:16.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:08:16.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "clamp",
"timestamp": 1647565670417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "cds",
"timestamp": 1647565672008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:08:16.769Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:08:16.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565672022,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:08:16.774Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d12818b-241e-434a-b2ec-82fc20748ca5
2022-03-18T01:08:16.774Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d12818b-241e-434a-b2ec-82fc20748ca5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-18T01:08:16.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "clamp",
"timestamp": 1647565670417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:08:16.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "cds",
"timestamp": 1647565673013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:08:16.785Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d12818b-241e-434a-b2ec-82fc20748ca5
2022-03-18T01:08:16.785Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d12818b-241e-434a-b2ec-82fc20748ca5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:08:16.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565673025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-18T01:08:16.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:08:16.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "clamp",
"timestamp": 1647565670417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "clamp",
"timestamp": 1647565670417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "clamp",
"timestamp": 1647565670417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565675174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "clamp",
"timestamp": 1647565670417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565675174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "clamp",
"timestamp": 1647565670417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:08:16.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565675174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "aai-ml",
"timestamp": 1647565677908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565675174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "aai-ml",
"timestamp": 1647565677908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565675174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "aai-ml",
"timestamp": 1647565677908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565675174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "aai-ml",
"timestamp": 1647565677908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565675174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:08:16.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "aai-ml",
"timestamp": 1647565677908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565683017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:08:16.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "aai-ml",
"timestamp": 1647565677908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:16.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "aai-ml",
"timestamp": 1647565677908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:08:16.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "aai-ml",
"timestamp": 1647565685806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:08:16.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565686051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-18T01:08:16.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565687055,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:08:16.804Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d12818b-241e-434a-b2ec-82fc20748ca5
2022-03-18T01:08:16.804Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d12818b-241e-434a-b2ec-82fc20748ca5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:08:16.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "clamp",
"timestamp": 1647565688511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:08:16.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:08:16.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "clamp",
"timestamp": 1647565690519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-18T01:08:16.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:08:16.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "clamp",
"timestamp": 1647565691521,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:08:16.817Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1d12818b-241e-434a-b2ec-82fc20748ca5
2022-03-18T01:08:16.817Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d12818b-241e-434a-b2ec-82fc20748ca5 and ComponentName clamp
2022-03-18T01:08:16.846Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-03-18T01:08:16.847Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:08:16.847Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-03-18T01:08:16.856Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:08:16.857Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:08:16.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "aai-ml",
"timestamp": 1647565692497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-18T01:08:16.863Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:08:16.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:08:16.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "aai-ml",
"timestamp": 1647565693502,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:08:16.869Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1d12818b-241e-434a-b2ec-82fc20748ca5
2022-03-18T01:08:16.869Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d12818b-241e-434a-b2ec-82fc20748ca5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:08:17.737Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:08:17.738Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:08:17.740Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:08:17.741Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565696105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:08:17.841Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:08:17.842Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:08:17.842Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:08:17.850Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:08:17.851Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:08:18.741Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:08:18.742Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:08:18.743Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:08:18.744Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565696105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:08:18.844Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:08:18.845Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:08:18.845Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:08:18.854Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:08:18.854Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:08:19.744Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:08:19.745Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:08:19.746Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:08:19.746Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565696105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:19.847Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:08:19.847Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:08:19.848Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:08:19.856Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:08:19.856Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:08:20.747Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:08:20.748Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:08:20.749Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:08:20.749Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565696105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-18T01:08:20.850Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:08:20.851Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:08:20.851Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:08:20.859Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:08:20.860Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:08:21.750Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:08:21.751Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:08:21.752Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:08:21.752Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565696105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:08:21.853Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:08:21.853Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:08:21.854Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:08:21.862Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:08:21.863Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-18T01:08:22.753Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:08:22.754Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:08:22.756Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:08:22.756Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565696105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:08:22.856Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:08:22.857Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:08:22.857Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:08:22.865Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:08:22.865Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:08:23.757Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"serviceName": "vFW 2022-03-18 01-06-11",
"serviceVersion": "1.0",
"serviceUUID": "e667bded-7ca4-4772-9442-39f7cf1a43ab",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "85e59dfa-205a-4889-bbf4-c6fcc36b16c3",
"resources": [
{
"resourceInstanceName": "vFW 4535fbf1-987f 0",
"resourceCustomizationUUID": "272189c2-df2a-4ef0-9e8a-e2b822908adc",
"resourceName": "vFW 4535fbf1-987f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a0e3becb-96c4-42f8-ba0b-0d371962fcdb",
"resourceInvariantUUID": "d02eaabc-796e-4617-9d33-94cda25f2e5d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4535fbf1987f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json",
"artifactChecksum": "Mzc1MWEyOTBkOTMzNTA3MTk3YWM2ZWVjMjJhYzUzMWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "014a0cbf-1ed2-4028-8b88-d60d48cb9f9a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a67190dd-66ee-46f9-b9ad-807df784f9e8",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e4c574f0-0b5d-4f0b-9f97-309c50ca845e",
"generatedFromUUID": "a67190dd-66ee-46f9-b9ad-807df784f9e8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e4c574f0-0b5d-4f0b-9f97-309c50ca845e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220318010611-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"artifactChecksum": "MDZkODNmMWQ1MzIzOTg5OTBkZGFkNTU3NTQ2ODUxM2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cbdab2a0-8b83-498c-954e-c763b76eb6b4"
}
],
"workloadContext": "Production"
}
2022-03-18T01:08:23.757Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-18T01:08:23.758Z|3ab287cc-23f3-4659-bdea-08832488afe7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e667bded-7ca4-4772-9442-39f7cf1a43ab ASDC
2022-03-18T01:08:23.758Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1d12818b-241e-434a-b2ec-82fc20748ca5
ServiceName:vFW 2022-03-18 01-06-11
ServiceVersion:1.0
ServiceUUID:e667bded-7ca4-4772-9442-39f7cf1a43ab
ServiceInvariantUUID:85e59dfa-205a-4889-bbf4-c6fcc36b16c3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220318010611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar
ArtifactUUID:cbdab2a0-8b83-498c-954e-c763b76eb6b4
ArtifactChecksum:MDZkODNmMWQ1MzIzOTg5OTBkZGFkNTU3NTQ2ODUxM2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4535fbf1-987f 0
ResourceCustomizationUUID:272189c2-df2a-4ef0-9e8a-e2b822908adc
ResourceInvariantUUID:d02eaabc-796e-4617-9d33-94cda25f2e5d
ResourceName:vFW 4535fbf1-987f
ResourceType:VF
ResourceUUID:a0e3becb-96c4-42f8-ba0b-0d371962fcdb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4535fbf1987f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json
ArtifactUUID:014a0cbf-1ed2-4028-8b88-d60d48cb9f9a
ArtifactChecksum:Mzc1MWEyOTBkOTMzNTA3MTk3YWM2ZWVjMjJhYzUzMWY=
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/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml
ArtifactUUID:a67190dd-66ee-46f9-b9ad-807df784f9e8
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/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env
ArtifactUUID:e4c574f0-0b5d-4f0b-9f97-309c50ca845e
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/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env
ArtifactUUID:e4c574f0-0b5d-4f0b-9f97-309c50ca845e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-18T01:08:23.758Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e667bded-7ca4-4772-9442-39f7cf1a43ab ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-18T01:08:23.790Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-18T01:08:23.791Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-18T01:08:23.791Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-18T01:08:23.791Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cbdab2a0-8b83-498c-954e-c763b76eb6b4 from URL: /sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:23.791Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-18T01:08:23.791Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:23.848Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-18T01:08:23.854Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar cbdab2a0-8b83-498c-954e-c763b76eb6b4 98948
2022-03-18T01:08:23.854Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar ASDC sendASDCNotification
2022-03-18T01:08:23.854Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:23.854Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-18T01:08:23.854Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:08:23.856Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:08:23.856Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565703854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:08:23.956Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:08:23.957Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:08:23.957Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:08:23.966Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:08:23.967Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-18T01:08:24.856Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-18T01:08:24.857Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-18T01:08:24.858Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: cbdab2a0-8b83-498c-954e-c763b76eb6b4, URL: /sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar to file: /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:24.858Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220318010611-csar.csar
2022-03-18T01:08:24.858Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:24.858Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:24.989Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14429156254364915897/Definitions/service-Vfw20220318010611-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-18T01:08:26.681Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-18T01:08:26.681Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-18T01:08:26.681Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4535fbf1-987f 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010611-csar.csar
2022-03-18T01:08:26.682Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-18T01:08:26.683Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.683Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:08:26.683Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is matching search criteria
2022-03-18T01:08:26.683Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-18T01:08:26.683Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4535fbf1-987f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-18T01:08:26.683Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.683Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:08:26.684Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is matching search criteria
2022-03-18T01:08:26.684Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-18T01:08:26.684Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4535fbf1-987f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-18T01:08:26.684Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.684Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:08:26.684Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.684Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is not matching search criteria
2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-18T01:08:26.685Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.686Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is matching search criteria
2022-03-18T01:08:26.687Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4535fbf1-987f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:08:26.687Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.687Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is matching search criteria
2022-03-18T01:08:26.687Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4535fbf1-987f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:08:26.687Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.687Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is matching search criteria
2022-03-18T01:08:26.687Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 4535fbf1-987f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:08:26.688Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.688Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is not matching search criteria
2022-03-18T01:08:26.688Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:08:26.688Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:08:26.688Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-18T01:08:26.688Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-18T01:08:26.688Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2c27c88f-f361-47c1-8e95-11acf32cba62
2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is not matching search criteria
2022-03-18T01:08:26.689Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-18T01:08:26.690Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7ee55920-0d11-4b36-ac07-fc70efc3df26
2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vFW 4535fbf1-987f 0 is not matching search criteria
2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-18T01:08:26.691Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=658c3011-02a9-49c4-8401-2cef7e248f07
2022-03-18T01:08:26.692Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:08:26.693Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-18 01-06-11
Description:catalog service description
Model UUID:e667bded-7ca4-4772-9442-39f7cf1a43ab
Model Version:NULL
Model InvariantUuid:85e59dfa-205a-4889-bbf4-c6fcc36b16c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4535fbf1-987f
Model UUID:9485fac9-ea55-43f8-b5f8-05c797f2f33f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d02eaabc-796e-4617-9d33-94cda25f2e5d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:272189c2-df2a-4ef0-9e8a-e2b822908adc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f7e8d880-486c-452e-9f22-7214a0af5dca
ModelName:Vfw4535fbf1987f..base_vfw..module-0
ModelUuid:334ba152-cd90-455d-9889-bbbb7e545a6c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2c27c88f-f361-47c1-8e95-11acf32cba62
ModelInvariantUuid:a1416967-641f-40e4-85ed-e7f79901fb88
ModelName:vFW 4535fbf1-987f-nodes.vfwCvfc
ModelUuid:08f38549-cc5c-4cc7-a051-cd4610cd7fb8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d7bebe63-fc64-4f27-ae33-09f1709777ca
ModelInvariantUuid:d095f2d1-6afa-42e4-bd2e-0eb2167757cf
ModelName:Vfw4535fbf1987f.compute.nodes.heat.vfw
ModelUuid:773639a6-b92f-43d6-b90b-e7945b2ef782
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7ee55920-0d11-4b36-ac07-fc70efc3df26
ModelInvariantUuid:aa394509-bb00-42e8-a994-94c7cbd08011
ModelName:vFW 4535fbf1-987f-nodes.vsnCvfc
ModelUuid:9e4a5935-03b3-450f-99b3-15feec3405c8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:aec7af09-c051-4928-8e37-04adfa41ca5a
ModelInvariantUuid:e9b55837-2753-4457-a8b7-5e01213cee02
ModelName:Vfw4535fbf1987f.compute.nodes.heat.vsn
ModelUuid:6909e354-93bf-421b-af91-801874747036
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:658c3011-02a9-49c4-8401-2cef7e248f07
ModelInvariantUuid:ad82c783-7f69-478c-8705-6a619e4d67bc
ModelName:vFW 4535fbf1-987f-nodes.vpgCvfc
ModelUuid:967c632a-6c56-4095-9fcd-187da223f2b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7be83c8c-f957-4d20-a1a3-9b34bbeaf8bd
ModelInvariantUuid:5b758b3d-fce0-44f4-bf75-95562e63d92f
ModelName:Vfw4535fbf1987f.compute.nodes.heat.vpg
ModelUuid:a9329eed-44a8-4014-916a-fbf18030209d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-18T01:08:26.698Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@41d9d92f marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1448) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-18T01:08:26.699Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-18T01:08:26.699Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||ERROR|500||(conn=1448) WSREP has not yet prepared node for application use
2022-03-18T01:08:26.700Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1448) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-18T01:08:26.701Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 49 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1448) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-18T01:08:26.701Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy144.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 33 common frames omitted
2022-03-18T01:08:26.702Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d12818b-241e-434a-b2ec-82fc20748ca5 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-18T01:08:26.706Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d12818b-241e-434a-b2ec-82fc20748ca5 and serviceModelVersionId: e667bded-7ca4-4772-9442-39f7cf1a43ab
2022-03-18T01:08:26.706Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85e59dfa-205a-4889-bbf4-c6fcc36b16c3
2022-03-18T01:08:26.707Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85e59dfa-205a-4889-bbf4-c6fcc36b16c3/model-vers/model-ver/e667bded-7ca4-4772-9442-39f7cf1a43ab?depth=0
2022-03-18T01:08:26.722Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-18T01:08:26.759Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85e59dfa-205a-4889-bbf4-c6fcc36b16c3/model-vers/model-ver/e667bded-7ca4-4772-9442-39f7cf1a43ab?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-18T01:08:26.760Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85e59dfa-205a-4889-bbf4-c6fcc36b16c3/model-vers/model-ver/e667bded-7ca4-4772-9442-39f7cf1a43ab?depth=0|INFO|500||Invoke
2022-03-18T01:08:26.782Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85e59dfa-205a-4889-bbf4-c6fcc36b16c3/model-vers/model-ver/e667bded-7ca4-4772-9442-39f7cf1a43ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-18T01:08:26.850Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85e59dfa-205a-4889-bbf4-c6fcc36b16c3/model-vers/model-ver/e667bded-7ca4-4772-9442-39f7cf1a43ab?depth=0|INFO|500||InvokeReturn
2022-03-18T01:08:26.850Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85e59dfa-205a-4889-bbf4-c6fcc36b16c3/model-vers/model-ver/e667bded-7ca4-4772-9442-39f7cf1a43ab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220318-01:08:26:788-60059], vertex-id=[417872], Content-Length=[0], Date=[Fri, 18 Mar 2022 01:08:26 GMT], Content-Type=[application/json]}
2022-03-18T01:08:26.850Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-18T01:08:26.851Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-18T01:08:26.851Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-03-18T01:08:26.851Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d12818b-241e-434a-b2ec-82fc20748ca5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-18T01:08:26.851Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-18T01:08:26.851Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:08:26.853Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:08:26.853Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565706851,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-18T01:08:26.953Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:08:26.954Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:08:26.954Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:08:26.962Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:08:26.963Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-18T01:09:16.105Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:09:16.106Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:09:16.106Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:09:16.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:09:16.107Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:09:16.107Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:09:16.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:09:16.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-18T01:09:16.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565696105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:09:16.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-18T01:09:25.642Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:10:16.105Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:10:16.106Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:10:16.106Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:10:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:10:16.107Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:10:16.107Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:10:16.131Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:10:16.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:10:16.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565696105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vfw4535fbf1987f0_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:10:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:10:16.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:10:16.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565696105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:10:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:10:16.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:10:16.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565696105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:10:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565696105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/resourceInstances/vfw4535fbf1987f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-18T01:10:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565696105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:10:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565696105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:10:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:10:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565703854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010611/1.0/artifacts/service-Vfw20220318010611-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:10:16.134Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:10:16.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:10:16.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d12818b-241e-434a-b2ec-82fc20748ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565706851,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-18T01:10:16.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:10:16.730Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:10:16.731Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-18T01:10:16.731Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ddf2f408-8283-497d-b9d0-c6d1de0e9f6f","serviceName":"vFW 2022-03-18 01-08-11","serviceVersion":"1.0","serviceUUID":"f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7","serviceDescription":"catalog service description","serviceInvariantUUID":"f3bda619-ff12-4f24-adc0-6cb771a9b5e5","resources":[{"resourceInstanceName":"vFW fb516131-a3e7 0","resourceName":"vFW fb516131-a3e7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"81c5a10a-4327-4f0f-a5bf-59f9cc70b68a","resourceInvariantUUID":"c9632ae4-986e-4289-9171-e143af463296","resourceCustomizationUUID":"b21d41bb-30e7-45c2-b5a7-5f825e9de33d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml","artifactChecksum":"OGNmMDk5NWE5ZDJjMGEyODkyYTFiZDViNGI4OTlkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e97abeac-b434-4361-9bfe-62dbc9820c9a","artifactVersion":"1"},{"artifactName":"vfwfb516131a3e70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json","artifactChecksum":"YTgzNWQ1OTI3M2YzMDAyZDk3NTFmYzgzNTYwYmRkM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"67e1efa9-21d5-496b-b6ce-9163ca86aef4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8ccb7306-4984-4283-a629-7db6f6f8556c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM4N2EwN2Q3ZDhkNWM5M2ZjNGY3Mzc3NDQxYjdiY2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c1947a95-26fb-4f74-a621-ab0822a8d3d1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a51d66bd-9d11-470b-ad7a-e512500edb43","artifactVersion":"2","generatedFromUUID":"8ccb7306-4984-4283-a629-7db6f6f8556c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220318010811-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml","artifactChecksum":"NDhhZmJmNWJiNmY1Yjg5OTEwY2I3NWRkNzkwZmMyNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ade78029-6801-4a46-8be0-3d65e2a2dbe5","artifactVersion":"1"},{"artifactName":"service-Vfw20220318010811-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar","artifactChecksum":"YWI1MmZlMTQ4NThkZWFhMjc0MGEwNmIwMDBhMWQ5MGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bfcad336-f0e2-4ba7-a43a-2b89f7a80ed2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-18T01:10:16.733Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:10:16.733Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:10:16.735Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:10:16.735Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565816105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:10:16.835Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:10:16.836Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:10:16.836Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:10:16.844Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:10:16.845Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:10:17.735Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:10:17.736Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:10:17.738Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:10:17.738Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565816105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:10:17.839Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-18T01:10:17.840Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:10:17.840Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:10:17.848Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:10:17.849Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:10:18.739Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:10:18.739Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:10:18.741Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:10:18.741Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565816105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:10:18.841Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:10:18.842Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:10:18.842Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:10:18.850Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:10:18.851Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:10:19.742Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:10:19.742Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:10:19.744Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:10:19.744Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565816105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:10:19.844Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:10:19.845Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:10:19.845Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:10:19.853Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:10:19.854Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:10:20.745Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:10:20.745Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:10:20.747Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:10:20.747Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565816105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-18T01:10:20.847Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:10:20.848Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:10:20.848Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:10:20.857Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:10:20.858Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:10:21.747Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:10:21.748Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:10:21.750Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:10:21.750Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565816105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:10:21.850Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:10:21.851Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:10:21.851Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:10:21.860Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:10:21.861Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:10:22.750Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:10:22.751Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:10:22.753Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:10:22.753Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565816105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:10:22.853Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:10:22.854Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:10:22.854Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:10:22.865Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:10:22.865Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:10:23.754Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"serviceName": "vFW 2022-03-18 01-08-11",
"serviceVersion": "1.0",
"serviceUUID": "f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f3bda619-ff12-4f24-adc0-6cb771a9b5e5",
"resources": [
{
"resourceInstanceName": "vFW fb516131-a3e7 0",
"resourceCustomizationUUID": "b21d41bb-30e7-45c2-b5a7-5f825e9de33d",
"resourceName": "vFW fb516131-a3e7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "81c5a10a-4327-4f0f-a5bf-59f9cc70b68a",
"resourceInvariantUUID": "c9632ae4-986e-4289-9171-e143af463296",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwfb516131a3e70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json",
"artifactChecksum": "YTgzNWQ1OTI3M2YzMDAyZDk3NTFmYzgzNTYwYmRkM2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "67e1efa9-21d5-496b-b6ce-9163ca86aef4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8ccb7306-4984-4283-a629-7db6f6f8556c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a51d66bd-9d11-470b-ad7a-e512500edb43",
"generatedFromUUID": "8ccb7306-4984-4283-a629-7db6f6f8556c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a51d66bd-9d11-470b-ad7a-e512500edb43",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220318010811-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"artifactChecksum": "YWI1MmZlMTQ4NThkZWFhMjc0MGEwNmIwMDBhMWQ5MGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bfcad336-f0e2-4ba7-a43a-2b89f7a80ed2"
}
],
"workloadContext": "Production"
}
2022-03-18T01:10:23.755Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-18T01:10:23.755Z|1d12818b-241e-434a-b2ec-82fc20748ca5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7 ASDC
2022-03-18T01:10:23.755Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ddf2f408-8283-497d-b9d0-c6d1de0e9f6f
ServiceName:vFW 2022-03-18 01-08-11
ServiceVersion:1.0
ServiceUUID:f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7
ServiceInvariantUUID:f3bda619-ff12-4f24-adc0-6cb771a9b5e5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220318010811-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar
ArtifactUUID:bfcad336-f0e2-4ba7-a43a-2b89f7a80ed2
ArtifactChecksum:YWI1MmZlMTQ4NThkZWFhMjc0MGEwNmIwMDBhMWQ5MGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fb516131-a3e7 0
ResourceCustomizationUUID:b21d41bb-30e7-45c2-b5a7-5f825e9de33d
ResourceInvariantUUID:c9632ae4-986e-4289-9171-e143af463296
ResourceName:vFW fb516131-a3e7
ResourceType:VF
ResourceUUID:81c5a10a-4327-4f0f-a5bf-59f9cc70b68a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfb516131a3e70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json
ArtifactUUID:67e1efa9-21d5-496b-b6ce-9163ca86aef4
ArtifactChecksum:YTgzNWQ1OTI3M2YzMDAyZDk3NTFmYzgzNTYwYmRkM2Q=
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/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml
ArtifactUUID:8ccb7306-4984-4283-a629-7db6f6f8556c
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/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env
ArtifactUUID:a51d66bd-9d11-470b-ad7a-e512500edb43
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/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env
ArtifactUUID:a51d66bd-9d11-470b-ad7a-e512500edb43
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-18T01:10:23.755Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:10:23.780Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-18T01:10:23.781Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-18T01:10:23.781Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-18T01:10:23.781Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bfcad336-f0e2-4ba7-a43a-2b89f7a80ed2 from URL: /sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:23.781Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-18T01:10:23.782Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:23.833Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-18T01:10:23.838Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar bfcad336-f0e2-4ba7-a43a-2b89f7a80ed2 98999
2022-03-18T01:10:23.839Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar ASDC sendASDCNotification
2022-03-18T01:10:23.839Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:23.839Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-18T01:10:23.839Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:10:23.841Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:10:23.841Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565823839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:10:23.941Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:10:23.942Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:10:23.942Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:10:23.950Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:10:23.950Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-03-18T01:10:24.841Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-18T01:10:24.843Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-18T01:10:24.843Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bfcad336-f0e2-4ba7-a43a-2b89f7a80ed2, URL: /sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar to file: /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:24.843Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220318010811-csar.csar
2022-03-18T01:10:24.843Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:24.843Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:25.006Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9961340814915826923/Definitions/service-Vfw20220318010811-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-18T01:10:26.498Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:26.499Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fb516131-a3e7 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318010811-csar.csar
2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:10:26.500Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is matching search criteria
2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW fb516131-a3e7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is matching search criteria
2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW fb516131-a3e7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-18T01:10:26.501Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is not matching search criteria
2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:10:26.502Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:10:26.503Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-18T01:10:26.504Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.504Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-18T01:10:26.504Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.504Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is matching search criteria
2022-03-18T01:10:26.504Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW fb516131-a3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:10:26.504Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is matching search criteria
2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW fb516131-a3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is matching search criteria
2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW fb516131-a3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is not matching search criteria
2022-03-18T01:10:26.505Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-18T01:10:26.506Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=866af7fd-9950-4498-8bd0-7028b35cdedb
2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is not matching search criteria
2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-18T01:10:26.507Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:10:26.508Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-18T01:10:26.508Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:10:26.508Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-18T01:10:26.508Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-18T01:10:26.508Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-18T01:10:26.508Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=34bd6fab-f560-483d-8fb6-51ac495111ef
2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vFW fb516131-a3e7 0 is not matching search criteria
2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:10:26.509Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-18T01:10:26.510Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94fa85a2-f2b9-4e90-8b79-74b297b54441
2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-08-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:10:26.511Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-18 01-08-11
Description:catalog service description
Model UUID:f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7
Model Version:NULL
Model InvariantUuid:f3bda619-ff12-4f24-adc0-6cb771a9b5e5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW fb516131-a3e7
Model UUID:378ae6b3-4af9-4d6d-86bb-59959dd40739
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c9632ae4-986e-4289-9171-e143af463296
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b21d41bb-30e7-45c2-b5a7-5f825e9de33d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1f125c54-1885-4e54-8820-dab15283ec27
ModelName:VfwFb516131A3e7..base_vfw..module-0
ModelUuid:069a9bbb-ca1d-4479-81aa-22ede6126cfe
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:866af7fd-9950-4498-8bd0-7028b35cdedb
ModelInvariantUuid:9cc024c8-f17d-4671-b4fa-ca62e3bd5f51
ModelName:vFW fb516131-a3e7-nodes.vfwCvfc
ModelUuid:1e933325-6524-4901-8db0-a9d3a91ec905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:237c1970-38fc-4791-8ffe-1b9e7f33ab86
ModelInvariantUuid:d3034714-ed76-4d36-87ad-a9b34ec3600d
ModelName:VfwFb516131A3e7.compute.nodes.heat.vfw
ModelUuid:3b7defdc-1871-4462-a428-51a135beeae6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:34bd6fab-f560-483d-8fb6-51ac495111ef
ModelInvariantUuid:0d5264bc-a60d-4cfb-91ba-d6ba07422f05
ModelName:vFW fb516131-a3e7-nodes.vsnCvfc
ModelUuid:1bf050d8-c6bb-4aaa-bddf-59496038fb0b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8259f5c1-b490-49ac-a724-83d1ce2f23c9
ModelInvariantUuid:cb9370d7-aed1-452e-a8cb-fee1d481f724
ModelName:VfwFb516131A3e7.compute.nodes.heat.vsn
ModelUuid:7541b839-5604-4f45-b0c7-67a27d68112d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:94fa85a2-f2b9-4e90-8b79-74b297b54441
ModelInvariantUuid:27857948-2cad-4437-87d4-ff17bf4f212e
ModelName:vFW fb516131-a3e7-nodes.vpgCvfc
ModelUuid:f7222520-5762-4a6c-9aca-b59bbae89e5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e6bcb443-e72e-4389-80a1-61b6338e1e50
ModelInvariantUuid:70df2c46-246b-4841-912d-93181a933efb
ModelName:VfwFb516131A3e7.compute.nodes.heat.vpg
ModelUuid:a1f344f5-c9d3-4ec9-8689-ac26a0ff45bc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-18T01:10:26.523Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@2ffc8742 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1455) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-18T01:10:26.524Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-18T01:10:26.524Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||ERROR|500||(conn=1455) WSREP has not yet prepared node for application use
2022-03-18T01:10:26.525Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1455) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-18T01:10:26.526Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 49 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1455) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-18T01:10:26.527Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$681445f4.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy144.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 33 common frames omitted
2022-03-18T01:10:26.527Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ddf2f408-8283-497d-b9d0-c6d1de0e9f6f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-18T01:10:26.532Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ddf2f408-8283-497d-b9d0-c6d1de0e9f6f and serviceModelVersionId: f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7
2022-03-18T01:10:26.532Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3bda619-ff12-4f24-adc0-6cb771a9b5e5
2022-03-18T01:10:26.533Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0
2022-03-18T01:10:26.536Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-18T01:10:26.570Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0|INFO|500||Invoke
2022-03-18T01:10:26.570Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ddf2f408-8283-497d-b9d0-c6d1de0e9f6f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[95886e96-4d97-425e-a7b9-9a610e0afc67], X-ECOMP-RequestID=[ddf2f408-8283-497d-b9d0-c6d1de0e9f6f], X-TransactionId=[], X-ONAP-RequestID=[ddf2f408-8283-497d-b9d0-c6d1de0e9f6f], Content-Type=[application/merge-patch+json]}
2022-03-18T01:10:26.588Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-18T01:10:26.657Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220318-01:10:26:593-35838], vertex-id=[426064], Content-Length=[0], Date=[Fri, 18 Mar 2022 01:10:26 GMT], Content-Type=[application/json]}
2022-03-18T01:10:26.657Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-18T01:10:26.658Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3bda619-ff12-4f24-adc0-6cb771a9b5e5/model-vers/model-ver/f83d6b1d-fb8a-4be4-a0cd-62c4265a12d7?depth=0|INFO|500||InvokeReturn
2022-03-18T01:10:26.658Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-18T01:10:26.658Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-03-18T01:10:26.658Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ddf2f408-8283-497d-b9d0-c6d1de0e9f6f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-18T01:10:26.659Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-18T01:10:26.659Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:10:26.660Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:10:26.661Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565826658,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-18T01:10:26.761Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-18T01:10:26.761Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:10:26.761Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:10:26.769Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:10:26.770Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-18T01:11:16.105Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:11:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:11:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:11:16.107Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:11:16.107Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:11:16.107Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:11:16.129Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:11:16.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "cds",
"timestamp": 1647565769304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "aai-ml",
"timestamp": 1647565767907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565765174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "cds",
"timestamp": 1647565769304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "aai-ml",
"timestamp": 1647565767907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565765174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "cds",
"timestamp": 1647565769304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "aai-ml",
"timestamp": 1647565767907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565765174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "cds",
"timestamp": 1647565769304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "aai-ml",
"timestamp": 1647565767907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565765174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "policy-id",
"timestamp": 1647565774254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "cds",
"timestamp": 1647565769304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "aai-ml",
"timestamp": 1647565767907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565765174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565774850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "policy-id",
"timestamp": 1647565774254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "cds",
"timestamp": 1647565769304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "aai-ml",
"timestamp": 1647565767907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565765174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565774850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "policy-id",
"timestamp": 1647565774254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "cds",
"timestamp": 1647565769304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:11:16.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "aai-ml",
"timestamp": 1647565767907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565765174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565774850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "policy-id",
"timestamp": 1647565774254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "cds",
"timestamp": 1647565778455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:11:16.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "aai-ml",
"timestamp": 1647565778457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:11:16.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565774850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565778542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:11:16.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "policy-id",
"timestamp": 1647565774254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "cds",
"timestamp": 1647565779459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:11:16.145Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ddf2f408-8283-497d-b9d0-c6d1de0e9f6f
2022-03-18T01:11:16.145Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddf2f408-8283-497d-b9d0-c6d1de0e9f6f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:11:16.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565774850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-18T01:11:16.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "policy-id",
"timestamp": 1647565774254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565779402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565774850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "policy-id",
"timestamp": 1647565774254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:11:16.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565779402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565781143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565774850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "policy-id",
"timestamp": 1647565781950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565779402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647565782146,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:11:16.156Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ddf2f408-8283-497d-b9d0-c6d1de0e9f6f
2022-03-18T01:11:16.156Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddf2f408-8283-497d-b9d0-c6d1de0e9f6f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:11:16.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565782560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:11:16.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "policy-id",
"timestamp": 1647565782953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-18T01:11:16.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565779402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565783610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:11:16.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:11:16.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "policy-id",
"timestamp": 1647565783956,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:11:16.167Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddf2f408-8283-497d-b9d0-c6d1de0e9f6f
2022-03-18T01:11:16.167Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddf2f408-8283-497d-b9d0-c6d1de0e9f6f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565779402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565779402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565785093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:11:16.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647565779402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565786118,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:11:16.178Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddf2f408-8283-497d-b9d0-c6d1de0e9f6f
2022-03-18T01:11:16.178Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddf2f408-8283-497d-b9d0-c6d1de0e9f6f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-18T01:11:16.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "aai-ml",
"timestamp": 1647565786500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-18T01:11:16.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:11:16.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647565787122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json",
"status": "DEPLOY_OK"
}
2022-03-18T01:11:16.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:11:16.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "aai-ml",
"timestamp": 1647565787504,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:11:16.188Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ddf2f408-8283-497d-b9d0-c6d1de0e9f6f
2022-03-18T01:11:16.188Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddf2f408-8283-497d-b9d0-c6d1de0e9f6f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:11:16.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "clamp",
"timestamp": 1647565790417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "clamp",
"timestamp": 1647565790417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "clamp",
"timestamp": 1647565790417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "clamp",
"timestamp": 1647565790417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "clamp",
"timestamp": 1647565790417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "clamp",
"timestamp": 1647565790417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:11:16.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "clamp",
"timestamp": 1647565790417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:11:16.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "clamp",
"timestamp": 1647565802523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:11:16.196Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "clamp",
"timestamp": 1647565804530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-18T01:11:16.196Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-18T01:11:16.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "clamp",
"timestamp": 1647565805533,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:11:16.200Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ddf2f408-8283-497d-b9d0-c6d1de0e9f6f
2022-03-18T01:11:16.200Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddf2f408-8283-497d-b9d0-c6d1de0e9f6f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:11:25.642Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:12:16.105Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:12:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:12:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:12:16.107Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:12:16.107Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:12:16.107Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:12:16.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:12:16.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-18T01:12:16.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565816105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:12:16.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-18T01:12:16.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-18T01:12:16.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565816105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vfwfb516131a3e70_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:12:16.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-18T01:12:16.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-18T01:12:16.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565816105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:12:16.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-18T01:12:16.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-18T01:12:16.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565816105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:12:16.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-18T01:12:16.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-18T01:12:16.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565816105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/resourceInstances/vfwfb516131a3e70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-18T01:12:16.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-18T01:12:16.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-18T01:12:16.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565816105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:12:16.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-18T01:12:16.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-18T01:12:16.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565816105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:12:16.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-18T01:12:16.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-18T01:12:16.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565823839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318010811/1.0/artifacts/service-Vfw20220318010811-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:12:16.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:12:16.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-18T01:12:16.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ddf2f408-8283-497d-b9d0-c6d1de0e9f6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647565826658,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-18T01:12:16.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:12:25.642Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:13:16.105Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:13:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:13:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:13:16.106Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:13:16.107Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:13:16.107Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:13:25.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:13:25.643Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:14:16.105Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:14:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:14:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:14:16.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:14:16.107Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:14:16.107Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:14:25.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:14:25.641Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:15:16.105Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:15:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:15:16.106Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:15:16.106Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-18T01:15:16.107Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-18T01:15:16.107Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as YSt5y1DB22gNhozw) ...
2022-03-18T01:15:16.729Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:15:16.730Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.730Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"023b9f8f-8a22-4415-acda-2f379181520c","serviceName":"vFW 2022-03-18 01-13-13","serviceVersion":"1.0","serviceUUID":"1811bb93-7d8c-437e-a4bc-eb8affb97500","serviceDescription":"catalog service description","serviceInvariantUUID":"1ce24494-60a6-43e7-aaaa-5b1715f79e67","resources":[{"resourceInstanceName":"vFW 2b10a03d-4feb 0","resourceName":"vFW 2b10a03d-4feb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2199d1e4-3076-40b9-8706-edbe60a9c8f9","resourceInvariantUUID":"3fdf62ea-a50b-408d-97ca-3fdfc94643b0","resourceCustomizationUUID":"e6e67560-94dd-46e2-b9ba-956b71e728c1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml","artifactChecksum":"M2NhOTJmOGI5ZThhNzY4ZjJhY2IyMTBkN2QwNjU0YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98b140d4-47da-46d9-89af-2138e93c6845","artifactVersion":"1"},{"artifactName":"vfw2b10a03d4feb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json","artifactChecksum":"MGRmM2UzNzBlZGIwNmI5NmMxNDQxM2Q1OTdhNjcxNTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e23466f5-9694-454f-9600-ebee7c09736d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6dd9363f-6eb1-4106-9c13-f55f9e0dd421","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGE3ODFhMjE3MzUwOTFhNjA1NzViYTJmNzAxYWU0ODE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c9bb10d6-a130-47a8-afce-48e7bef305b2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"815388d0-582f-4076-8ffc-b64d0d4f01e8","artifactVersion":"2","generatedFromUUID":"6dd9363f-6eb1-4106-9c13-f55f9e0dd421"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220318011313-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml","artifactChecksum":"NDFlYTQ2ODJkMzg5MmQ2NzE4Y2ZhMzcxNjU2YTQ3YTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56a4cdc1-fa68-44dc-9aa5-e01df155eac9","artifactVersion":"1"},{"artifactName":"service-Vfw20220318011313-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar","artifactChecksum":"ZDdmYmEzNTY0NjhjZmI0ZWQ1ODAxZmZmMDg4ODgxMzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0db7a19-f976-477a-80bb-22b7900d36c6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-18T01:15:16.731Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:15:16.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.732Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:15:16.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "ves-openapi-manager",
"timestamp": 1647566079402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.732Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:15:16.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647566074850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "policy-id",
"timestamp": 1647566074254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "ves-openapi-manager",
"timestamp": 1647566079402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647566074850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:15:16.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "policy-id",
"timestamp": 1647566074254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.734Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "ves-openapi-manager",
"timestamp": 1647566079402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.734Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647566116105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647566074850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:15:16.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "policy-id",
"timestamp": 1647566074254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:15:16.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "ves-openapi-manager",
"timestamp": 1647566079402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647566074850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "policy-id",
"timestamp": 1647566074254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "ves-openapi-manager",
"timestamp": 1647566079402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647566074850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-18T01:15:16.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "policy-id",
"timestamp": 1647566074254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "cds",
"timestamp": 1647566084304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "ves-openapi-manager",
"timestamp": 1647566079402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647566074850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "policy-id",
"timestamp": 1647566074254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "cds",
"timestamp": 1647566084304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "ves-openapi-manager",
"timestamp": 1647566079402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647566074850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:15:16.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "policy-id",
"timestamp": 1647566074254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:15:16.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "cds",
"timestamp": 1647566084304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647566087394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:15:16.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "policy-id",
"timestamp": 1647566087408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:15:16.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "cds",
"timestamp": 1647566084304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "policy-id",
"timestamp": 1647566088413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-18T01:15:16.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647566088602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:15:16.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "cds",
"timestamp": 1647566084304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "policy-id",
"timestamp": 1647566089415,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:15:16.754Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 023b9f8f-8a22-4415-acda-2f379181520c
2022-03-18T01:15:16.754Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023b9f8f-8a22-4415-acda-2f379181520c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:15:16.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647566089793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:15:16.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:15:16.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "cds",
"timestamp": 1647566084304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647566090818,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:15:16.765Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 023b9f8f-8a22-4415-acda-2f379181520c
2022-03-18T01:15:16.765Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023b9f8f-8a22-4415-acda-2f379181520c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "cds",
"timestamp": 1647566084304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:15:16.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "clamp",
"timestamp": 1647566090417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647566091823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-18T01:15:16.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "cds",
"timestamp": 1647566092000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:15:16.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "clamp",
"timestamp": 1647566090417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:15:16.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "cds",
"timestamp": 1647566093005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:15:16.774Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 023b9f8f-8a22-4415-acda-2f379181520c
2022-03-18T01:15:16.774Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023b9f8f-8a22-4415-acda-2f379181520c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:15:16.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "clamp",
"timestamp": 1647566090417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "clamp",
"timestamp": 1647566090417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "clamp",
"timestamp": 1647566090417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647566095174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "clamp",
"timestamp": 1647566090417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647566095174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "clamp",
"timestamp": 1647566090417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:15:16.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647566095174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "aai-ml",
"timestamp": 1647566097907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647566095174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "aai-ml",
"timestamp": 1647566097907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647566095174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "aai-ml",
"timestamp": 1647566097907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647566095174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "aai-ml",
"timestamp": 1647566097907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647566095174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:15:16.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "aai-ml",
"timestamp": 1647566097907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647566103007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "aai-ml",
"timestamp": 1647566097907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "aai-ml",
"timestamp": 1647566097907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647566105888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "aai-ml",
"timestamp": 1647566105926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "clamp",
"timestamp": 1647566106555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:15:16.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:15:16.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647566106892,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:15:16.791Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 023b9f8f-8a22-4415-acda-2f379181520c
2022-03-18T01:15:16.791Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023b9f8f-8a22-4415-acda-2f379181520c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:15:16.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "clamp",
"timestamp": 1647566108564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-18T01:15:16.798Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:15:16.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "clamp",
"timestamp": 1647566109566,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:15:16.802Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 023b9f8f-8a22-4415-acda-2f379181520c
2022-03-18T01:15:16.802Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023b9f8f-8a22-4415-acda-2f379181520c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:15:16.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "aai-ml",
"timestamp": 1647566112368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-18T01:15:16.809Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-18T01:15:16.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-18T01:15:16.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "aai-ml",
"timestamp": 1647566113373,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-18T01:15:16.813Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 023b9f8f-8a22-4415-acda-2f379181520c
2022-03-18T01:15:16.813Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 023b9f8f-8a22-4415-acda-2f379181520c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-18T01:15:16.834Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:15:16.835Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:15:16.835Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:15:16.843Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:15:16.843Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:15:17.735Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:15:17.736Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:15:17.738Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:15:17.739Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647566116105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json",
"status": "NOTIFIED"
}
2022-03-18T01:15:17.839Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:15:17.839Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:15:17.840Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:15:17.848Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:15:17.848Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:15:18.739Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:15:18.740Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:15:18.742Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:15:18.742Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647566116105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-18T01:15:18.842Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:15:18.843Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:15:18.843Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:15:18.852Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:15:18.852Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:15:19.742Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:15:19.743Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:15:19.745Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:15:19.745Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647566116105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:19.845Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:15:19.846Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:15:19.846Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:15:19.854Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:15:19.855Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:15:20.745Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:15:20.746Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:15:20.748Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:15:20.748Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647566116105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-18T01:15:20.848Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:15:20.849Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:15:20.849Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:15:20.858Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:15:20.859Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:15:21.749Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:15:21.750Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:15:21.751Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:15:21.752Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647566116105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-18T01:15:21.852Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:15:21.853Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:15:21.853Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:15:21.863Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:15:21.863Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:15:22.752Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-18T01:15:22.753Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:15:22.755Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:15:22.755Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647566116105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "NOTIFIED"
}
2022-03-18T01:15:22.856Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-18T01:15:22.857Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:15:22.857Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:15:22.866Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:15:22.866Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-18T01:15:23.757Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"serviceName": "vFW 2022-03-18 01-13-13",
"serviceVersion": "1.0",
"serviceUUID": "1811bb93-7d8c-437e-a4bc-eb8affb97500",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1ce24494-60a6-43e7-aaaa-5b1715f79e67",
"resources": [
{
"resourceInstanceName": "vFW 2b10a03d-4feb 0",
"resourceCustomizationUUID": "e6e67560-94dd-46e2-b9ba-956b71e728c1",
"resourceName": "vFW 2b10a03d-4feb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2199d1e4-3076-40b9-8706-edbe60a9c8f9",
"resourceInvariantUUID": "3fdf62ea-a50b-408d-97ca-3fdfc94643b0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2b10a03d4feb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json",
"artifactChecksum": "MGRmM2UzNzBlZGIwNmI5NmMxNDQxM2Q1OTdhNjcxNTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e23466f5-9694-454f-9600-ebee7c09736d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6dd9363f-6eb1-4106-9c13-f55f9e0dd421",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "815388d0-582f-4076-8ffc-b64d0d4f01e8",
"generatedFromUUID": "6dd9363f-6eb1-4106-9c13-f55f9e0dd421"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "815388d0-582f-4076-8ffc-b64d0d4f01e8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220318011313-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"artifactChecksum": "ZDdmYmEzNTY0NjhjZmI0ZWQ1ODAxZmZmMDg4ODgxMzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e0db7a19-f976-477a-80bb-22b7900d36c6"
}
],
"workloadContext": "Production"
}
2022-03-18T01:15:23.757Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-18T01:15:23.757Z|ddf2f408-8283-497d-b9d0-c6d1de0e9f6f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1811bb93-7d8c-437e-a4bc-eb8affb97500 ASDC
2022-03-18T01:15:23.757Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:023b9f8f-8a22-4415-acda-2f379181520c
ServiceName:vFW 2022-03-18 01-13-13
ServiceVersion:1.0
ServiceUUID:1811bb93-7d8c-437e-a4bc-eb8affb97500
ServiceInvariantUUID:1ce24494-60a6-43e7-aaaa-5b1715f79e67
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220318011313-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar
ArtifactUUID:e0db7a19-f976-477a-80bb-22b7900d36c6
ArtifactChecksum:ZDdmYmEzNTY0NjhjZmI0ZWQ1ODAxZmZmMDg4ODgxMzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2b10a03d-4feb 0
ResourceCustomizationUUID:e6e67560-94dd-46e2-b9ba-956b71e728c1
ResourceInvariantUUID:3fdf62ea-a50b-408d-97ca-3fdfc94643b0
ResourceName:vFW 2b10a03d-4feb
ResourceType:VF
ResourceUUID:2199d1e4-3076-40b9-8706-edbe60a9c8f9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2b10a03d4feb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json
ArtifactUUID:e23466f5-9694-454f-9600-ebee7c09736d
ArtifactChecksum:MGRmM2UzNzBlZGIwNmI5NmMxNDQxM2Q1OTdhNjcxNTU=
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/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml
ArtifactUUID:6dd9363f-6eb1-4106-9c13-f55f9e0dd421
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/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env
ArtifactUUID:815388d0-582f-4076-8ffc-b64d0d4f01e8
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/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env
ArtifactUUID:815388d0-582f-4076-8ffc-b64d0d4f01e8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-18T01:15:23.758Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1811bb93-7d8c-437e-a4bc-eb8affb97500 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-18T01:15:23.784Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-18T01:15:23.785Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-18T01:15:23.785Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-18T01:15:23.785Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e0db7a19-f976-477a-80bb-22b7900d36c6 from URL: /sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:23.785Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-18T01:15:23.785Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:23.836Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-18T01:15:23.843Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar e0db7a19-f976-477a-80bb-22b7900d36c6 98937
2022-03-18T01:15:23.843Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar ASDC sendASDCNotification
2022-03-18T01:15:23.843Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:23.843Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-18T01:15:23.843Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:15:23.845Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:15:23.845Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647566123843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:15:23.945Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:15:23.946Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:15:23.947Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:15:23.956Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:15:23.957Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:15:24.845Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-18T01:15:24.846Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-18T01:15:24.847Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e0db7a19-f976-477a-80bb-22b7900d36c6, URL: /sdc/v1/catalog/services/Vfw20220318011313/1.0/artifacts/service-Vfw20220318011313-csar.csar to file: /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:24.847Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220318011313-csar.csar
2022-03-18T01:15:24.847Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:24.847Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:25.056Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16700501130592923439/Definitions/service-Vfw20220318011313-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-18T01:15:26.529Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-18T01:15:26.529Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-18T01:15:26.529Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:26.529Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2b10a03d-4feb 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220318011313-csar.csar
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-18T01:15:26.530Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.531Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:15:26.531Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria
2022-03-18T01:15:26.531Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-18T01:15:26.531Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-18T01:15:26.531Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria
2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.532Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is not matching search criteria
2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:15:26.533Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria
2022-03-18T01:15:26.534Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria
2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria
2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is not matching search criteria
2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:15:26.535Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:15:26.536Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6dfb5412-96e9-4c04-80dc-1dee22bd2eb3
2022-03-18T01:15:26.537Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.537Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is not matching search criteria
2022-03-18T01:15:26.537Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:15:26.537Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-18T01:15:26.537Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:26.537Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:15:26.537Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bce23f77-ef9f-4462-a922-16c5808cca6f
2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is not matching search criteria
2022-03-18T01:15:26.538Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:26.539Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fd522053-d447-48cf-8e0f-83882cc9c4eb
2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:26.540Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:15:26.541Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-18 01-13-13
Description:catalog service description
Model UUID:1811bb93-7d8c-437e-a4bc-eb8affb97500
Model Version:NULL
Model InvariantUuid:1ce24494-60a6-43e7-aaaa-5b1715f79e67
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2b10a03d-4feb
Model UUID:271369b7-5f28-497f-9c7e-90e5c2561544
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3fdf62ea-a50b-408d-97ca-3fdfc94643b0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e6e67560-94dd-46e2-b9ba-956b71e728c1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3451fdd1-a79e-4034-89a1-e8c339b0db3b
ModelName:Vfw2b10a03d4feb..base_vfw..module-0
ModelUuid:0246d0b3-a7d6-4c20-9eac-a2bbdf2971e6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6dfb5412-96e9-4c04-80dc-1dee22bd2eb3
ModelInvariantUuid:680b8b41-bfbf-48d5-8fbc-cd3efd15975a
ModelName:vFW 2b10a03d-4feb-nodes.vfwCvfc
ModelUuid:db8e223d-ba75-4a19-9133-5a1414161a8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c3d63400-0c4a-4dca-b45a-abd1849eac52
ModelInvariantUuid:be842a96-d2d3-4332-a42a-d9272ebf85ea
ModelName:Vfw2b10a03d4feb.compute.nodes.heat.vfw
ModelUuid:27ebad97-df7c-4c33-baa9-b95d99d2f932
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bce23f77-ef9f-4462-a922-16c5808cca6f
ModelInvariantUuid:06459e75-f758-4b0e-a866-2225a440ee97
ModelName:vFW 2b10a03d-4feb-nodes.vsnCvfc
ModelUuid:bba4cb88-3933-42dd-8dcf-2b76a3568a82
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f636252a-56e6-4600-af63-308422776fbc
ModelInvariantUuid:0e3a2ee7-6d05-4a9c-9185-bf799555050e
ModelName:Vfw2b10a03d4feb.compute.nodes.heat.vsn
ModelUuid:a6dc4990-c52f-42aa-bcc0-45deb332c722
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fd522053-d447-48cf-8e0f-83882cc9c4eb
ModelInvariantUuid:0a49fcc9-68bc-484e-885a-7ab675cc8304
ModelName:vFW 2b10a03d-4feb-nodes.vpgCvfc
ModelUuid:385fc819-6399-4c4b-a397-35a8817a3576
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:18f784e5-1daa-4fbb-bf39-6c203146bfd3
ModelInvariantUuid:57e85f73-e436-411c-9f61-3a1f8b2500d9
ModelName:Vfw2b10a03d4feb.compute.nodes.heat.vpg
ModelUuid:54db7878-32c4-405e-9624-6afc7bf7a511
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-18T01:15:26.553Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 2199d1e4-3076-40b9-8706-edbe60a9c8f9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-18T01:15:26.566Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||vFW 2b10a03d-4feb 0
2022-03-18T01:15:26.572Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2199d1e4-3076-40b9-8706-edbe60a9c8f9
2022-03-18T01:15:26.572Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e23466f5-9694-454f-9600-ebee7c09736d from URL: /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json
2022-03-18T01:15:26.573Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-18T01:15:26.573Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json
2022-03-18T01:15:26.612Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-18T01:15:26.613Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json e23466f5-9694-454f-9600-ebee7c09736d 785
2022-03-18T01:15:26.613Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json ASDC sendASDCNotification
2022-03-18T01:15:26.613Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json
2022-03-18T01:15:26.613Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-18T01:15:26.613Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:15:26.615Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:15:26.615Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647566126613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/vfw2b10a03d4feb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:15:26.715Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:15:26.716Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:15:26.716Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:15:26.725Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:15:26.725Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:15:27.616Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2b10a03d4feb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3451fdd1-a79e-4034-89a1-e8c339b0db3b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0246d0b3-a7d6-4c20-9eac-a2bbdf2971e6",
"vfModuleModelCustomizationUUID": "e33888b4-99a3-481f-bbe8-164ddd990b9d",
"isBase": true,
"artifacts": [
"6dd9363f-6eb1-4106-9c13-f55f9e0dd421",
"815388d0-582f-4076-8ffc-b64d0d4f01e8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-18T01:15:27.630Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2b10a03d4feb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0246d0b3-a7d6-4c20-9eac-a2bbdf2971e6
VfModuleModelInvariantUUID:3451fdd1-a79e-4034-89a1-e8c339b0db3b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6dd9363f-6eb1-4106-9c13-f55f9e0dd421
,
815388d0-582f-4076-8ffc-b64d0d4f01e8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-18T01:15:27.632Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2b10a03d4feb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3451fdd1-a79e-4034-89a1-e8c339b0db3b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0246d0b3-a7d6-4c20-9eac-a2bbdf2971e6",
"vfModuleModelCustomizationUUID": "e33888b4-99a3-481f-bbe8-164ddd990b9d",
"isBase": true,
"artifacts": [
"6dd9363f-6eb1-4106-9c13-f55f9e0dd421",
"815388d0-582f-4076-8ffc-b64d0d4f01e8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-18T01:15:27.632Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2b10a03d4feb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0246d0b3-a7d6-4c20-9eac-a2bbdf2971e6
VfModuleModelInvariantUUID:3451fdd1-a79e-4034-89a1-e8c339b0db3b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6dd9363f-6eb1-4106-9c13-f55f9e0dd421
,
815388d0-582f-4076-8ffc-b64d0d4f01e8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-18T01:15:27.632Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6dd9363f-6eb1-4106-9c13-f55f9e0dd421 from URL: /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml
2022-03-18T01:15:27.632Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-18T01:15:27.632Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml
2022-03-18T01:15:27.714Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-18T01:15:27.714Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml 6dd9363f-6eb1-4106-9c13-f55f9e0dd421 20368
2022-03-18T01:15:27.715Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-18T01:15:27.715Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml
2022-03-18T01:15:27.715Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-18T01:15:27.715Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:15:27.717Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:15:27.717Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647566127715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:15:27.817Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:15:27.818Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:15:27.818Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:15:27.827Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:15:27.828Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-18T01:15:28.718Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 815388d0-582f-4076-8ffc-b64d0d4f01e8 from URL: /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env
2022-03-18T01:15:28.718Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-18T01:15:28.718Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env
2022-03-18T01:15:28.997Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-18T01:15:28.997Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env 815388d0-582f-4076-8ffc-b64d0d4f01e8 2098
2022-03-18T01:15:28.997Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-18T01:15:28.997Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env
2022-03-18T01:15:28.997Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-18T01:15:28.998Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-18T01:15:28.999Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-18T01:15:28.999Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "023b9f8f-8a22-4415-acda-2f379181520c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647566128997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220318011313/1.0/resourceInstances/vfw2b10a03d4feb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-18T01:15:29.100Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-18T01:15:29.100Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-18T01:15:29.100Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as YSt5y1DB22gNhozw) ...
2022-03-18T01:15:29.110Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-18T01:15:29.110Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-18T01:15:30.000Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1811bb93-7d8c-437e-a4bc-eb8affb97500
2022-03-18T01:15:30.001Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2b10a03d-4feb 0 2199d1e4-3076-40b9-8706-edbe60a9c8f9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-18T01:15:30.032Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25bda331, org.onap.sdc.toscaparser.api.parameters.Input@4fbb9589, org.onap.sdc.toscaparser.api.parameters.Input@2aab4620, org.onap.sdc.toscaparser.api.parameters.Input@1c1d504d, org.onap.sdc.toscaparser.api.parameters.Input@5471dcd4]
2022-03-18T01:15:30.035Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:30.036Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:15:30.036Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-18T01:15:30.036Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= e6e67560-94dd-46e2-b9ba-956b71e728c1
2022-03-18T01:15:30.036Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e6e67560-94dd-46e2-b9ba-956b71e728c1 matches Tosca VF Customization UUID: e6e67560-94dd-46e2-b9ba-956b71e728c1
2022-03-18T01:15:30.036Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: e6e67560-94dd-46e2-b9ba-956b71e728c1 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-18T01:15:30.042Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:30.042Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-18T01:15:30.043Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id e6e67560-94dd-46e2-b9ba-956b71e728c1: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-18T01:15:30.043Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e755909
2022-03-18T01:15:30.043Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:30.043Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-18 01-13-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-18T01:15:30.043Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e33888b4-99a3-481f-bbe8-164ddd990b9d
2022-03-18T01:15:30.044Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e33888b4-99a3-481f-bbe8-164ddd990b9d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-18T01:15:30.049Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:30.049Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria
2022-03-18T01:15:30.050Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:15:30.050Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:30.050Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria
2022-03-18T01:15:30.050Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:15:30.051Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:30.051Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is not matching search criteria
2022-03-18T01:15:30.051Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:15:30.051Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-18T01:15:30.051Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:15:30.051Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-18T01:15:30.051Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-18T01:15:30.052Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:15:30.052Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:30.052Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-18T01:15:30.052Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:30.052Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-18T01:15:30.052Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:15:30.052Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6dfb5412-96e9-4c04-80dc-1dee22bd2eb3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-18T01:15:30.060Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:30.060Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria
2022-03-18T01:15:30.060Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:15:30.060Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:30.060Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is not matching search criteria
2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-18T01:15:30.061Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-18T01:15:30.062Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:30.062Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-18T01:15:30.062Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:15:30.062Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bce23f77-ef9f-4462-a922-16c5808cca6f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-18T01:15:30.064Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:30.064Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria
2022-03-18T01:15:30.064Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:15:30.066Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:30.066Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is not matching search criteria
2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-18T01:15:30.067Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-18T01:15:30.068Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-18T01:15:30.068Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-18T01:15:30.068Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-18T01:15:30.068Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fd522053-d447-48cf-8e0f-83882cc9c4eb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-18T01:15:30.070Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:30.070Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria
2022-03-18T01:15:30.070Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-18T01:15:30.070Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-18T01:15:30.071Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Node template vFW 2b10a03d-4feb 0 is matching search criteria
2022-03-18T01:15:30.071Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2b10a03d-4feb 0] matching following query criteria: sdcType=VF, customizationUUID=e6e67560-94dd-46e2-b9ba-956b71e728c1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-18T01:15:30.072Z|023b9f8f-8a22-4415-acda-2f379181520c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive